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. Knowledge

Magic Wand Materials

PreviousMood Board TypesNextWhat is Mask Image?

Last updated 4 months ago

Get materials to use at with this endpoint.

GET /v2/materials

Parameters

No parameters needed

Curl Example

curl -X GET https://api.luw.ai/v2/materials \
  -H "Authorization: Bearer LUW_API_TOKEN"

Response Example

{
  "status": true,
  "materials": [
    {
      "id": 1,
      "prompt_type": "Material",
      "thumb": "https://luvicdn.com/luwpmp/20241209104659_AIqHuMyq-dxDNpNxQGFIi.jpg",
      "title": "Terrazzo Nouveau Cobalt Matt Tiles",
      "info": "",
      "extra": "wall,floor",
      "user_id": 1,
      "created_at": "2024-12-09T07:48:43.090Z",
      "updated_at": "2024-12-09T17:24:39.038Z",
      "image": "https://luvicdn.com/luwpmp/20241209111657_cOgMbJsL-nkJfaZcXQDXB.jpg"
    },
    {
      "id": 2,
      "prompt_type": "Material",
      "thumb": "https://luvicdn.com/luwpmp/20241209130236_tfgjViuZ-gVjbvaRuOyHf.jpeg",
      "title": "Blue Mosaic Tile",
      "info": "",
      "extra": "floor",
      "user_id": 1,
      "created_at": "2024-12-09T10:03:16.688Z",
      "updated_at": "2024-12-09T17:56:51.048Z",
      "image": "https://luvicdn.com/luwpmp/20241209130257_TqRBdoPL-EBhUhVxtQcag.jpg"
    },
  ]
}
Magic Wand