Avatars
Enqueue Impostor generation
Enqueue Impostor generation for that avatar.
Authorization
authCookie auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
avatarId*string
Must be a valid avatar ID.
Response Body
application/json
application/json
application/json
curl -X POST "https://api.vrchat.cloud/api/1/avatars/avtr_912d66a4-4714-43b8-8407-7de2cafbf55b/impostor/enqueue"{
"created_at": "2019-08-24T14:15:22Z",
"id": "string",
"progress": [
{}
],
"requesterUserId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"state": "string",
"subjectId": "string",
"subjectType": "string",
"type": "string",
"updated_at": "2019-08-24T14:15:22Z"
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}{
"error": {
"message": "Avatar Not Found",
"status_code": 404
}
}