API Reference

ListingRVA AI API

Programmatic access to AI image generation, listing optimization, and store integrations.

Authentication

Authorization: Bearer lor_your_api_key

Get your API key from Settings → API Keys

Image Styles

CLEAN_WHITE_BG

SHADOW_REFLECTION

INFOGRAPHIC_FEATURE

BENEFIT_FOCUSED

LIFESTYLE_CONTEXTUAL

COMPARISON_CHART

DIMENSION_SPEC

PACKAGING_DISPLAY

ICON_GRID

PREMIUM_BRAND_STYLE

SEASONAL_VARIANT

BEFORE_AFTER

Authentication

POST
/api/auth/register

Create a new account

Request Body

{ name, email, password }

Response

{ user, token }
POST
/api/auth/login

Sign in

Request Body

{ email, password }

Response

{ user, token }
GET
/api/auth/meAuth required

Get current user

Response

{ id, name, email }