Fine Art Finder · AI API

A lightweight AI API for galleries.

Artwork descriptions, artist bios and in-room mockups from a single call. Token-based access with logs, a live sandbox and self-serve top-ups.

Four endpoints

generate, generate-image, generate-artist-bio, connection.

Bearer auth

One API key per account. Per-request token deduction.

Logs & usage

Every call logged with status, latency and full payload.

Live sandbox

Try every endpoint with your own key from the dashboard.

A familiar API

Clean JSON in, structured JSON out. Swap the base URL and bearer key — no SDK needed.

curl -X POST https://aiapi.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": "..."
  }'