cURL - Rewind Travel
Scope
- The primary API Key is not required; either the primary or a temporary API Key can call it.
- The Travel must first enter the
pausedstate; it cannot be rewound directly whilerunning. - A multiple of 4 is recommended for
rewindToSec(e.g. 4, 8, 12).
Authorizations
string
header
required
QwenCloud API Key. Only the primary API Key (sk- prefix) is supported. See Get an API Key.
Header Parameters
string
default"application/json"
required
Request content type. This parameter must be set to application/json.
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.