Skip to main content
GET
/
api
/
storyboards
List storyboards
curl --request GET \
  --url https://agenticadvertising.org/api/storyboards
{
  "storyboards": [
    {
      "id": "<string>",
      "title": "<string>",
      "category": "<string>",
      "summary": "<string>",
      "interaction_model": "<string>",
      "examples": [
        "<string>"
      ],
      "phase_count": 123,
      "step_count": 123
    }
  ],
  "count": 123
}

Documentation Index

Fetch the complete documentation index at: https://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

category
string

Filter by storyboard category

Response

Storyboard catalog

storyboards
object[]
required
count
integer
required