Logo
Type aliases

BodyRunJobOnFileApiV1ExtractionJobsFilePost

BodyRunJobOnFileApiV1ExtractionJobsFilePost = object

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

Properties

extraction_agent_id

extraction_agent_id: string

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

The id of the extraction agent


file

file: Blob | File

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

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:478

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:482

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