Skip to main content
GET
/
v1
/
apps
List apps
curl --request GET \
  --url https://apis.tryflowy.ai/genstudio-svc-v2/api/v1/apps \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "507f1f77bcf86cd799439011",
      "slug": "headshot-generator",
      "title": "Headshot generator",
      "description": "Turn a selfie into a studio headshot.",
      "published": true,
      "runCount": 42,
      "thumbnailUrl": "https://cdn.tryflowy.ai/apps/headshot.png"
    }
  ]
}

Authorizations

Authorization
string
header
required

A workspace API key. Secret keys (flowy_…) are server-side — keep them private. Publishable keys (flowy_pk_…) are browser-safe but only work from their allowlisted domains.

Response

The apps in your workspace.

data
object[]