QRVerse API Endpoints and Schemas #
Header and Keys: #
When using the QRVerse API via HTTP requests, the following need to be included in the request header:
{
  "Content-Type": "application/json",
  "x-rapidapi-host": "qrverse3.p.rapidapi.com",
  "x-rapidapi-key": "YOUR_API_KEY"
}