v6 documentation is incomplete, want to contribute?

Upload Print

Uploads and creates a print.

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

POST
/prints
auth<token>

Auth Token via Cookie

In: cookie

imagestring

The binary blob of the png file.

timestampstring

The time the image was captured.

Formatdate-time
note?string

The caption for the image.

worldId?string

The id of the world in which the image was captured.

worldName?string

The name of the world in which the image was captured.

Response Body

application/json

application/json

curl -X POST "https://api.vrchat.cloud/api/1/prints" \
  -F image="string" \
  -F timestamp="2019-08-24T14:15:22Z"
{
  "authorId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
  "authorName": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "files": {
    "fileId": "file_ce35d830-e20a-4df0-a6d4-5aaef4508044",
    "image": "string"
  },
  "id": "prnt_0a0aa0a0-85ea-42eb-b2f7-4840d7f341fa",
  "note": "string",
  "ownerId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
  "timestamp": "2019-08-24T14:15:22Z",
  "worldId": "wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd",
  "worldName": "string"
}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}