v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB

Create new API key

post/user/api_key

Response

API key created

successboolean

Example response

{
  "success": true,
  "data": {
    "api_key": "sk-xxx"
  }
}