Frequently asked questions

Short answers. Still stuck? See the guides.

What is Quravin?

Quravin packages common AI operations — translation, copywriting, summarization, classification and rewriting — as versioned, repeatable pipelines behind a simple API and browser SDK. You call a pipeline and get a result; we handle prompts, model calls, caching, retries, quotas and cost control.

Do I need an account to try the tools?

No. Every published tool has a public "try it" page you can run in your browser with no signup. Anonymous runs are rate-limited per IP and gated by a bot check. To use a tool in your own app, create a free organization and app in the Console to get API credentials.

How is pricing calculated?

Each plan includes a monthly request quota and a daily spend cap. The dominant cost is the underlying model usage, which we meter per organization. You can set per-app overrides and watch usage live in the Console. See the pricing page for current tiers.

Is my data secure?

Your client secret lives only in your backend and is never exposed to the browser — the SDK uses short-lived, scoped session tokens. The data plane is private object storage that is never a public host, and each app can only call the pipelines on its allow-list. Tokens expire quickly and carry only the pipelines you granted.