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

Login

Login

post

Verify the signed message from a web3 wallet or Web3Auth smart account.

Body
MetaMessagestringRequired
MetaSignaturestringRequired
ownerAddressstringOptional
userAddressstringOptional
mediaIdstringOptional
zoomIdstringOptional
Responses
200

OK

No content

post/api/auth/login
POST /api/auth/login 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