Appearance
List blog templates
GET
/api/v1/blog-templates
Returns all blog templates for the organization.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
Successful Response
application/json
JSON { "id": "string", "organization_id": "string", "name": "string", "description": "string", "tone": "string", "structure": { "additionalProperties": "string" }, "custom_instructions": "string", "is_default": true, "created_at": "string", "updated_at": "string" }
[
]