curl --request GET \
--url https://api.ara.so/proxy/media/fetch{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Fetch an inbound Linq media URL through backend credentials.
The sandbox passes its session HMAC token to this endpoint. Backend then uses Linq partner auth (if configured) to fetch private media URLs and returns the bytes directly to the caller.
curl --request GET \
--url https://api.ara.so/proxy/media/fetch{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Original Linq media URL
Successful Response
Was this page helpful?