Files
Create File Upload URL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
filename*string
Length
1 <= length <= 1024Response Body
application/json
curl -X POST "https://api.getmateo.com/v1/files/upload_url" \ -H "Content-Type: application/json" \ -d '{ "filename": "string" }'{ "file_id": "8a0cfb4f-ddc9-436d-91bb-75133c583767", "url": "http://example.com", "expires_at": "2019-08-24T14:15:22Z"}