v1
latestOpenAPI 3.0.32026-07-226744340.8 KBBriefs
Create Brief
Create and kick off a Monitoring Brief. Returns 202 immediately — a Brief takes ~5–10 minutes; poll GET /api/v2/briefs/{id} for status and content. Requires a plan with Briefs access; metered separately from query units.
post/api/v2/briefs
Request body
Example request
{
"scope_text": "Monitor Red Sea maritime disruption risk to shipping across Yemen, the Red Sea, and the Gulf of Aden.",
"countries": [
"YEM",
"SAU"
],
"search_topics": [
"port congestion",
"tanker insurance"
],
"actors": [
"Houthi",
"Maersk"
]
}Response
Brief generation started.
Example response
{
"status": "queued"
}