MORPHWARE
HomeAboutRoadmapTelegramTwitterWebsite
  • 👋Morphware Documents
    • 🧮Abstract
    • ⛓️Web3 Client Acquisition
    • 🏭Industry Specific Solutions
    • 🗃️Competitive Analysis
    • ☁️Cloud Compute and API Integration
    • 🧠AI and Machine Learning Solutions
  • ⚙️API Docs
    • Credits
    • Pricing
    • Chat Completion
    • Ollama Embeddings
    • Image Generation
  • Overview
    • 👩‍🏫Introduction
    • 👥Team
    • 🗺️Roadmap
  • solutions
    • ❓Problem
    • 🔥Solution
  • economy
    • 🪙Tokenomics
  • Legal
    • 🎩Potential
    • 🛡️Governance and Community Engagement
  • Others
    • 📝Conclusion
  • community
    • 🌐Website
    • 🌠Telegram
    • ✖️Twitter
    • 📺Tiktok
    • 📱Instagram
    • 👀Discord
    • 💬Product
Powered by GitBook
On this page
  1. API Docs

Credits

PreviousAPI DocsNextPricing

Last updated 1 month ago

: Required (JWT token or Api Key)

⚙️
Authentication

User Credits

get

Retrieves the current credit balance for the user.

Authorizations
Responses
200
Successfully retrieved credit balance
application/json
401
Not authenticated
application/json
404
User not found
application/json
get
curl -X GET "https://app.morphware.com/api/credits" \
  -H "Authorization: Bearer <YOUR_TOKEN>"
{
  "num_credits": 1000
}