Invalid payload
Resolve invalid payload errors.
An invalid payload error indicates that the request body is malformed, exceeds the maximum JSON depth, contains an unsupported field type, or fails schema validation.
This error requires you to correct the request before retrying.
Response
All error responses follow the Problem Details (RFC 9457) format, which defines the type, title, status, detail, and instance fields.
Here is an example of the response returned for this error:
{ "type": "https://croct.help/api/evaluation/invalid-payload", "title": "The request payload is invalid.", "status": 422, "detail": "The value must have an entry \"query\".", "path": "/"}The response includes the following additional field:
- path(optional)string
A JSON pointer to the field that caused the validation error.