Skip to main content

Getting Your API Key

1

Log in to Yoinkit

Go to yoinkit.ai and log in with your account.
2

Navigate to OpenClaw Settings

In Settings, find the OpenClaw section (between Settings and Billing).
3

Generate API Token

Click Generate Token to create your API key.
You can only have one active token at a time. Generating a new token will invalidate any existing token.
4

Copy Your Token

Copy the token immediately—it won’t be shown again. Store it securely.

Requirements

API access requires an active Yoinkit subscription on your team. If your subscription expires, API calls will return a 403 Forbidden error.

Making Authenticated Requests

Include your API token in the Authorization header as a Bearer token:
curl -X GET "https://yoinkit.ai/api/v1/openclaw/youtube/transcript?id=dQw4w9WgXcQ" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Error Responses

Status CodeMeaning
401 UnauthorizedMissing or invalid API token
403 ForbiddenToken valid but no active subscription
429 Too Many RequestsRate limit exceeded

Rate Limits

PlanRequests/MinuteRequests/Day
Starter301,000
Pro605,000
Team12020,000
Rate limits are per-team, not per-token. All team members share the same limit.

Token Management

Refreshing Your Token

If your token is compromised or you want to rotate it for security:
  1. Go to Settings → OpenClaw
  2. Click Refresh Token
  3. Update your applications with the new token

Token Expiration

Tokens do not expire automatically. However, they become invalid if:
  • You manually refresh the token
  • Your team’s subscription lapses
  • Your account is suspended