Skip to main content
GET
/
blobs
/
{hash}
/
url
Get a presigned download URL for a blob
curl --request GET \
  --url https://api.example.com/blobs/{hash}/url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "expires_in": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

hash
string
required

Query Parameters

ttl
integer
default:3600
Required range: x >= 1

Response

Presigned URL

url
string
required
expires_in
number
required