Parameters
Request example
Returns
Returns Studio design IDs, names, preview images, page thumbnails, page count, width, and height. Use returned design IDs asreferenceDesignIds when calling ocoya_create_ai_post or ocoya_create_ai_campaign.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List Studio templates in an approved brand so AI image generation can follow a saved template style or layout.
| Name | Type | Required | Description |
|---|---|---|---|
brandId | string | Yes | Brand ID from ocoya_list_brands. |
query | string | No | Optional template name search. |
page | number | No | Zero-based page number. Defaults to 0. |
perPage | number | No | Templates per page. Defaults to 20. |
{
"name": "ocoya_list_studio_templates",
"arguments": {
"brandId": "cmayvq3hk00017apshay5qezu",
"query": "launch"
}
}
referenceDesignIds when calling ocoya_create_ai_post or ocoya_create_ai_campaign.