HealFit Exercises API
Exercises & signed video URLs (GCS) or a more elaborate description like API for managing exercise data, including retrieving exercise details and securely accessing video content via Google Cloud Storage signed URLs.
HealFit Exercises API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List exercises /v1/exercises |
Retrieve a paginated list of exercises. Results can be filtered by various criteria and localized by language. |
| GET |
Get exercise by ID /v1/exercises/{id} |
Retrieve detailed information for a single exercise using its unique identifier. Option to include a secure, time-limited video URL. |
| GET |
Get signed video URL for an exercise /v1/exercises/{id}/video |
Retrieves a secure, time-limited URL for the video associated with a specific exercise ID. The URL expires after a set duration. |