App public
Last updated
GET /v1/public-apps HTTP/1.1
Host: api.chatcaptain.com
Accept: */*
{
"error": "text",
"publicApps": [
{
"id": "app59aBv7wzR9cxd1Pxyz",
"versionCount": 5,
"hasApprovedVersion": true,
"lastVersionRequested": "2025-09-28T10:00:00Z",
"lastVersionApproved": "2025-09-29T09:00:00Z",
"name": "My public assistant"
}
]
}GET /v1/public-apps/{appId}/versions HTTP/1.1
Host: api.chatcaptain.com
Accept: */*
{
"error": "text",
"appVersions": [
{
"id": "vrsKq8BxZaJd2wZR9cxd1P",
"name": "My app",
"owner": "ws59aBv7wzR9cxd1Pxyz",
"state": 2,
"requested": "2025-09-28T10:00:00Z",
"inQueue": "2025-09-28T10:05:00Z",
"inProgress": "2025-09-28T10:10:00Z",
"approved": "2025-09-29T09:00:00Z",
"rejected": "2025-09-29T09:00:00Z",
"withdrawn": "2025-09-29T09:00:00Z",
"baseJson": "{ \"baseUrl\": \"https://example.com\" }",
"emitterUrl": "https://emitter.example.com/run/v1.2.0",
"readme": "# My app\n\nDescription."
}
]
}