templates
Scout API 1.0.0 — see schemas for shared types.
GET /api/templates/
list_templates
Responses
- 200 — OK
application/json→ TemplateResponseList- 422 — Unprocessable Content
application/json→ ValidationError
POST /api/templates/create_assistant
create_assistant_from_template
Request body
Content-Type: application/json
Schema: CreateAssistantFromTemplateBody
Responses
- 200 — OK
application/json→ CreateAssistantFromTemplateResponse- 422 — Unprocessable Content
application/json→ ValidationError