Zum Hauptinhalt springen

Feld API

The Feld API lets you programmatically upload documents, trigger classification and extraction, and retrieve structured results.

Base URL: https://api.feld.ai/api/v1

Current version: v1

What you can do

  • Upload documents (PDF, Word, Excel, images, emails)
  • Classify documents against your configured schemas
  • Extract structured data using your extraction schemas
  • Retrieve table data from documents
  • Generate document summaries
  • Manage reference data

Key concepts

ConceptDescription
Authorization: BearerHeader used for authentication. Each key is scoped to one project.
document_idUUID assigned to an uploaded document. Used in all subsequent operations.
job_idUUID tracking an async classification, extraction, or summary job.
schema_idIdentifies which extraction or classification schema to apply.
statusProcessing state of a document or job: pendingprocessingcompleted or failed.
metadataOptional JSON key-value pairs attached to a document at upload time.

Getting started

  1. Get your API key
  2. Upload your first document
  3. Browse the API Reference