Create a document.
Create a document by ID.
Path parameters
The ID of the collection.
The ID of the collection.
Request body
Example request
{
"collection_id": "collection_123",
"lineage_chain": [
{
"collection_id": "col_video_frames",
"document_id": "doc_frame123",
"feature_extractor_id": "multimodal_extractor_v1",
"timestamp": "2025-10-18T10:30:00Z"
}
]
}Response
Successful Response
Example response
{
"_internal": {
"collection_id": "col_articles",
"created_at": "2025-10-31T10:00:00Z",
"document_id": "doc_f8966ff29c18e20c6b45e053",
"internal_id": "org_abc123",
"lineage": {
"chain": [
{
"collection_id": "col_articles",
"feature_extractor_id": "text_extractor_v1",
"timestamp": "2025-10-31T10:00:00Z"
}
],
"path": "bkt_content/col_articles",
"root_bucket_id": "bkt_content",
"root_object_id": "obj_article_001",
"source_object_id": "obj_article_001",
"source_type": "bucket"
},
"metadata": {
"ingestion_status": "COMPLETED"
},
"modality": "text",
"namespace_id": "ns_xyz789",
"source_blobs": [
{
"blob_id": "blob_text_001",
"blob_property": "content",
"blob_type": "text"
}
],
"updated_at": "2025-10-31T10:00:00Z"
},
"author": "Dr. Smith",
"collection_id": "col_articles",
"description": "Text document with _internal structure",
"document_id": "doc_f8966ff29c18e20c6b45e053",
"title": "AI in Healthcare"
}Changes
Changed in 4 of the 34 revisions of this API.15
- ●
added the new
signalenum value to the/////response property for the response statusresponse-property-enum-value-added
- ○
added the new
signalenum value to the request property/request-property-enum-value-added
- ●
- ○
added the new optional request property
new-optional-request-property
- ○
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the request property
became optionalrequest-property-became-optional
- ○
request property
list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○