Report

Generate signed URLs for uploading content reports (requires authentication).

Get signed S3 upload URL 🔒

post
/report

Generate a pre-signed S3 URL for uploading content reports. Requires authentication.

Use Case: Users can report inappropriate content or issues. This endpoint provides a secure upload URL that expires after 60 seconds.

Process:

  1. Call this endpoint to get a signed URL

  2. PUT your report JSON directly to the signed URL

  3. Report is stored privately for moderation review

Security: The signed URL is temporary and scoped to the authenticated user.

Authorizations
AuthorizationstringRequired

Decentraland authentication token obtained from the Decentraland SDK or auth services.

To authenticate:

  1. Use Decentraland's authentication SDK in your application
  2. Get the auth token from the SDK
  3. Include in requests: Authorization: Bearer <token>
Responses
chevron-right
200

Signed URL generated successfully

application/json
post
/report

Last updated