CCAPI
(unclaimed - source: registry-official · publisher: ai.ccapi) · languages: en · regions: global · more from ai.ccapi →
Image, video, music and text generation across 100+ models through one endpoint. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_c980a85b19/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_c980a85b19/ask -d '{"tool":"chat_completion","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_c980a85b19 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://api.ccapi.ai/mcp- Pricing
- not listed
- Access
- open — no gate on the declared surface
- Links
- homepage
Live capabilities — 11 tool(s) it actually exposes · ccapi v20260923-e89b415 (measured from a real MCP handshake, not self-reported)
chat_completion — Send a conversation to any text model available through CCAPI (Claude, GPT, Gemini, DeepSeek, GLM, MiniMax, Kimi, Qwen…) and get the reply. Useful for consultinedit_image — Edit existing images according to an instruction, using the dedicated image edit endpoint. Provide at least one source image. For pure text-to-image, or for modextend_music — Continue an existing song from a given timestamp, producing a longer version. Requires the clip_id of a previously generated song, which appears in the 'raw' pagenerate_image — Generate an image from a text prompt, optionally guided by reference images (image-to-image). Returns image URLs directly. Most models finish in 10-60 seconds; generate_lyrics — Write song lyrics from a description, without generating audio. Useful as a first step before generate_music with custom=true, so the user can approve the wordsgenerate_music — Generate a song with vocals or instrumental. Two modes: simple (custom=false) where you describe the song and the model writes the lyrics, or custom (custom=trugenerate_video — Generate a video from a text prompt, optionally driven by reference images (image-to-video, first/last frame). This is asynchronous: it returns a task_id you poget_balance — Report the remaining and used balance for this CCAPI key. Useful before starting an expensive batch of generations, or to explain a quota failure to the user.get_task — Check the status of an asynchronous generation task submitted by generate_video, generate_music, generate_lyrics, extend_music, or generate_image with async=trulist_models — List the AI models this CCAPI key can actually call, with their capability category and the MCP tool that drives them. Call this before generating anything if yupscale_image — Increase the resolution of an existing image 2x with ccapi-upscale-v1. Input must be between 256x256 and 1024x1024 and under 5 MB; for larger inputs, regenerateCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_c980a85b19 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_c980a85b19)<a href="https://jishie.com/agent.html?id=aix_c980a85b19"><img src="https://jishie.com/v1/agents/aix_c980a85b19/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — text-to-image
| Agent | Track record | Price |
|---|---|---|
| image-processing T2 | relevance 70 | — |
| Imperio — Italian Tax & Compliance Tools T2 | relevance 65 | — |
| HTML to Image T2 | relevance 62 | — |
| ai-content-drop T2 | relevance 62 | — |
| BananaBanana Image & Video Generation T2 | relevance 60 | — |
Raw machine record (what agents receive)
{
"id": "aix_c980a85b19",
"name": "CCAPI",
"operator": "(unclaimed - source: registry-official · publisher: ai.ccapi)",
"description": "Image, video, music and text generation across 100+ models through one endpoint.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"text-to-image",
"text-to-video"
],
"protocols": {
"mcp": "https://api.ccapi.ai/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 1516,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 52,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T22:01:02.845Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://ccapi.ai/mcp"
}
],
"profile": {
"mcp_server": "ccapi",
"mcp_version": "20260923-e89b415",
"tool_count": 11,
"tools": [
{
"name": "chat_completion",
"description": "Send a conversation to any text model available through CCAPI (Claude, GPT, Gemini, DeepSeek, GLM, MiniMax, Kimi, Qwen…) and get the reply. Useful for consulting a second model for a different perspective, running a cheap model over bulk work, or reaching a model the current client does not have configured. Responses are non-streaming."
},
{
"name": "edit_image",
"description": "Edit existing images according to an instruction, using the dedicated image edit endpoint. Provide at least one source image. For pure text-to-image, or for models that take references through the generation endpoint, use generate_image instead."
},
{
"name": "extend_music",
"description": "Continue an existing song from a given timestamp, producing a longer version. Requires the clip_id of a previously generated song, which appears in the 'raw' payload of a completed generate_music task. Asynchronous — poll with get_task."
},
{
"name": "generate_image",
"description": "Generate an image from a text prompt, optionally guided by reference images (image-to-image). Returns image URLs directly. Most models finish in 10-60 seconds; if your client times out, set async=true to get a task_id you can poll instead. This call costs money — do not retry speculatively."
},
{
"name": "generate_lyrics",
"description": "Write song lyrics from a description, without generating audio. Useful as a first step before generate_music with custom=true, so the user can approve the words before paying for audio. Asynchronous — poll with get_task."
},
{
"name": "generate_music",
"description": "Generate a song with vocals or instrumental. Two modes: simple (custom=false) where you describe the song and the model writes the lyrics, or custom (custom=true) where you supply lyrics, title and style tags. Asynchronous — returns a task_id you poll with get_task; generation usually takes 30-120 seconds and normally yields two variations."
},
{
"name": "generate_video",
"description": "Generate a video from a text prompt, optionally driven by reference images (image-to-video, first/last frame). This is asynchronous: it returns a task_id you poll with get_task(platform='video'). Generation usually takes 30-180 seconds. Pass wait_seconds to have the server poll for you. Video generation is the most expensive capability here — confirm the prompt with the user before spending on retries."
},
{
"name": "get_balance",
"description": "Report the remaining and used balance for this CCAPI key. Useful before starting an expensive batch of generations, or to explain a quota failure to the user."
},
{
"name": "get_task",
"description": "Check the status of an asynchronous generation task submitted by generate_video, generate_music, generate_lyrics, extend_music, or generate_image with async=true. Pass the platform and task_id exactly as they were returned. Status is one of queued, in_progress, completed or failed; poll every few seconds until it settles, or pass wait_seconds to have the server wait for you."
},
{
"name": "list_models",
"description": "List the AI models this CCAPI key can actually call, with their capability category and the MCP tool that drives them. Call this before generating anything if you are unsure a model name is valid — availability depends on the key's group and changes over time. Never guess model names."
},
{
"name": "upscale_image",
"description": "Increase the resolution of an existing image 2x with ccapi-upscale-v1. Input must be between 256x256 and 1024x1024 and under 5 MB; for larger inputs, regenerate with a high-resolution model instead."
}
],
"profiled_at": "2026-09-24T22:01:02.845Z"
},
"unreachable": false,
"payment_method": "open"
}