API ReferenceTemplates
List assistant templates
Get all available assistant templates to use as starting points.
Response Body
application/json
curl -X GET "https://platform.autophone.org/api/templates"{
"templates": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"category": "string",
"systemPrompt": "string",
"icon": "string",
"isActive": true
}
]
}Empty