Skip to main content

Upload File

POST 

https://api.staging.trential.app/utility/api/1.0/wallet/files

Upload File

Request

Query Parameters

    folderName stringrequired

Body

    file binary

Responses

File uploaded successfully

Schema
    code integer
    message string
    data object
    fileId string
    url string

Authorization: http

name: AuthorizationHeadertype: httpscheme: bearerbearerFormat: JWT
curl -L -X POST 'https://api.staging.trential.app/utility/api/1.0/wallet/files' \
-H 'Content-Type: multipart/form-data' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.staging.trential.app
Auth
Parameters
— queryrequired
Body
file
ResponseClear

Click the Send API Request button above and see the response here!