Skip to content

Get book estimate

GET
/v1/projects/{id}/estimate

Returns the up-front price estimate for translating this entire book, in the same billed price you'd actually pay. The real cost reconciles to the GPU time each page actually takes, typically within a few percent of this number.

Authorizations

Bearer

JWT bearer token from POST /v1/auth/login.

Type
HTTP (bearer)
or
ApiKey

Scoped API key for non-interactive clients (issued by PBI #1426).

Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

OK

application/json

A whole-book cost/time projection, derived from a handful of measured pages.

Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?(?:[eE][+-]?\\d+)?$"
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?(?:[eE][+-]?\\d+)?$"
Default0
Format"int32"
Pattern"^-?(?:0|[1-9]\\d*)$"
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Defaultfalse
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Default0
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Format"int32"
Pattern"^-?(?:0|[1-9]\\d*)$"
Default"en"
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Default0
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Format"double"
Pattern"^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$"
Format"int32"
Pattern"^-?(?:0|[1-9]\\d*)$"
Format"int32"
Pattern"^-?(?:0|[1-9]\\d*)$"

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI