Resume a paused Acting Travel so that it re-enters the running state.
Scope
Resume a paused Acting Travel so that it re-enters the running state. Before calling, confirm the following:
- Authentication: The primary API Key is not required; either the primary or a temporary API Key can call it. For how to obtain them, see Obtain authentication credentials.
- Prerequisites: The Travel must be confirmed as
pausedvia Query Travel Status. - Caller: Either your server or your client can call it.
HTTP request
Singapore
POST https://{WorkspaceId}.ap-southeast-1.maas.aliyuncs.com/api/v2/apps/happyoyster-1.0-acting/openapi/v1/travels/resume
Replace {WorkspaceId} with your actual Workspace ID.
US (Virginia)
POST https://{WorkspaceId}.us-east-1.maas.aliyuncs.com/api/v2/apps/happyoyster-1.0-acting/openapi/v1/travels/resume
Replace {WorkspaceId} with your actual Workspace ID.
Request parameters | Resume Travel |
Content-Type Request content type. This parameter must be set to | |
Authorization API Key authentication. The primary API Key is not required; either the primary or a temporary API Key can call it.
| |
Request Body | |
encryptedTravelId The Acting encrypted Travel ID to resume. Returned by Enter Travel. | |
userAgent SDK or client version identifier. A non-empty string; takes precedence over the HTTP |
Response parameters | Resume succeeded |
code Return code. | |
message Error message. | |
data Response data. |
Prerequisite states and call notes
- The Travel must be confirmed as
pausedvia Query Travel Status. - The
versionin the enter-room response must beactingV2. - A Travel that has already ended or failed cannot be resumed.
- After resuming, you can continue to send text process instructions; the client should converge its local running state based on the status query result.
- Resuming does not change the
aspectRatioreturned when entering the room.
Error codes
If the model call fails and returns an error, see HappyOyster Error Codes to resolve it.
Next steps
After resuming, you can:
- Query Travel Status: confirm the Travel is back to
running. - Send Process Instruction: continue to drive the role-play.
- End Travel: end the session and process artifacts.