v1

latestOpenAPI 3.0.32026-07-1751720.0 KB

Post upload

Upload files to the specified upload path.

post/upload

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

filePathstring required

Path of the file

okboolean required

Indicates whether the files were uploaded successfully.

Example response

{
  "$schema": "https://example.com/schemas/UploadResponseBody.json"
}