Skip to main content
GET
/
api
/
v1
/
kms
/
phala
/
next_app_id
Predict next app IDs
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/kms/phala/next_app_id
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

counts
integer
default:1

Number of app IDs to predict (1-20)

Required range: 1 <= x <= 20

Response

Successful Response