Files
Upload a media file that can be used as inference input.
Upload media files to be used as inference input. Currently, only images upto 50 MB are supported.
post/v1/files
Response
Successful Response.
Example response
{
"data": {
"path": "myfile.jpg",
"contentType": "image/jpeg"
}
}