logo
Index
API Reference
Authentication
Process media from URL or file upload
Download processed file
powered by zuplo
DocsPricingSign in

SharpWave API

API for processing video and audio files

BASE URL
https://clearwave-main-ed99f4c.d2.zuplo.dev

Authentication

Sign into view and manage your API credentials

Process media from URL or file upload

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Request Body

url

optional, string

URL of the media to process

file

optional, string

Media file to upload and process

POST
/api/v1/process
1
EXAMPLE BODY
{
  "url": "https://vimeo.com/channels/staffpicks/1031913241"
}

Download processed file

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Path Parameters

filename

required, string

Name of the processed file to download

GET
/api/v1/download/:filename
1