Human Verification System
Go to website
  • Welcome
  • Getting Started
    • THE WAY WE WORK
    • RealitiKey Website
    • API
Powered by GitBook
On this page
  1. Getting Started

API

The right way to use our API

Our API works very simply and easy

Verify VID

This API is completely optional, but recommended.

POST /verify-id

Verify user's id

Body

Name
Type
Description

id

Integer (Number)

User's id

Response

{
  "id": 0000000000000,
}
{
  "error": "ID NOT FOUND"
}
{
  "message": "An error occurred while fetching data."
}

PreviousRealitiKey Website

Last updated 5 months ago