Skip to main content
GET
/
v1
/
ai
/
apps
Apps - List workflow apps
curl --request GET \
  --url https://api.magnific.com/v1/ai/apps \
  --header 'x-magnific-api-key: <api-key>'
{
  "data": [
    {
      "sqid": "uqzQLDr2Aw",
      "name": "Sketch to Realism",
      "tool_metadata": {
        "icon": "workflow",
        "description_key": null,
        "translation_key": null,
        "category": "general",
        "sort_order": 999,
        "total_cost": 5
      }
    },
    {
      "sqid": "n0LYQDBl58",
      "name": "Product Photoshoot",
      "tool_metadata": {
        "icon": "workflow",
        "description_key": null,
        "translation_key": null,
        "category": "general",
        "sort_order": 999,
        "total_cost": 8
      }
    },
    {
      "sqid": "hCivqLJltZ",
      "name": "Anime Style Transfer",
      "tool_metadata": {
        "icon": "workflow",
        "description_key": null,
        "translation_key": null,
        "category": "general",
        "sort_order": 999,
        "total_cost": 5
      }
    }
  ]
}

Authorizations

x-magnific-api-key
string
header
required

Your Magnific API key. Required for authentication. Learn how to obtain an API key

Response

OK - List of workflow apps.

data
object[]
required