メインコンテンツへスキップ
GET
Search Tokens
更新日: 2026-07-20

Overview

Search for tokens by keyword with fuzzy matching on token names. You can also filter by token fragments.
The /api/token/* endpoints are mainly for Crazyrouter dashboard automation around API key management. They require a user access token plus the New-Api-User header, and are not the normal interface for sk-xxx model calls. Use https://crazyrouter.com as the base URL; https://api.crazyrouter.com is reserved for model APIs and returns 404 api_only_endpoint for management paths.

Authentication

Use user-side authentication with these headers:

Request Parameters

keyword
string
必須
Search keyword, matches against token names
token
string
Optional. Filter by token string fragment

Response Format

Code Examples