ConceptViz
ExamplesPricingAPIResourcesEducation ProgramAffiliates
Create
ConceptViz

Turn your science ideas into clear diagrams effortlessly.

contact@conceptviz.app
Product
  • Pricing
  • API
  • Blog
  • FAQ
  • Examples
Company
  • About
  • Contact
  • Friends
  • Affiliate Program
Legal
  • License
  • Terms
  • Privacy
  • Content Policy
  • Cookies
  • Refund
Community
  • Education Program
Free Tools
  • Animal Cell Diagram
  • Plant Cell Diagram
  • Animal vs Plant Cell
  • Water Cycle Diagram
  • Christmas Science Coloring Pages
  • More Tools →

Friends links

  • Featured on Toolfio
© 2026 ConceptViz. All rights reserved.
Credits-based REST API

Diagram generation API for apps, publishers, and education platforms

Use ConceptViz from your own product or content workflow. Buy API credits once, create API keys, and generate high-resolution scientific diagrams without a monthly subscription.

Buy API creditsView API docs
generate.ts
const response = await fetch('https://conceptviz.app/api/v1/generate', {
  method: 'POST',
  headers: {
    Authorization: 'Bearer cvk_your_api_key',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    prompt: 'Labeled photosynthesis diagram for a biology lesson',
    model: 'cv-2',
    mode: 'standard',
    quality: '2k',
    aspectRatio: '16:9'
  })
});

const task = await response.json();
console.log(task.taskId, task.credits_used);
Credit packAccess
Never expireCredits
Up to 4KOutput
API capabilities

Everything you need to generate diagrams in code

Text-to-diagram generation

Turn structured prompts into classroom, publication, and product-ready diagrams through a simple REST endpoint.

CV-1, CV-2 Standard, CV-2 Max

Choose the right generation strength for each request. CV-2 Standard is the default CV-2 mode; Max is available for heavier final-quality work.

Async task polling

Submit a generation task, poll for completion, and store the returned image URLs and usage metadata in your own workflow.

API key management

Create keys after purchasing API credits, manage usage from your account, and top up whenever your API balance runs low.

How access works

No API subscription required

API access is unlocked by API credits. Web app credits and API credits are separate balances, so product usage stays easy to track.

Step 01

Buy API credits

Choose any API credit pack. Credits are one-time purchases and do not expire.

Step 02

Create API keys

Once your API balance is positive, create keys from the API settings page.

Step 03

Generate by usage

Each request consumes API credits based on model, quality, and image count.

API credit packs

Pay for API credits, not seats or subscriptions

Start with a small pack, then move to larger packs as volume grows. API credits are separate from web app diagram credits.

Starter

$10
25 credits · $0.40 per API credit
Buy in settings

Growth

Popular
$50
130 credits · $0.38 per API credit
Buy in settings

Scale

$100
280 credits · $0.36 per API credit
Buy in settings

Team

$250
750 credits · $0.33 per API credit
Buy in settings

Business

$500
1,600 credits · $0.31 per API credit
Buy in settings

Need more than the Business pack?

Contact us for high-volume API needs, purchasing questions, or workflow fit.

Contact us
Where teams use it

Built for diagram-heavy products and content operations

The API is designed for repeatable scientific and educational visuals, not one-off image experiments.

Educational publishers

Generate consistent figures for textbooks, worksheets, revision material, and localized editions.

EdTech platforms

Create diagrams inside lessons, quizzes, tutoring flows, and adaptive content tools.

Internal content teams

Automate visual creation for training, documentation, research summaries, and product education.

API credits are separate from web app credits

This keeps embedded product usage, billing, and reporting distinct from the credits used in the ConceptViz web app.

  • Any API credit pack unlocks API key creation.
  • API credits never expire.
  • You can buy more API credits whenever you need them.
Model modes

Choose the right credit cost per request

CV-1

Fast everyday diagram generation. CV-1 2K uses fewer API credits and is useful for simpler visuals.

CV-2 Standard

Default CV-2 mode for more precise scientific structure, labels, and educational diagrams.

CV-2 Max

Higher-effort CV-2 mode for dense, final-quality, print-oriented, or more complex diagram requests.

FAQ

API pricing and access

Do I need an API subscription?

No. Buy any API credit pack to unlock API key creation. Future usage is credit-based.

Do API credits expire?

No. API credits are one-time purchases and do not expire.

Are API credits the same as web app credits?

No. API credits and web app diagram credits are separate balances.

Which model modes are available?

The API supports CV-1, CV-2 Standard, and CV-2 Max. CV-2 Standard is the default CV-2 mode.

What if I need more than the listed packs?

Contact us and we can discuss the right API credit volume for your workflow.

What happened to the old API subscription?

The API now uses a simpler credits-based model. Existing customers keep API access; future usage is credit-based.

Start with API credits

Buy an API credit pack, create an API key, and connect ConceptViz to your own workflow.

Buy API creditsView docs