Create article draft
Knowledge
Create article draft
Create a draft from an existing live article.
POST
Create article draft
Use this route to fork an existing live article into a draft for review.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Original live article ID to fork from.
Body parameters
This route uses the same required content fields as Create article.active, public, and origin are also accepted here.
Response
Returns the created draft article object. See Manage knowledge for the shared article fields.For drafts created from an existing live article, the response typically includes
originalArticleId, originalArticleVersion, and isDraftPublished: false.If the source live article does not exist, the current route returns
null instead of a 404.Errors
400 Bad Request
400 Bad Request
The request body is malformed or one of the required arrays is empty.
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope.
