v1

latestOpenAPI 3.1.02026-07-1754140.5 KB
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"
  }
}