API

File upload

Allows you to upload various media to be accessed later.

This endpoint returns a signed URL that you can then put to to save the file in Confirmed's cloud storage (Google, CDN distributed)

Request

POST /api/v1/<production>/upload-file

Parameter

Type

Description

filename

string

Required. The name of the file you intend to upload.

Response

Use the returned URL to upload the file directly to the storage backend.

Was this helpful?