Documentation
Complete guide to using Artiquity Capsule and integrating with AI agents.
1. Upload - Drag and drop your artwork images or a ZIP archive
2. Process - Our OIE pipeline analyzes your art with AI vision models
3. Train - Create a Flux 2 LoRA model from your processed images
4. Generate - Use your trained model to create new artwork
Art Historian - Analyzes artistic style, period, and influences
Curator - Generates detailed Flux-optimized captions
Conservator - Extracts technical details and preservation notes
Trigger Word - A unique word that activates your style
Steps - Training iterations (1000-4000 recommended)
Output - Downloadable .safetensors LoRA file
Consent - Only train on 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-aa940fb13537.herokuapp.com/api/v1/agent/capsules" \
-H "Authorization: Bearer YOUR_API_KEY"