A

Documentation

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

Upload & Process
Create your first AI capsule

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

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

LoRA Training
Fine-tune Flux 2 on your artwork

Trigger Word - A unique word that activates your style

Steps - Training iterations (1000-4000 recommended)

Output - Downloadable .safetensors LoRA file

Ethical AI
Built with artist rights in mind

Consent - Only train on 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-aa940fb13537.herokuapp.com/api/v1/agent/capsules" \
  -H "Authorization: Bearer YOUR_API_KEY"