URLs this API handles
- ✓Supported public t.me channel posts
- ✓Public Telegram photo posts
- ✓Public Telegram video posts
- ✓Legacy telegram.me public links
Resolve supported public Telegram channel post links into structured photo and video media results.
curl https://developers.getinsaver.com/v1/resolve \
-H "Authorization: Bearer gis_live_••••" \
-H "Content-Type: application/json" \
-d '{
"service": "telegram",
"url": "https://supported-public-url/..."
}'
{
"ok": true,
"item_count": 1,
"items": [{ "type": "video", "url": "https://cdn..." }]
}Use the GetInSaver Telegram Downloader API when your application needs media from a supported public channel post URL. The endpoint accepts public t.me links and returns normalized photo or video items through the same authentication and response contract used across the GetInSaver catalog.
Every verified developer receives 20 result credits. Purchased credits do not expire, and failed, private, deleted, unsupported or unavailable lookups consume zero credits.
Verify your email to receive 20 free result credits without adding a payment card.
Create an API key and call POST /v1/resolve with the service ID and public URL.
Read the returned media item array, type fields, URLs and exact credit usage in your application.
GetInSaver does not bypass privacy controls, account login, deleted content or rights restrictions. Use returned media only when you have the necessary permission or another lawful basis. Platform availability can change, so unavailable lookups are never charged.
No. Only supported publicly accessible Telegram post URLs are accepted. The service does not join groups, use a user's session or bypass content restrictions.
Supported public t.me channel post links and legacy telegram.me public links can use the telegram service ID.
The self-service catalog currently describes downloadable public photo and video media. Unsupported file types return an error and are not charged.
Each successfully returned Telegram media item uses two credits. Private, deleted or unavailable lookups use zero credits.
No card, no sales call and no charge for failed results.