Artiquity

Documentation

Complete guide to using Artiquity Capsule and integrating with AI agents.

Upload & Process
Create your first AI capsule

1. Create Capsule - Create a new style capsule to organize your references

2. Add References - Upload up to 8 reference images that define your style

3. Generate - Use Flux 2 Pro to create new artwork based on your references

4. Integrate - Connect to AI agents via MCP or REST API

OIE Pipeline
Orchestrated Image Encodification

Art Historian - Analyzes artistic style, period, and influences

Curator - Generates detailed Flux-optimized captions

Conservator - Extracts technical details and preservation notes

Reference-Based Generation
Instant style transfer with Flux 2 Pro

No Training - Generate instantly using reference images

Up to 8 References - Per capsule for consistent style guidance

Flux 2 Pro - State-of-the-art image generation model

Ethical AI
Built with artist rights in mind

Consent - Only use artwork you own or have rights to

C2PA - Cryptographic provenance for generated images

Linked Art - Museum-standard metadata preservation

Quick Start: AI Agent Integration
Get started with API access in under 5 minutes

1. Get Your API Key

Go to the Settings page and generate an API key. This key is used for all API authentication.

2. Choose Your Integration

Claude Desktop

Use MCP to generate images directly in Claude conversations.

OpenAI Agents

Build custom agents with OpenAI's Agents SDK.

REST API

Direct API calls from any language or platform.

3. Make Your First Request

Test your API key by listing your capsules:

curl -X GET "https://artiquity-capsule-api-328246068140.us-east4.run.app/api/v1/agent/capsules" \
  -H "Authorization: Bearer YOUR_API_KEY"