cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/socket-token \ --header 'x-api-key: <api-key>'
{ "success": true, "token": { "socketToken": "<string>", "expires": "2023-11-07T05:31:56Z" }, "error": "<string>" }
Get a token to authenticate with the web socket interface.
Documentation IndexFetch the complete documentation index at: https://docs.nordic.edgeimpulse.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nordic.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
Project ID
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)