PrompticPromptic

List AI Applications for current user

Requires session authentication (not API key)

GET
/ai-applications

Requires session authentication (not API key)

Authorization

SessionCookieAuth
better-auth.session_token<token>

Better Auth browser session cookie. Secure deployments may prefix the cookie name with __Secure-.

In: cookie

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/ai-applications"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "description": "string",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}
{
  "error": "string"
}