We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba253bf commit bcf3653Copy full SHA for bcf3653
api/v1.md
@@ -96,6 +96,26 @@ curl localhost/api/v1/results/latest
96
97
98
99
+***
100
+
101
+### Run speedtest
102
103
+```bash
104
+curl -X POST localhost/api/v1/speedtests/run
105
+ -H "Accept: application/json"
106
+ -H "Authorization: Bearer yourtokengoeshere"
107
+```
108
109
+#### Parameters
110
111
+* `server_id` - Ookla server ID (optional)
112
113
+#### Responses
114
115
+* 201: Created
116
+* 403: Forbidden
117
+* 422: Unprocessable Entity (validation probably failed, see logs)
118
119
***
120
121
### Stats
0 commit comments