v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
File

Request File Analysis

This endpoint allows you to request the word count and an estimated cost for your files.

Use the Upload Zip File / Poll Upload Zip File endpoints to upload your files and get the fileIds. Send these fileIds together with the languageProcessingRuleId and sourceLanguage to receive the word count.

Optionally, send the quotingOptions object to receive the estimatedCosts.

Use the Poll File Analysis endpoint to monitor the operation and receive the analysis results.

File analysis results will be available for 24 hours after generation.

post/files/analysis

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Request body

fileIdsstring[] required

The file identifiers for which the analysis will be performed.

languageProcessingRuleIdstring required

The identifier of the Language Processing Rule to be used when determining word count.

fileProcessingConfigurationIdstring

The identifier of the File Processing Configuration to be used when converting a file for analysis.<br> A default configuration will be used if not specified.

Response

idstring required

The analysis operation id. Use this to poll it's status.