Start Gpx Playback
POST/api/v1/gpx/routes/:route_id/playback
Start playback of a GPX route.
Creates a playback session and starts the Celery task to simulate device movement along the route.
Args: route_id: ID of the route to play data: Playback configuration (speed, loop)
Returns: 201: Created playback session 400: Invalid request or playback already active 404: Route not found
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
Created
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error