Skip to main content
GET
https://postonce.to/api/public
/
v1
/
media
/
{id}
Get media
curl --request GET \
  --url https://postonce.to/api/public/v1/media/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "path": "<string>",
    "public_url": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.postonce.to/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Encoded media_id returned by the upload endpoint.

Response

Media resolved successfully.

data
object