Skip to content

Download media file to server

POST
/api/v1/download/{encodedString}

Parameters

Path Parameters

encodedString*

Encoded Stream String - get from Query providers

Type
string
Required

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"status": "started"
  
},
  
"status": "success"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI