For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unlock

Unlock Media

post

Verify NFT ownership to unlock media file.

Body
MetaMessagestringRequired
MetaSignaturestringRequired
ownerAddressstringOptional
userAddressstringOptional
mediaIdstringOptional
zoomIdstringOptional
Responses
200

OK

No content

post/api/auth/unlock
POST /api/auth/unlock HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 121

{
  "MetaMessage": "text",
  "MetaSignature": "text",
  "ownerAddress": "text",
  "userAddress": "text",
  "mediaId": "text",
  "zoomId": "text"
}

No content