Skip to main content
GET
/
api
/
pub
/
wa
/
media
/
url
/
{mediaId}
Get Media by ID
curl --request GET \
  --url https://app.adsera.in/api/pub/wa/media/url/{mediaId}
"<string>"
Retrieves the media file content associated with a specific media ID. This endpoint redirects to or serves the actual file content, allowing direct browser access.

Path Parameters

mediaId
string
required

The ID of the media to retrieve.

Response

The media file content.

The response is of type file.