Template Tags
Work with template variable tags like #topic and #style
Authorizations
x-api-keystringRequired
API Key authentication. Get your key at snackprompt.com/api-keys.
Example: x-api-key: sk-your-api-key-here
Path parameters
elemental_idstringRequired
Elemental ID
Responses
200
List of template tags
application/json
401
Unauthorized
404
Elemental not found
application/json
get
/v1/elemental/{elemental_id}/tagsAuthorizations
x-api-keystringRequired
API Key authentication. Get your key at snackprompt.com/api-keys.
Example: x-api-key: sk-your-api-key-here
Path parameters
elemental_idstringRequired
Elemental ID
Body
Key-value pairs where keys are tag names (with
Other propertiesstringOptional
Responses
200
Prepared template with replaced values
application/json
401
Unauthorized
404
Elemental not found
application/json
post
/v1/elemental/{elemental_id}/template/prepareLast updated
Was this helpful?