Get anonymous estimate
POST
/v1/anonymous-estimate
Upload a book and get back its page count and an estimated cost, without signing in or creating a project. Nothing here is billable — it's purely a preview. If you sign up afterward, pass the returned anonymousUploadKey to POST /projects to reuse this upload instead of sending the file again.
Parameters
Query Parameters
pages
Type
array
targetLanguageCode
Type
string
Valid values
"en""es""fr""de""it""pt""nl""pl""ru""uk""tr""ar""he""hi""ja""ko""zh""la""el""sv"Request Body
multipart/form-data
Format
"binary"Responses
OK
application/json
Success body for POST /anonymous-estimate: the analysed file plus its cost estimate, with
nothing billable persisted.
Pass this to POST /projects as anonymousUploadKey to adopt
the same upload into a real project after signing up, without re-uploading.
The billed-price cost estimate for the selected pages.
The uploaded file's name.
How many of those pages the estimate covers (all of them, unless a
pages filter was passed).
Format
"int32"Pattern
"^-?(?:0|[1-9]\\d*)$"The uploaded file's size, in bytes.
Format
"int64"Pattern
"^-?(?:0|[1-9]\\d*)$"Total pages detected in the file.
Format
"int32"Pattern
"^-?(?:0|[1-9]\\d*)$"