🎉 AdCP 3.0 is now GA — see what's new
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
}Returns the catalog of compliance storyboards. Optionally filter by category.
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://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?