API & MCP Platform

Developer Hub

Integrate server-side image processing into your applications, AI agents, and workflows.

API Status
Operational
Cloudflare Workers Wasm Cluster
Active Subscription Tier FREE
500 req/mo
Active API Keys
0 Keys
Stored in D1 database

Connect AI Agents in 1-Click

Luvia Pix provides native MCP (Model Context Protocol) servers, OpenAPI specifications, and plugin manifests for all major AI models.

Claude Desktop & Cursor MCP Server

Run local stdio MCP server using our official NPM package.

npx -y @luvia-pix/mcp
ChatGPT Custom GPT OpenAPI 3.1

Import OpenAPI schema action in GPT Builder.

https://api.luvia.page/openapi.json
xAI Grok Connector AI Plugin

Register plugin manifest URL in Grok portal.

https://pix.luvia.page/.well-known/ai-plugin.json

REST API Quick Start

cURL Node.js (SDK) Python
curl -X POST "https://api.luvia.page/v1/convert" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[object Object]'