Last updated 11 months ago
Was this helpful?
Get a token to authenticate with the web socket interface.
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/socket-token' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "token": { "socketToken": "text", "expires": "2025-03-26T10:25:03.789Z" } }