API Reference
Get content generation status
AuthorizationBearer <token>
In: header
Path Parameters
domainId*string
Domain ID
briefId*string
Brief ID
Response Body
application/json
curl -X GET "https://example.com/api/domains/string/content-briefs/string/content/status"{ "briefId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "status": "running", "articleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "progress": 60, "currentStep": "Generating sections", "error": "Source crawl timed out"}