Skip to main content
GET
/
api
/
storyboards
/
{storyboardId}
/
first-step
Get first step preview
curl --request GET \
  --url https://agenticadvertising.org/api/storyboards/{storyboardId}/first-step
{
  "storyboard": {
    "id": "<string>",
    "title": "<string>"
  },
  "step": "<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

storyboardId
string
required

Response

First step preview

storyboard
object
required
step
any