Use ConceptViz from your own product or content workflow. API access is available with Yearly or Lifetime membership: create keys, use shared membership credits on Studio and API, and buy dedicated API packs that never expire.
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);Turn structured prompts into classroom, publication, and product-ready diagrams through a simple REST endpoint.
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.
Submit a generation task, poll for completion, and store the returned image URLs and usage metadata in your own workflow.
Yearly and Lifetime members can create API keys in account settings, manage usage, and purchase dedicated API credit packs when needed. Existing API customers keep their access.
Yearly and Lifetime include shared membership credits for Studio and API. Members can also buy dedicated API-only packs that never expire. Existing API customers keep their access.
API key creation and API credit pack purchases are available with membership. Existing API customers keep their access under the new rules.
After membership is active, open API settings to create and manage keys.
Each request uses membership credits or dedicated API credits based on model, quality, and image count.
Yearly and Lifetime members can buy dedicated API-only packs that never expire. Membership credits are shared between Studio and API from one balance.
Contact us for high-volume API needs, purchasing questions, or workflow fit.
The API is designed for repeatable scientific and educational visuals, not one-off image experiments.
Generate consistent figures for textbooks, worksheets, revision material, and localized editions.
Create diagrams inside lessons, quizzes, tutoring flows, and adaptive content tools.
Automate visual creation for training, documentation, research summaries, and product education.
API packs stay API-only. Credits included with Yearly or Lifetime work on Studio and API from the same remaining balance.
Fast everyday diagram generation. CV-1 2K uses fewer API credits and is useful for simpler visuals.
Default CV-2 mode for more precise scientific structure, labels, and educational diagrams.
Higher-effort CV-2 mode for dense, final-quality, print-oriented, or more complex diagram requests.
Yearly and Lifetime members can create API keys and buy dedicated API credit packs. Membership credits are shared across Studio and API. Existing API customers keep their access.
No. Dedicated API pack credits are one-time purchases and do not expire.
Purchased API and Web packs remain separate. Credits included with Yearly or Lifetime are shared: each Studio or API use deducts from the same membership balance.
The API supports CV-1, CV-2 Standard, and CV-2 Max. CV-2 Standard is the default CV-2 mode.
Contact us and we can discuss the right API credit volume for your workflow.
Existing API customers keep their access. Future usage is credit-based, and members can buy dedicated API packs that never expire.
Choose Yearly or Lifetime, open API settings to create keys, and buy dedicated API packs as your volume grows.