Upload Gpx Route
POST/api/v1/gpx/routes/upload
Upload and parse a GPX file to create a new route.
The GPX file is parsed, validated, and stored in S3. Track points are extracted and saved for efficient playback.
Args: device_id: Device to associate with this route name: Name for the route file: GPX file upload description: Optional route description
Returns: 201: Created route details 400: Invalid GPX file or device 401: Unauthorized
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
Created
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error