URL Resolver
Resolve links, manage keys, track usage

Paste a link. Get the URL.

Sign up once, verify your inbox, and keep your resolver keys in one clean place. New accounts start on the 30 requests/day starter tier. For higher limits, contact nextgenaischool@gmail.com.

Usage

Send a POST request with your API key. The response is the direct GIF URL.

Request

curl -X POST https://url.nextgenaischool.in/resolve \
  -H "Content-Type: application/json" \
  -H "X-API-Key: <your-key>" \
  -d '{"url":"https://tenor.com/iyRQRAlkFXy.gif"}'

Response

https://c.tenor.com/abc123/tenor.gif

Non-Tenor URLs are returned unchanged. Direct media URLs resolve without a network call.