URLs this API handles
- ✓Public x.com status URLs
- ✓Legacy twitter.com status URLs
- ✓Supported post videos and photos
- ✓Supported quoted-post media
Resolve supported public X and legacy Twitter post URLs into structured video and image media results.
curl https://developers.getinsaver.com/v1/resolve \
-H "Authorization: Bearer gis_live_••••" \
-H "Content-Type: application/json" \
-d '{
"service": "x",
"url": "https://supported-public-url/..."
}'
{
"ok": true,
"item_count": 1,
"items": [{ "type": "video", "url": "https://cdn..." }]
}Use the GetInSaver X Downloader API for public post media when you need a focused extraction endpoint rather than the broader official X developer platform. Both x.com and legacy twitter.com status URLs are accepted for supported public videos, photos and quoted media.
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.
Yes. Supported public status links on x.com and legacy twitter.com domains use the same x service ID.
No. This endpoint is specifically for resolving supported publicly accessible post media. It does not provide timelines, posting, account management or the full official X API feature set.
Yes. Supported public posts may return video or image items, including media found in supported quoted posts.
No. Protected, login-gated, deleted or unavailable posts are rejected and consume zero credits.
No card, no sales call and no charge for failed results.