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.
get_content_standards
Retrieve content safety policies for a specific standards configuration.Request
Schema: get-content-standards-request.json| Parameter | Type | Required | Description |
|---|---|---|---|
standards_id | string | Yes | Identifier for the standards configuration |
Response
Schema: get-content-standards-response.jsonSuccess Response
Fields
| Field | Description |
|---|---|
standards_id | Unique identifier for this standards configuration |
name | Human-readable name |
countries_all | ISO 3166-1 alpha-2 country codes (case-insensitive, uppercase recommended) - standards apply in ALL listed countries |
channels_any | Ad channels - standards apply to ANY of the listed channels |
languages_any | ISO 639-1 or BCP 47 language tags (case-insensitive, lowercase recommended) - standards apply to content in ANY of these languages |
policy | Natural language policy describing acceptable and unacceptable content contexts |
calibration_exemplars | Training/test set of content contexts (pass/fail) to calibrate policy interpretation |
Brand Safety Floor RequirementImplementors MUST apply a brand safety floor regardless of what policy is defined. AdCP does not define the floor specification.
Error Response
Related Tasks
- calibrate_content - Collaborative calibration against these standards
- list_content_standards - List available standards configurations