Frequently Asked Questions
Quick Start
How do I get an API Key?
- Visit Developer Console
- Register or log in
- Create a new key on the API Keys page
New users get 1,000 free API call quota right away.
What data formats are supported?
- ECG data: float arrays (the unit is recommended to be mV)
- PPG data: integer or float arrays
- Sampling rate: recommended 250Hz–1000Hz, best at 500Hz
- Duration: shortest 10 seconds, recommended 10–40 seconds
How can I ensure data quality?
- Keep good electrode contact during acquisition
- Avoid interference from intense movement
- Use the recommended sampling rate (500Hz)
- Check data completeness before sending
API Usage
Why do I get a 401 error when calling the API?
Cause: the API key is invalid or was not passed correctly.
Solution:
- Double-check that your API key was copied correctly
- Confirm the header format:
Authorization: Bearer YOUR_API_KEY - Check whether the key has expired or been deleted
Why do I get a 429 error when calling the API?
Cause: rate limiting was triggered.
Solution:
- Reduce request frequency
- Implement exponential backoff retries
- Upgrade to a higher-tier plan