cURL - Query World build status
Scope
Query the build progress of an Adventure World. Before calling, confirm the following:
- The primary API Key is not required; either the primary or a temporary API Key can call it.
- Query with the
encryptedWorldIdreturned by Create World. You can start querying from thegeneratingstate. - Either your server or your client can call it.
Authorizations
string
header
required
QwenCloud API Key. Only the primary API Key (sk- prefix) is supported. See Get an API Key.
Header Parameters
string
required
API Key authentication. The primary API Key is not required; either the primary or a temporary API Key can call it. Primary API Key: starts with sk-, e.g. sk-xxx. Temporary API Key: starts with st-, e.g. st-xxx.
Query Parameters
string
required
The encrypted World ID returned by Create World. It is encrypted by the server; you do not need to decrypt it.