Skip to main content
POST

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json

Source documents or text for entity extraction

vault_id
string

Vault ID containing the source documents (use with object_ids)

object_ids
string[]

Object IDs of documents to extract entities from (PDFs, text files)

text
string

Raw text input for entity extraction (alternative to vault documents)

categories
enum<string>[]

Optional filter for entity categories to extract

Available options:
person,
organization,
legal_term,
medical,
citation,
email

Response

Boost list extracted successfully

items
object[]
source
enum<string>
Available options:
document,
text
source_ids
string[]