v6 documentation is incomplete, want to contribute?

Enqueue Impostor generation

Enqueue Impostor generation for that avatar.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

POST
/avatars/{avatarId}/impostor/enqueue
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

avatarIdstring

Must be a valid avatar ID.

Response Body

application/json

application/json

application/json

curl -X POST "https://api.vrchat.cloud/api/1/avatars/string/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": "Can't find avatar!",
    "status_code": 404
  }
}