Skip to main content

Prerequisites

You need an NDI API key. Contact your organization administrator or use the NDI console to mint one. Set it as an environment variable:

1. Parse a document (granular operation)

No workspace needed. Parse any public document:
Poll until done:
On success:
Or use ?wait_seconds=120 to block up to 120 seconds for an inline result:

2. Upload and ingest files into a workspace

For persistent storage and querying:

3. Search your workspace

Once ingestion completes, search the parsed documents:

Next steps