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
}Agent Compliance
List storyboards
Returns the catalog of compliance storyboards. Optionally filter by category.
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.
⌘I