Clara-Backend
  1. Flask Backend Boilerplate
Clara-Backend
  • Clara-Backend
    • Get Started
    • Quickstart (Rest API)
    • Quickstart (MCP Server)
    • Auth
      • Register
      • Google OAuth
      • Login
      • Logout
      • Change Password
      • Send OTP
      • Activate
      • Enable 2FA
      • Disable 2FA
    • User
      • View
      • Update
    • API Key
      • View
      • Reset
    • Transaction
      • View All
      • View
    • Task
      • View All
      • View
    • Agent
      • Supported Attachments
      • Analysis
    • Stripe
      • Rate
      • Portal
      • Buy
    • Misc
      • Health
      • Version
  • Flask Backend Boilerplate
    • Get Started
    • Quickstart
    • Auth
      • Register
      • Google OAuth
      • Login
      • Logout
      • Change Password
      • Send OTP
      • Activate
      • Enable 2FA
      • Disable 2FA
    • User
      • View
      • Update
    • Transaction
      • View All
      • View
    • Stripe
      • Rate
      • Portal
      • Buy
    • Misc
      • Health
      • Version
  1. Flask Backend Boilerplate

Get Started

1.1 General Information#

To start using the boilerplate APIs, here’s what you need to know:
You’ll need a valid User Token for every request. Sign up & activate your account. Then use the Login endpoint to recieve your User Token.
Our APIs have rate and usage limits to keep things stable for everyone.
We only accept HTTPS requests. Any HTTP request will automatically redirect to HTTPS.
All responses are returned in JSON, and you can find sample success and error formats in each endpoint’s section.

1.2 Pricing#

LimitRate
$5 - $10000$1 = 100 Credits
For the service you'll provide using this template, you can charge your users in credits. On sign up, users recieve 100 credits for free to test out the platform.
Beyond that, users can buy credits through stripe using the Buy endpoint.
Credits can only be bought between the limits. Any amount outside of the limit will not be credited.
Modified at 2025-12-10 10:29:17
Previous
Version
Next
Quickstart
Built with