Logo
Functions

screenshotApiV1ParsingScreenshotPost

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

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

Screenshot

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options?

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

Returns

RequestResult<ParsingJob, HTTPValidationError, ThrowOnError>

On this page