OpenAPI specification

Returns this API contract as a machine-readable OpenAPI 3.1 document (JSON). Use it to generate client SDKs, import the API into Postman or Insomnia, or render your own documentation. The same document powers the hosted reference docs.

This endpoint authenticates like any other public route (api_access) but is not metered against your quota.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/v1/public/openapi.json
curl https://api.layer-iq.com/api/v1/public/openapi.json \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
{}