Logo
Type aliases

BodyRunJobOnFileApiV1ExtractionJobsFilePost

BodyRunJobOnFileApiV1ExtractionJobsFilePost = object

Defined in: packages/cloud/src/client/types.gen.ts:489

Properties

extraction_agent_id

extraction_agent_id: string

Defined in: packages/cloud/src/client/types.gen.ts:493

The id of the extraction agent


file

file: Blob | File

Defined in: packages/cloud/src/client/types.gen.ts:497

The file to run the job on


data_schema_override?

optional data_schema_override: string | null

Defined in: packages/cloud/src/client/types.gen.ts:501

The data schema to override the extraction agent's data schema with as a JSON string


config_override?

optional config_override: string | null

Defined in: packages/cloud/src/client/types.gen.ts:505

The config to override the extraction agent's config with as a JSON string

On this page