POST
/
knowledge
/
content
{
  "id": "content-123",
  "name": "example-document.pdf",
  "description": "Sample document for processing",
  "metadata": {
    "category": "documentation",
    "priority": "high"
  },
  "status": "processing"
}

Headers

authorization
string | null

Query Parameters

db_id
string | null

Database ID to use for content storage

Body

multipart/form-data

Response

Content upload accepted for processing

The response is of type object.