curl -X GET https://claude.ai/api/bootstrap/65f91eb4-683d-45d7-bda3-c2e6f4587d74/app_start -H 'User-
...全文curl -X GET https://claude.ai/api/bootstrap/65f91eb4-683d-45d7-bda3-c2e6f4587d74/app_start -H 'User-Agent: Claude/20348696166 CFNetwork/1485 Darwin/23.1.0' -H 'Accept: application/json' -H 'anthropic-client-build: 20348696166' -H 'anthropic-client-os-version: 17.1.1' -H 'anthropic-client-platform: ios' -H 'accept-language: zh-Hans' -H 'anthropic-client-app: com.anthropic.claude' -H 'anthropic-client-version: 1.251215.4' -H 'cookie: sessionKey=你的Claude账号的skantkey' --http2
解析响应里面的orgType 字段值即可
例如,"orgType": "claude_free",则代表该账号为 免费账号,无付费套餐。
该api还会返回其他账号的信息,例如:
"organizationID": "",
"email": "",
"accountCreatedAt": ,
"accountUUID": ""。