generate_alt
Automatically generate alt text for Storyblok CMS assets using AI, simplifying accessibility compliance and improving SEO for uploaded media.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"asset_id": {
"type": "string"
}
},
"required": [
"asset_id"
],
"type": "object"
}