v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Request Validate

Validates a request prior to submission and provides an approximate estimate of the report's cost.

post/batch/v4/request-validate

Request body

RAW_BODYstring

Response

200

estimated_creditsinteger
is_validboolean
warningsobject[]

Example response

{
  "estimated_credits": 2,
  "is_valid": true
}