Create Prints developer resources
The Create Prints API and MCP server let an authenticated account create or import artwork, browse compatible physical print products, prepare a checkout link, and track orders. Product options and prices are public. Account artwork, checkout, and order operations require an account API key or OAuth 2.0 access token. A person always reviews and completes payment in their browser.
Quickstart
- Read the OpenAPI description for the implemented REST operations, parameters, authentication schemes, and response schemas.
- Test public product discovery with
GET https://api.createprints.ai/api/agent-print-options?country=GB. - For account operations, create a self-service agent API key from the account page or follow the OAuth guide.
REST API
Public product discovery
List current GB or US product variants, dimensions, formats, frame choices, exact product prices, and single-item postage estimates. No authentication is required.
Account-scoped operations
Create and inspect artwork, create a human-completed checkout, and track account orders using the scopes declared in the OpenAPI and OAuth metadata.
MCP integration
MCP-compatible clients can connect to https://mcp.createprints.ai/mcp. The server uses Streamable HTTP and OAuth 2.0. See the connection guide and server card.
Pricing and environments
New accounts receive five artwork-generation credits per month. Print prices vary by market, size, format, frame, and mount; current ranges and live pricing links are published in pricing.md. Create Prints does not currently publish a separate sandbox. Public product discovery is read-only, while artwork creation spends a real account credit and checkout links belong to the production service.