Path: /api-reference/universal-ai/universal-ai
When having the file input field null in a financial parser request I receive the following response:
{
"detail":"Validation error",
"errors":[
{"field":"file.uuid","message":"UUID input should be a string, bytes or UUID object"},
{"field":"file.str","message":"Input should be a valid string"}
]
}
which is very different from the one described:
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}
Path: /api-reference/universal-ai/universal-ai
When having the file input field null in a financial parser request I receive the following response:
which is very different from the one described: