UploadFile
Name
Value
Key
Value
curl --location 'https://../api/v1/Question/UploadFile' \
--header 'CLIENT_ID: <Client Id>' \
--form 'file=@"/C:path/download.jpg"'{
"fileName": "download",
"extension": ".jpg",
"mimeType": "image/jpeg",
"id": "8acb4a53-d14a-499c-8683-dbff2aaad816",
"filePondId": "8acb4a53"
}{
"error": {
"code": "invalid_request_error",
"message": "No file was uploaded."
}
}Last updated