API Reference
POST uploads/file/task/Z
POST operation for uploads/file/task/Z
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://dev-rest.onboard.io/uploads/file/task/Z" \ -H "Content-Type: application/json" \ -d '{ "file": "string" }'{
"link": "string",
"file": "string",
"task_id": 0,
"onboarder_company_id": 0
}Empty
Empty
Empty
How is this guide?