endpoints
POST - /files/index
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Body
multipart/form-data
Response
200 - application/json
The response is of type any
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type any
.