URLs this API handles
- ✓Public pinterest.com Pin links
- ✓Supported pin.it short links
- ✓Public image Pins
- ✓Supported public video Pins
Resolve supported public Pinterest Pin links into structured image and video media results.
curl https://developers.getinsaver.com/v1/resolve \
-H "Authorization: Bearer gis_live_••••" \
-H "Content-Type: application/json" \
-d '{
"service": "pinterest",
"url": "https://supported-public-url/..."
}'
{
"ok": true,
"item_count": 1,
"items": [{ "type": "video", "url": "https://cdn..." }]
}The GetInSaver Pinterest Downloader API is designed for developer workflows that start with a public Pin URL. Submit a pinterest.com or supported pin.it link and receive a normalized response for public image Pins or supported video Pins without building platform-specific extraction logic.
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 image Pins and video Pins use the same pinterest service ID and return the relevant media item type.
Yes. Supported pin.it links can be resolved alongside standard pinterest.com/pin URLs.
No. GetInSaver is an independent public-media workflow API. It does not create boards, manage accounts or replace Pinterest's official authenticated developer platform.
Each successfully returned image or video item uses one credit. Failed, private or unavailable lookups use zero credits.
No card, no sales call and no charge for failed results.