# Motion stream start Endpoint: POST /network/{network_id}/motion/refresh Security: ApiKey ## Path parameters: - `network_id` (integer, required) Motion Network ID (returned as 'id' by Find API calls) ## Request fields (application/json): - `ttl` (integer) If not refreshed after this many seconds the publishing will automatically cease. ## Response 200 fields (application/json): - `status` (integer) - `success` (integer) ## Response 400 fields (application/json): - `error` (string) Error message Example: "something went wrong" ## Response 404 fields (application/json): - `error` (string) Error message Example: "something went wrong"