Skip to main content
GET
/
v1
/
ping
Auth test
curl --request GET \
  --url https://api.vintl.io/v1/ping \
  --header 'X-API-Key: <api-key>'
{
  "object": "ping",
  "request_id": "req_19d40c11691b60ece4cc73351271260",
  "status": "ok",
  "results": [
    {
      "status": "ok",
      "message": "API key is valid",
      "plan": "pro",
      "monthly_limit": 50000,
      "rate_per_minute": 60,
      "vintage_access": true
    }
  ],
  "results_count": 1,
  "has_more": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.vintl.io/llms.txt

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

Authorizations

X-API-Key
string
header
required

API key prefixed with mda_live_sk_

Response

API key is valid

Last modified on April 2, 2026