cURL
curl --request POST \ --url https://agenticadvertising.org/api/brands/save \ --header 'Content-Type: application/json' \ --data ' { "domain": "acmecorp.com", "brand_name": "Acme Corp", "brand_manifest": {} } '
{ "success": true, "message": "<string>", "domain": "<string>", "id": "<string>", "revision_number": 123 }
Save or update a brand in the registry. Requires authentication. For existing brands, creates a revision-tracked edit. For new brands, creates the brand directly. Cannot edit authoritative brands managed via brand.json.
"acmecorp.com"
"Acme Corp"
Show child attributes
Brand saved or updated
true
Was this page helpful?