API Reference
Save a new version of the brief document
AuthorizationBearer <token>
In: header
Path Parameters
briefId*string
Brief ID
domainId*unknown
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/{domainId}/content-briefs/string/document/versions" \ -H "Content-Type: application/json" \ -d '{ "name": "After outline restructure" }'{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "versionNumber": 3, "name": "After outline restructure", "isOriginal": false, "createdAt": "2026-05-25T10:30:00.000Z"}