Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request samples
curl --location --request POST 'https://api-sandbox.z.inc/api/v1/account/files/upload' \
--form 'file=@""'
Responses
application/json {
"created": 1721973688,
"file_id": "MjMzYTZlNjktMTVmYy00NmUwLWI4NDUtZmJjMzM4ZTA1NDhkLHwsaG9uZ2tvbmcsfCxQYXNzcG9ydCBmcm9udC5wbmdfMTcyMTk3MzY4ODAxMA",
"filename": "Passport front.png",
"object_type": "file",
"size": 418109
}
Modified at 2024-07-28 14:52:41