Skip to main content
GET
/
api
/
storyboards
/
{id}
Get storyboard detail
curl --request GET \
  --url https://agenticadvertising.org/api/storyboards/{id}
{
  "storyboard": {
    "id": "<string>",
    "title": "<string>",
    "category": "<string>",
    "summary": "<string>",
    "agent": {
      "interaction_model": "<string>",
      "examples": [
        "<string>"
      ]
    },
    "phases": [
      {
        "title": "<string>",
        "steps": [
          {
            "id": "<string>",
            "title": "<string>",
            "description": "<string>",
            "expected_output": "<string>"
          }
        ]
      }
    ],
    "prerequisites": "<unknown>",
    "required_tools": [
      "<string>"
    ],
    "track": "<string>"
  },
  "test_kit": "<unknown>"
}

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.

Path Parameters

id
string
required

Storyboard ID

Response

Storyboard detail

storyboard
object
required
test_kit
any