Authorizations
The API key to authenticate requests. Obtainable from the web dashboard.
Body
The ID of the collection where the document will be added.
A short title for the document. Can be plain text, or gzip compressed then base64 encoded text.
"Password Reset Guide"
The body of the document. Structured text documents like Markdown or JSON are preferred. Can be plain text, or gzip compressed then base64 encoded text.
"To reset your password, visit ..."
A URL of the original source document that uniquely identifies the document. These will be used in answer references to link back to the original source.
"https://my.company.com/apollo/ticket/123456"
Response
OK
The ID of a resource that can be retrieved from the service.
"12345678-abcd-123456789-123456789abc"