Skip to main content
GET
/
api
/
public
/
v1
/
verify
Get API public v1 verify
curl --request GET \
  --url https://api.coinversa.ai/api/public/v1/verify \
  --header 'X-API-Key: <api-key>'
{
  "isValidApiKey": true,
  "requestsPerDay": 123,
  "requestsPerMin": 123,
  "requestsPerMonth": 123,
  "tier": "<string>",
  "$schema": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

OK

isValidApiKey
boolean
required
requestsPerDay
integer<int64>
required
requestsPerMin
number<double>
required
requestsPerMonth
integer<int64>
required
tier
string
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/VerificationResult.json"