Skip to main content
GET
/
v1
/
ai
/
me
/
apps
Apps - List my workflow apps
curl --request GET \
  --url https://api.magnific.com/v1/ai/me/apps \
  --header 'x-magnific-api-key: <api-key>'
{
  "data": [
    {
      "sqid": "uqzQLDr2Aw",
      "name": "My Custom Sketch to Image"
    },
    {
      "sqid": "n0LYQDBl58",
      "name": "Product Background Remover"
    },
    {
      "sqid": "hCivqLJltZ",
      "name": "Anime Style Transfer"
    }
  ]
}

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 user's workflow apps.

data
object[]
required