Developer & Agentic API Gateway

AI Virtual Staging For Developers & Autonomous Agents

Programmatically stage vacant rooms in 15 seconds. Built from the ground up for native integration with LLMs, autonomous agents, and real estate SaaS platforms.

Standard REST API

Simple HTTP endpoints accepting base64 strings or public image URLs with standard JSON responses.

llms.txt Specification

Machine-readable discoverability docs compliant with the llms.txt standard for AI crawlers & LLM answer engines.

OpenAPI 3.0 Spec

Machine-parsable JSON schema available at /openapi.json for instant client generation.

cURL Quickstart

POST /api/v1/stage
curl -X POST https://imagejinn.com/api/v1/stage \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_JINN_API_KEY" \
  -d '{
    "image": "https://example.com/vacant-room.jpg",
    "style": "Scandinavian",
    "roomType": "Living Room"
  }'

Generate Your API Key

Log into your Image Jinn account to generate your secret API key and access developer features.

Get Started in Studio