Documentation
Complete guide to using Artiquity Capsule and integrating with AI agents.
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
Art Historian - Analyzes artistic style, period, and influences
Curator - Generates detailed Flux-optimized captions
Conservator - Extracts technical details and preservation notes
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
Consent - Only use artwork you own or have rights to
C2PA - Cryptographic provenance for generated images
Linked Art - Museum-standard metadata preservation
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
Use MCP to generate images directly in Claude conversations.
Build custom agents with OpenAI's Agents SDK.
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"