curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/content/assets/{id}/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"asset_type": "uploaded"
}
'Triggers admin URL to process and send download email.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/content/assets/{id}/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"asset_type": "uploaded"
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Asset ID
1
Type of asset to download (default: uploaded)
uploaded, social_media "uploaded"
Download request queued