.dev
REST APIAPI Reference

Image Prompt Templates

GET
/v1/image_prompt_templates

Response Body

curl -X GET "https://example.com/v1/image_prompt_templates"
POST
/v1/image_prompt_templates

Response Body

curl -X POST "https://example.com/v1/image_prompt_templates"
GET
/v1/image_prompt_templates/{id}

Path Parameters

id*string

Response Body

curl -X GET "https://example.com/v1/image_prompt_templates/string"
PATCH
/v1/image_prompt_templates/{id}

Path Parameters

id*string

Response Body

curl -X PATCH "https://example.com/v1/image_prompt_templates/string"
DELETE
/v1/image_prompt_templates/{id}

Path Parameters

id*string

Response Body

curl -X DELETE "https://example.com/v1/image_prompt_templates/string"
PUT
/v1/image_prompt_templates/{id}

Path Parameters

id*string

Response Body

curl -X PUT "https://example.com/v1/image_prompt_templates/string"