Authorizations
Your unique Avido API key
Body
Request body for creating a new document with its initial version
User ID of the person assigned to this document
"user_123456789"
Title of the initial document version
"API Documentation"
Content of the initial document version
"This document describes the API endpoints..."
Status of the initial document version Status of the document. Valid options: DRAFT, REVIEW, APPROVED, ARCHIVED.
DRAFT
, REVIEW
, APPROVED
, ARCHIVED
"APPROVED"
Language of the initial document version
"english"
Optional ID of the scrape job that generated this document
"321e4567-e89b-12d3-a456-426614174000"
Optional metadata for the initial document version
Array of original sentences from the source
[
"This is the first sentence.",
"This is the second sentence."
]
Response
Document created successfully
Successful response containing the document data
A Core Document represents a piece of content that can be organized hierarchically with parent-child relationships and supports versioning