get-studio-templates
Retrieve all available studio templates on Orshot's MCP server using your API key to generate or customize images from pre-designed or AI-created templates.
Instructions
Get all available studio templates for the user using their API key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | No | Orshot API key for authentication (optional if set in environment) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"apiKey": {
"description": "Orshot API key for authentication (optional if set in environment)",
"type": "string"
}
},
"type": "object"
}