#Looking for some help defining the
1 messages · Page 1 of 1 (latest)
If it helps, here's the payload I'm sending to the endpoint (I've tried tons of variations), and the error I'm receiving
Payload:
{
"name": "Daniel",
"files": [
{
"$content-type": "audio/mpeg",
"$content": "base64stringgoeshere"
},
{
"$content-type": "audio/mpeg",
"$content": "base64stringgoeshere"
}
]
}
Error:
{"detail":[{"loc":["body","name"],"msg":"field required","type":"value_error.missing"}]}