Skip to main content
Participant
January 4, 2016
Question

How can I copy a kit from one account to another?

  • January 4, 2016
  • 1 reply
  • 380 views

I recreate client brandings and implement them on our own servers.

Many clients have typekit for their websites, and instead of going through the hassle of them adding our domain to their kit, we just recreate the kit.

Is there a way to take the typekit kit JS file (ie: https://use.typekit.net/hzv2aqa.js) or ID and export it to our own typekit account, or is there a way for me to access a kit via the API i don't have access to, just to "copy it" to my account?

I'm assuming not, but can't hurt to ask.

What I'm going to try to do if the above isn't possible is write a script to download the js file, pull out the fonts within it, and then create the kit in my account through the API.

    This topic has been closed for replies.

    1 reply

    Participant
    January 4, 2016

    Son of a...

    while calling curl on "https://typekit.com/api/v1/json/kits/hzv2aqa‌" will return an invalid access, calling "https://typekit.com/api/v1/json/kits/hzv2aqa/published‌" returns exactly what i need. With this you can then just create the response with the already formatted "families" and "variations".