assets.dev docs

/templates/:id

/api/v1/templates/{id} - GET

GET/api/v1/templates/{id}

Path Parameters

id*string
Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/templates/quote"
{  "id": "string",  "name": "string",  "category": "string",  "formats": [    "string"  ],  "capabilities": {    "still": true,    "video": true,    "branded": true  },  "contentSchema": {    "property1": null,    "property2": null  },  "defaultProps": {    "property1": null,    "property2": null  }}
{  "error": {    "code": "string",    "message": "string",    "details": null  }}