Segmind Docs
WebsiteConsole
  • Segmind Developer Platform
    • Developer Quickstart
    • Key Concepts
    • Support
    • Authentication
    • Pricing and Billing
    • Flux Fine Tuning
      • Flux fine Tuning API
      • Flux Pro fine tuning API
      • Fine tuning GPU options
    • Webhooks
    • Teams
    • Account and Developer Settings
  • API Reference
    • Model Status
    • Rate Limits
    • Account and Billing APIs
    • Premium models
    • Monitoring
    • Logging
    • Random Seed
  • PixelFlow
    • Getting Started
    • PixelFlow Components
    • PixelFlow Operations
    • Templates
    • Workflow to API
  • Model Hub
  • Dedicated Endpoints
    • Getting started
    • Endpoint APIs
Powered by GitBook
On this page
  1. API Reference

Account and Billing APIs

Credit balance API

To get your credits balance, you can make the following request.

curl 'https://api.segmind.com/v1/get-user-credits' -H 'x-api-key: YOUR_API_KEY' 

which will return you a response similar to this:

{
  "credits": 0.0,
  "free-credits": 0.0184921035
}
PreviousRate LimitsNextPremium models

Last updated 8 months ago