Live API · Real-time conversion

Netflix Cookie → Login Token

Enterprise-grade API that converts Netflix browser cookies into valid login tokens. Get full account info, session data, and auth credentials instantly.

Try Playground Read Docs
99.9%
Uptime SLA
<500ms
Avg Response Time
2/day
Free Playground
Premium Requests

How It Works

Three simple steps to convert a Netflix cookie into a usable login token.

1

Get API Key

Contact us on Telegram to receive your unique API key. Free playground keys are available instantly for testing.

2

Send Cookie

POST your Netflix browser cookie to our endpoint. We accept raw cookie strings, headers, or pre-parsed objects.

3

Get Full Info

Receive account email, subscription type, country, profile list, MSL token, and more in a clean JSON response.

Quick Start

Integrate in under 30 seconds. Here's a Python example.

example.py
import requests

url = "https://nftoken-api-webapp.up.railway.app/v1/api"
headers = { "Content-Type": "application/json" }
payload = { "key": "NF-xxxxx", "cookie": "NetflixId=..." }

res = requests.post(url, json=payload, headers=headers)
data = res.json()

print(data["data"]["Email"])       # user@example.com
print(data["data"]["token"])       # login token
print(data["data"]["Plan"])          # Premium 4K

Simple Pricing

Start free. Scale as you grow. No hidden fees.

Free Playground
$0
Free forever
  • 2 requests per day
  • Full response data
  • Community support
  • Playground UI
Get Started Free
Monthly
$4.99 / ₹469
per month
  • Unlimited requests
  • Priority endpoint
  • Full response data
  • Telegram support
Get Monthly Key
Personal
From $0.42 / ₹40
min 21 requests
  • Pay per use
  • $2.00 / ₹190 per 100 req
  • No expiration
  • Use anytime
Buy Requests
Get API Key
Choose a contact on Telegram to get your API key.