ConsistlyAPI
Guidelines

Start a brand-guideline (PDF) extraction

Uploads a brand-guideline PDF and queues an AI extraction into the canonical brand schema. Poll GET /brand_guideline_extractions/{id} until `status` is `review`, inspect the `draft`, then POST .../commit to apply it. Requires the OpenAI integration to be configured.

POST
/brand_guideline_extractions
AuthorizationBearer <token>

Bearer API key. Brand Governance endpoints require brand:read or brand:write (plus narrower writes for specific resources).

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/brand_guideline_extractions" \  -H "Content-Type: application/json" \  -d '{    "content_base64": "string"  }'
{  "id": "string",  "object": "brand_guideline_extraction",  "status": "queued"}
{  "error": {}}
{  "error": {}}
{  "error": {}}