Create a document
POST/api/v1/documents
Creates a new text document and generates an embedding vector for semantic search. project keys automatically infer the project from the key's scope; JWT callers must supply projectId.
Request
Responses
- 201
- 400
- 401
- 403
- 409
Document created
Invalid request body
Unauthorized
Forbidden
The project's storage_bytes quota is exceeded (QUOTA_STORAGE_EXCEEDED). Delete stored content, or raise the quota — no window reset clears a stored total, so no Retry-After is sent.