Skip to main content

πŸ—‚οΈ Upload & Ingest Documents

Document ingestion is the first step in making your unstructured files queryable via CIQ. Once a file is ingested, it’s indexed and becomes available for search, classification, and Q&A.


πŸ“ Supported File Types​

Currently supported:

  • βœ… PDF
    Coming soon:

  • πŸ”œ DOCX

  • πŸ”œ TXT


πŸš€ How to Ingest a Document​

Use the SDK method below to upload and process a document.

from ninebit_ciq import NineBitCIQClient

client = NineBitCIQClient(api_key="YOUR_API_KEY")
response = client.ingest_file("files/report.pdf")
print(response)