Beta — endpoints, schemas, limits and examples may change before general availability.
Hellomateo API Documentation
Files

Create File Download URL

POST
/v1/files/{id}/download_url

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

expires_in?integer
Default3600
Range1 <= value <= 86400
transform?

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"}