Knowledge to draft
Experimental endpoints are not yet finalised. They can change at any point, without notice. To reflect this, these endpoints are not available on the /v1/ endpoint (See more here: Endpoints)
Generates and creates a draft using structured textual data.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
templateIdstring | nullableOptional
The ID of the template to use. If not provided, the system will randomly select one.
Responses
200
Draft generated and created successfully
application/json
400
Bad Request. Invalid input data.
401
Unauthorized. Authentication required.
500
Internal server error.
post
/knowledge-to-draft/generate-draftLast updated
Was this helpful?