Logo
Functions

uploadFileApiParsingUploadPost

uploadFileApiParsingUploadPost<ThrowOnError>(options?): RequestResult<ParsingJob, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:5313

Upload File Upload a file to s3 and create a job. return a job id

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options?

OmitKeys<RequestOptions<ThrowOnError, string>, "body" | "url"> & UploadFileApiParsingUploadPostData & Pick<RequestOptions<ThrowOnError, string>, "headers">

Returns

RequestResult<ParsingJob, HTTPValidationError, ThrowOnError>

On this page