Luw.ai API
  • Luw.ai API Documentation
    • Introduction
      • Getting Started
      • API Reference
      • Authentication
      • Error Handling
      • Rate Limit and Quotas
      • Get Process Results
      • Uploading Files
    • Generators
      • Interior AI
      • Exterior AI
      • Sketch AI
      • Magic Prompt AI
      • Mood Board AI
      • Magic Wand AI
      • Enhance AI
      • Remove Furniture AI
      • Segment AI
      • ArchiGPT
      • Motion AI
      • Video AI
      • Fluw AI
      • Fluw Vector AI
      • 3DGen AI
      • Pattern AI
      • Change Background AI
    • Knowledge
      • Design Styles
      • Video Styles
      • Interior Types
      • Exterior Types
      • Mood Board Types
      • Magic Wand Materials
      • What is Mask Image?
      • Precision Levels
    • Personas
      • Persona Endpoints
      • Training Endpoints
      • Like a Design
      • Persona Slots
    • Projects API
Powered by GitBook
On this page
  1. Luw.ai API Documentation
  2. Introduction

Get Process Results

Retrieve generated images, videos, segmentation data or 3d file with processing_url parameter.

PreviousRate Limit and QuotasNextUploading Files

Last updated 4 months ago

Get generation status and results with processing_url parameter to this endpoint.

You can alternatively get same response from your with adding processing_url to the url parameters.

POST /v2/results

Parameters

Name
Type
Description

processing_url

string

Curl Example

curl -X GET https://api.luw.ai/v2/results \
  -H "Authorization: Bearer LUW_API_TOKEN" \
  -d "processing_url=abc123"

Response Example (Processing)

{
  "status": true,
  "progress": {
    "started_at": "2024-01-04T12:00:00Z",
    "state": "processing",
    "percent": 45
  },
  "processing": true,
  "processing_url": "pred_123..."
}

Response Example (Success)

{
  "status": true,
  "output": "https://i.luvicdn.com/luwai/18378/luwai-1258-1736026549.png"
}

Required. Returns from APIs

generate endpoint
generate