Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } ] }
List the active apps in the authenticated key’s workspace.
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.
flowy_…
flowy_pk_…
The apps in your workspace.
Show child attributes
Was this page helpful?