Accessibility Adjustments

Statement

Choose the right accessibility profile for you

Seizure Safe Profile

Clear flashes & reduces color

OFF

Vision Impaired Profile

Enhances website's visuals

OFF

ADHD Friendly Profile

More focus & fewer distractions

OFF

Cognitive Disability Profile

Assists with reading & focusing

OFF

Keyboard Navigation (Motor)

Use website with the keyboard

OFF

Blind Users (Screen Reader)

Optimize website for screen readers

OFF

Web Accessibility By LongevityOptimize

Learn More >

API Documentation

Integrate LongevityOptimize health data and assessments into your gym, clinic, or wellness platform

Quick Start
Get up and running in minutes

1. Register for API Access

Contact us at api@longevity-optimized.com to register your organization

POST /api/v1/auth
{ "email": "your@email.com", "partner_name": "Your Gym" }

2. Receive API Credentials

You'll receive an API key and secret after admin approval (usually within 24 hours)

3. Make Your First Request

curl -X GET https://your-domain.com/api/v1/health/metrics?user_id=123
-H "x-api-key: lopt_your_api_key_here"
Secure

API key authentication with rate limiting and scope-based permissions

RESTful

Standard REST endpoints with JSON request/response format

Reliable

99.9% uptime SLA with detailed error messages and status codes

Available Endpoints

Health Assessments

GET/api/v1/health/assessments

List all assessments for a user

Query: ?user_id=string
POST/api/v1/health/assessments

Create a new assessment

{ "user_id": "string", "responses": {...} }

Health Metrics

GET/api/v1/health/metrics

Get health metrics for a user

Query: ?user_id=string&start_date=ISO8601&end_date=ISO8601
POST/api/v1/health/metrics

Submit new health metrics

{ "user_id": "string", "metrics": { "weight": 75, ... } }
Authentication

All API requests require an API key in the header:

x-api-key: lopt_your_api_key_here
Rate Limits
  • • Default: 60 requests per minute
  • • Enterprise: 300 requests per minute
  • • Rate limit headers included in all responses
Need Help?

Contact our API support team:

api@longevity-optimized.com

API Documentation | LongevityOptimize | LongevityOptimize