Documents
Describe a Document Before Uploading
The document upload API is a two-step process. First, the metadata for the document is specified, and the API returns a file identifier so the file can be streamed directly to the next endpoint. You’ll need to look for the document_token returned in the response because that is necessary to pass to the next endpoint for streaming the file.
post/entities/{entity_token}/documents
Request body
Schema required— unresolved $ref
Response
Document
Items required— unresolved $ref
Changes
No recorded changes to this endpoint across all 1 revision of this API.