User Info

Check your Info via API

API Endpoint:

https://api.hyprlab.io/v1/info

Making Request:

curl -X GET 'https://api.hyprlab.io/v1/info' \
  -H 'Authorization: Bearer Bearer $HYPRLAB_API_KEY'

Sample Response:

{
  "discord_id": "abc123",
  "discord_name": "User Name",
  "credit_left": "$1800.7663127",
  "usage": {
    "prompt_usage": "$151.1815224",
    "completion_usage": "$54.6274437",
    "audio_usage": "$0.1174200",
    "embeddings_usage": "$0.0000002",
    "images_usage": "$24.1478010",
    "video_usage": "$2.0000000",
    "total_usage": "$232.0741873"
  }
}

Last updated