Fine Art Finder · AI API
A lightweight AI API
for galleries.
Artwork descriptions, artist bios, photoreal in-room mockups and short locked-camera videos — from a single API. Token-based access with full logs, a live sandbox and self-serve top-ups.
Artwork descriptions
Structured JSON title, intro, description, SEO meta, keywords and colour palette from one image and a few facts.
Artist bios
Long-form bio, short description, key facts and SEO meta from just an artist name.
In-room mockups
Photoreal renders of an artwork in a described scene or a real uploaded room. Iterate with tweak instructions.
In-room videos
Short locked-camera Veo clips — push-ins, pans, sculpture orbits — at 720p or 1080p, 4–8 seconds.
Bearer auth & limits
One rotatable API key per account. Per-minute and per-day rate limits, IP allowlists and suspendable accounts.
Logs, usage & sandbox
Every call logged with full payload. Layered usage charts and a live sandbox for every endpoint.
A familiar API
Clean JSON in, structured JSON out. Swap the base URL and bearer key — no SDK needed.
curl -X POST https://ai.fineartfinder.co.uk/api/v1/generate \
-H "Authorization: Bearer aig_xxx" \
-H "Content-Type: application/json" \
-d '{
"input_text": "Title: Wildflower Horizon. Artist: Jane Doe.",
"base64_of_image": "..."
}'