assets.dev docs

/templates

/api/v1/templates - GET

GET/api/v1/templates

Response Body

application/json

curl -X GET "https://example.com/api/v1/templates"
{  "templates": [    {      "id": "string",      "name": "string",      "category": "string",      "formats": [        "string"      ],      "capabilities": {        "still": true,        "video": true,        "branded": true      }    }  ]}