YepAPI
Getting Started

Billing

How YepAPI's pay-per-use pricing works.

How Pricing Works

YepAPI uses pay-per-use pricing — no subscriptions, no monthly minimums. Add funds to your balance and pay only for the API calls you make.

Each endpoint has a fixed cost per call. AI model endpoints are priced based on actual token usage.

Adding Funds

Top up your balance from the dashboard. Payments are processed via Stripe. Your balance never expires.

Info

Your balance never expires. Add funds once, use them whenever.

Endpoint Pricing

SEO & Keywords

EndpointCost
/v1/seo/keywords$0.11
/v1/seo/keywords/ideas$0.02
/v1/seo/keywords/related$0.02
/v1/serp$0.01
/v1/serp/competitors$0.01
/v1/seo/domain/overview$0.01
/v1/seo/domain/keywords$0.03
/v1/seo/domain/backlinks$0.03

AI Visibility

EndpointCost
/v1/seo/ai-visibility$0.25
/v1/seo/ai-visibility/prompts$0.10

Web Scraping

EndpointCost
/v1/scrape$0.01
/v1/scrape/stealth$0.03
/v1/scrape/ai-extract$0.03

Dev Utilities

EndpointCost
/v1/tools/qr$0.01
/v1/tools/pdf/from-html$0.01
/v1/tools/whois$0.01

AI Models

AI model endpoints are priced based on actual token usage (input + output tokens). The minimum charge is $0.01 per request.

EndpointPricing
/v1/ai/chatUsage-based (per token)
/v1/ai/chat/completionsUsage-based (per token)

See individual model pages for per-token pricing details.

Auto-Topup

Enable auto-topup in your dashboard to never run out of funds. When your balance drops below a threshold, we automatically top up your selected amount.

Checking Your Balance

curl https://api.yepapi.com/v1/account/balance \
  -H "x-api-key: YOUR_API_KEY"
{
  "ok": true,
  "data": {
    "balanceCents": 1247,
    "balanceUsd": 12.47,
    "autoTopup": true
  }
}

On this page