About this article
The API is the gateway for other applications to interact with Templafy. It can be used to automate admin actions that otherwise would need to be done manually (e.g., upload assets, delete assets, synchronize assets, etc.)
Prerequisites
|
Swagger documentation
You can access the swagger documentation from this link: https://api.templafy.com/?urls.primaryName=Templafy%20Public%20API%20v1%20(preview)
How to generate a token to interact with the Library API?
In order to interact with the API, one must create the necessary key in Templafy Admin Center:
- Navigate to the account section
- In the API Keys tab, click
Create key
- Provide a name to the key
- Click
Next
- Click
Add scope
and selectLibrary.read
to surface Templafy content
All GET actions but/libraries/{libraryId}/assets/upload-url
Library.readwrite
to interact with Templafy
All actions
- Click
Create
- Click
Copy key
|
Related articles
Comments
0 comments
Article is closed for comments.