๐Endpoints
Last updated
Last updated
The v2 API is available at the base URL https://api.virtualstagingai.app/v2
.
The same API key can be used for both the v1 and v2 API. You can find or generate your API key in the Settings section of your Virtual Staging AI account.
Authenticate all requests by including an Authorization Header with the value (case sensitive):
Authorization: Api-Key {your_api_key_here}
Returns all renders for the authenticated user
Render ID to start after
The order in which to display renders. Based on their creation date.
Returns details about a render including the status, variations, and result URL
The ID of the render to get details for
Variation ID to start after
The order in which to display variations. Based on their creation date.
Returns details about a variation including the status and result URL
The ID of the base render
The ID of the variation to get details for
Creates a new render with the specified parameters. If a webhook_url is provided, status updates will be sent to that URL as the render progresses.
URL for the image to use for the render
URL to send progress updates to
Create one or more variations for an existing render. If a webhook_url is provided, status updates will be sent to that URL as variations progress.
Creates multiple renders with the specified parameters.
Creates multiple variations for an existing render with different configurations.
Submits an image for analysis to generate a furniture mask. If a webhook_url is provided, completion status will be sent to that URL.
URL for the image to analyze
URL for completion payload
Analyzes two images to determine if they can be used together for multi-view staging.
Array of two image URLs to check for compatibility