Magic Wand Materials

Get materials to use at Magic Wand 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"
    },
  ]
}

Last updated