🔒 Dashboard Login

Incorrect password

Amazon ShortLink API v3.0.0

Complete API suite for Amazon links, Shopsy products, screenshots, snapshots & browser rendering

🔗 Link Shortener

Convert long Amazon URLs to short amzn.in links with affiliate tags

POST /api/shorten

🛍️ Shopsy Product API

Extract product title, price, MRP, discount, image & rating from Shopsy.in

POST /api/shopsy

📸 Screenshot API

Capture high-quality screenshots using Cloudflare Browser Rendering

POST /api/screenshot

📄 HTML Snapshot

Get rendered HTML content of any webpage with full JavaScript execution

POST /api/snapshot

🔑 Token Manager

Manage Amazon SiteStripe authentication tokens via Chrome extension

POST /api/tokens

✅ Status Check

Monitor API health and SiteStripe token availability

GET /api/status

📦 Product Advertising API

Amazon PA API integration for product details, search & short links

POST /pa-api/*

🎨 Creators API

Creator-specific endpoints for product search, details & short links

POST /creators-api/*

📚 Available APIs

Core APIs

POST/api/shorten

Shorten Amazon URLs with affiliate tags. Accepts: url, tag

POST/api/shopsy

Fetch product details from Shopsy.in. Returns title, price, MRP, discount, image, rating & seller. Accepts: url

POST/api/screenshot

Capture webpage screenshots. Accepts: url, fullPage, format, quality, width, height, cookies

POST/api/snapshot

Get rendered HTML content. Accepts: url, waitUntil, timeout, userAgent, cookies

POST/api/tokens

Update SiteStripe tokens. Requires: authToken, ubidAcbin, atAcbin

GET/api/status

Check API status and token availability

Product Advertising API

POST/pa-api/register

Register Amazon PA API credentials (accessKey, secretKey, partnerTag, region)

POST/pa-api/:id/search

Search Amazon products using PA API. Accepts: keywords, searchIndex

POST/pa-api/:id/details

Get product details by ASIN. Accepts: asin

POST/pa-api/:id/shorten

Generate short affiliate link for a product. Accepts: asin, tag

Creators API

POST/creators-api/register

Register creator credentials for API access

POST/creators-api/:id/search

Search Amazon products as a creator. Accepts: keywords

POST/creators-api/:id/details

Get product details by ASIN for creators. Accepts: asin

POST/creators-api/:id/shorten

Generate short creator affiliate link. Accepts: asin, tag