Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/pipes/download \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{}

Body

application/json
url
string
required

Response

200 - application/json

The response is of type object.