Documents
File upload and indexing tracking.
Updated on Aug 09, 2026
The upload is multipart/form-data and the response is 202: indexing happens in the background. The document goes through processing until it becomes ready — only then does it show up in searches.
POST
https://api.hinow.ai/v1/knowledge-bases/{id}/documentsBearerUploads a document for indexing. multipart/form-data.
Parâmetros
idstring· pathobrigatóriofilefile· bodyobrigatórioUp to 50 MB.
metadataobject· bodyFree-form pairs, usable as a filter in search.
Respostas
202Accepted for indexing
| Format | Note |
|---|---|
| Text extracted page by page; images are ignored | |
| Markdown / HTML | The heading structure guides how the chunks are split |
| Plain text | Split by chunk size only |
Was this page helpful?

