Briefs
POST /v1/brief
Generate a brief on demand — the flagship synthesis endpoint. Scope: brief:write. Available on every tier (Free capped at 30/mo). Takes an optional cost_cap_usd spend ceiling (default $1.00). Paragraphs that fail citation validation render insufficient_evidence — never fabricated.
bash
curl "https://api.forumatlas.com/v1/brief" \
-H "Authorization: Bearer $FORUM_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "variant": "daily_persona", "sectors": ["cyber"], "persona": "vc" }'GET /v1/briefs
List briefs in your workspace. Scope: brief:read.
bash
curl "https://api.forumatlas.com/v1/briefs?sector=cyber&limit=10" \
-H "Authorization: Bearer $FORUM_API_KEY"GET /v1/briefs/{id}
Single brief with full sections, citations, entities.
GET /v1/briefs/{id}/bibliography
Bibliography export. Query: ?style=apa|mla|chicago|harvard.