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

Create File Upload URL

POST
/v1/files/upload_url

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

filename*string
Length1 <= length <= 1024

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