ConceptViz
MkSaaS 文件
ConceptViz
MkSaaS 文件
首頁OverviewAPI Reference

Overview

ConceptViz API documentation — generate educational diagrams programmatically

Welcome to the ConceptViz API documentation. Use our REST API to generate professional educational and scientific diagrams from text prompts.

Getting Started

  1. Create an account at conceptviz.app
  2. Get an API key from Settings > API Keys
  3. Make your first request — see the API Reference

Quick Example

curl -X POST https://conceptviz.app/api/v1/generate \
  -H "Authorization: Bearer cvk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "water cycle diagram", "quality": "1k"}'

Features

  • 20+ diagram types — biology, chemistry, physics, flowcharts, concept maps, and more
  • Up to 4K resolution — print-ready output for publications
  • Batch generation — generate up to 4 images per request
  • Multi-language labels — English, Chinese, Japanese, Spanish, and more
  • Credit-based pricing — pay only for what you generate

API Reference

Integrate ConceptViz diagram generation into your applications via REST API

目錄

Getting Started
Quick Example
Features