自社プロダクトやコンテンツ運用に ConceptViz を組み込めます。API アクセスは Yearly / Lifetime 会員向けです。キー作成、Studio と API で共有する会員クレジット、期限のない API 専用パックを利用できます。
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 / Lifetime 会員はアカウント設定で API キーを作成・利用管理し、必要に応じて API 専用クレジットパックを購入できます。既存の API 顧客はアクセスを維持します。
Yearly / Lifetime には Studio と API で共有できる会員クレジットが含まれます。会員は期限のない API 専用パックも購入可能です。既存 API 顧客のアクセスは維持されます。
API キー作成と API クレジットパック購入は会員向けです。既存 API 顧客は新ルール下でもアクセスを維持します。
会員が有効になったら、API 設定からキーを作成・管理します。
各リクエストはモデル・品質・枚数に応じて会員クレジットまたは API 専用クレジットを消費します。
Yearly / Lifetime 会員は期限のない API 専用パックを購入できます。会員クレジットは Studio と API で同一残高を共有します。
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 パックは API 専用です。Yearly / Lifetime に含まれる会員クレジットは、同じ残高から Studio と API で利用できます。
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 / Lifetime 会員は API キー作成と API 専用クレジットパック購入が可能です。会員クレジットは Studio と API で共有されます。既存 API 顧客はアクセスを維持します。
いいえ。API 専用パックのクレジットは一回買い切りで期限がありません。
購入した API パックと Web パックは別です。Yearly / Lifetime の会員クレジットは共有で、Studio または API の利用は同じ会員残高から差し引かれます。
API は CV-1、CV-2 Standard、CV-2 Max に対応。CV-2 の既定は Standard です。
お問い合わせください。ワークフローに合う API クレジット量を一緒に検討します。
既存 API 顧客はアクセスを維持します。今後の利用はクレジットベースで、会員は期限のない API 専用パックを購入できます。