Skip to content

Get extracted fields

GET /document-intelligence/v1/collections/{collection_id}/documents/{document_id}/fields

The fields extracted from one document. Empty until the document reaches indexed.

Parameters

Name In Required Notes
collection_id path yes -
document_id path yes -

Example

curl -X GET "https://api.futuresmart.ai/document-intelligence/v1/collections/{collection_id}/documents/{document_id}/fields" \
  -H "Authorization: Bearer $FS_API_KEY"

Responses

200

Field Type Required Notes
document_id string yes -
fields object yes -

Every failure, a malformed request included, comes back in the shared envelope with a stable code to branch on. See Errors.