API Reference
Create a brief research and start pipeline
AuthorizationBearer <token>
In: header
Path Parameters
domainId*string
Domain ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/domains/string/content-studio-v2/brief-researches" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "status": "completed", "currentStep": 6, "totalSteps": 6, "currentStepName": "compileResults", "errorMessage": "Keyword volume provider timed out", "createdAt": "2026-05-25T10:30:00.000Z", "completedAt": "2026-05-25T10:35:00.000Z", "gapCount": 12, "keywordCount": 48, "topKeywords": [ { "keyword": "best running shoes", "searchVolume": 27000 } ], "topGaps": [ { "topicName": "Trail running", "percentage": 42 } ], "topicName": "Running shoes", "promptName": "best running shoes for beginners", "commonTopics": [ "cushioning", "arch support", "pronation" ], "contentStructures": [ "Listicle", "Comparison table", "FAQ" ]}