Uploads

File Upload

Upload any file to RT

POST/api/v1/file-upload/

Authorizations


AuthorizationsAuthorizationstringheaderrequired

X-RT-API-KEY From your account https://responsetiger.com/aidash/api/keys

Body multipart/form-data


filebinaryrequired

Add the input file (i.e. JPEG).

Available options:
pdf jpeg jpg png
curl --location 'https://docustudioapi.rbinnovate.com/api/v1/file-upload/'  
    --header 'X-RT-API-KEY: <RT-API-KEY>'  
    --form 'file=@"/path/to/file"'

{
    "data": {
        "value": "WhatsApp_Image_2025-06-26_at_10.01.11",
        "size": 120386,
        "to_be_reviewed": false
    },
    "meta": {
        "name": "WhatsApp_Image_2025-06-26_at_10.01.11",
        "extension": "jpeg",
        "file_type": "IMAGE",
        "size_bytes": 120386,
        "size_mb": "0.11 mb",
        "collection": "",
        "space": ""
    }
}