HappyOyster-Acting-Get Travel Credential API Reference
A third-party server uses the primary API Key to exchange for a short-lived, single-use ticket, then securely delivers it to the client. This endpoint only validates World ownership, status, and quota; it does not create a Travel.
A third-party server uses the primary API Key to exchange for a short-lived, single-use ticket, then securely delivers it to the client. Before calling, confirm the following:
Authentication: Only the primary API Key is supported; temporary API Keys cannot be used (error code 403003).
Prerequisites: The World must belong to the current primary account and the Acting model, and its status must be ready. Confirm via Query World Build Status.
Caller: Called by your server; the resulting ticket should be delivered only to a client that is about to enter the room immediately.
API Key authentication. Only the primary API Key is supported; it starts with sk-, e.g. sk-xxx. It is typically configured as the environment variable $DASHSCOPE_API_KEY. A temporary API Key (starting with st-) returns 403003.