POST
/
v1
/
billValidation
/
validateInvoice
curl --request POST \
--url https://api.voltview.co.uk/v1/billValidation/validateInvoice \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filePath": "accounts/123456789/invoices/INV2024001.pdf"
}'
{
"filePath": "accounts/123456789/invoices/INV2024001.pdf",
"status": "passed",
"errors": []
}

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Body

application/json

Response

200
application/json

Validation completed - may return passed, failed, or pending status

The response is of type object.