🎉 AdCP 3.0 is now GA — see what's new
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>"
}Returns a single storyboard with its full phase and step structure, plus its test kit if available.
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://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?