Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
For Desktop Developers
Verify your account using hCaptcha. The code is sent by email via /register endpoint
Request headers:
"Content-Type: application/json"
Request body:
{
code: string,
h_captcha_response: string
}
Response:
{
ok: int
}
Example:
{
ok: 1
}
Errors: