Files
Create File Download URL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
expires_in?integer
Default
3600Range
1 <= value <= 86400transform?
Response Body
application/json
curl -X POST "https://api.getmateo.com/v1/files/497f6eca-6276-4993-bfeb-53cbbbba6f08/download_url" \ -H "Content-Type: application/json" \ -d '{}'{ "url": "http://example.com", "expires_at": "2019-08-24T14:15:22Z"}