Clara-Backend
  1. Clara-Backend
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. Clara-Backend

Get Started

1.1 General Information#

To start using Clara's APIs, here’s what you need to know:
You’ll need a valid API key for every request. Sign up & activate your account on clara.crazi.co. Then head to the profile page to find your API key.
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 Supported Platforms#

PlatformSupported Content
InstagramPosts, Reels
FacebookPosts, Reels
TwitterTweets
LinkedInPosts
YouTubeVideos, Shorts
InternetAny webpage with readable content.

1.3 Supported Attachments#

AssetExtensionLimit
ImageJPEG, JPG, PNG, WEBP, HEICUp-to 5 MB.
AudioMP3, WAV, M4A, OGG, AACUp-to 10 MB or 5 minutes in duration.
VideoMP4, MOV, AVI, MKV, MPEGUp-to 20 MB or 5 minutes in duration.
DocumentPDFUp-to 5 MB.

1.4 Pricing#

LimitRate
$5 - $10000$1 = 100 Credits
The AI Agent is paid and costs a minimum of 10-20 credits per task, depending on the input size and context. On sign up, you'll recieve 100 credits for free to test out the platform.
Beyond that, you can buy credits through stripe using the Buy endpoint. Alternatively, you can also buy the credits from the billing page.
Credits can only be bought between the limits. Any amount outside of the limit will not be credited. For bigger purchases please reach out to us at hello@crazi.co.
Modified at 2025-11-27 22:48:05
Next
Quickstart (Rest API)
Built with