Skip to content

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.

POSThttps://api.hinow.ai/v1/knowledge-bases/{id}/documentsBearer

Uploads a document for indexing. multipart/form-data.

Parâmetros

  • idstring· pathobrigatório
  • filefile· bodyobrigatório

    Up to 50 MB.

  • metadataobject· body

    Free-form pairs, usable as a filter in search.

Respostas

202Accepted for indexing
FormatNote
PDFText extracted page by page; images are ignored
Markdown / HTMLThe heading structure guides how the chunks are split
Plain textSplit by chunk size only
Was this page helpful?