Skip to main content

Artguru Open API

Turn customer materials and AI commercial drafts into print-ready assets.

Integrate two ways

PathWhat it does
HTTP APICall /image/upload, /enhance/generate, and other endpoints directly with an x-api-key header. AI coding tools can read these docs via llms.txt or MCP (see Use with AI) — by default that only helps your IDE write client code, it does not call Artguru on your behalf.
Artguru Agent MCPProduct-side MCP tools (e.g. artguru_enhance) that execute enhance/image2image for you directly. This is a separate product capability from the docs-site MCP button above.

Typical flow

  1. Obtain your x-api-key (see Authentication)
  2. POST /api/v1/image/upload
  3. POST /api/v1/enhance/generate or POST /api/v1/image2image/generate
  4. Poll GET /api/v1/tasks/{businessType}/{taskId} until status reaches SUCCESS, FAIL, or ERROR
  5. Check GET /api/v1/credits and GET /api/v1/usage

Product: artguru.ai