get-library-templates
Retrieve all available library templates for image generation using your Orshot API key. Simplify the process of accessing and utilizing pre-designed or custom templates for dynamic image creation.
Instructions
Get all available library 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"
}