Skip to content

Collections

A collection is a set of documents with its own extracted-field schema. Every call in this API happens inside one.

This API cannot create, list or delete a collection. That is deliberate, not a gap: a collection is created in the FutureSmart app, and an API key is minted for it — so a key reaches exactly one collection's documents and nothing else in the account.

Not written yet

This page is a placeholder. The site's build and hosting are in place; the prose is not. What belongs here:

  • Where to create a collection in the app, and where to find its id afterwards
  • That a key is scoped to a collection, and what that means if the key leaks
  • That a collection carries its own extraction instructions, so one per document type is normal - and that changing them is the field schema endpoints, not a collection setting
  • What to do when you need a second collection