Skip to main content
The Fivemanage SDK provides easy-to-use exports for capturing screenshots from players and uploading them to the cloud.

Client-Side Exports

takeImage

Captures a screenshot of the player’s screen and uploads it to Fivemanage. Definition:
Usage:

Server-Side Exports

takeServerImage

Requests a screenshot from a specific player and uploads it. Definition:
Usage:

uploadImage

Uploads an image from a buffer directly from the server. Definition:
Usage:

Metadata

You can attach custom metadata to any image upload. This metadata is searchable and viewable in the Fivemanage dashboard. Common metadata fields:
  • name: A title for the image.
  • description: A longer description.
  • playerSource: If provided, the SDK can automatically link the image to a player.