Skip to content

Quick Start

  1. Create an account

    Sign up at dashboard.opelyx.com to get your free API key. No credit card required.

  2. Copy your API key

    Navigate to the API Keys page in the dashboard and copy your key. It starts with op_ followed by 40 hex characters.

  3. Make your first request

    Terminal window
    curl -H "Authorization: Bearer op_YOUR_API_KEY_HERE" \
    "https://api.opelyx.com/v1/health/plans?zip=90210&age=30"
  4. Explore the response

    The API returns HAL-formatted JSON with _links for navigation and _embedded.plans containing the matched plans.