curl --request POST \
--url https://api.example.com/pipes/download \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>"
}
'{}curl --request POST \
--url https://api.example.com/pipes/download \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>"
}
'{}The response is of type object.
Was this page helpful?