Last updated 12 months ago
Was this helpful?
Get a token to authenticate with the web socket interface.
Project ID
GET /v1/api/{projectId}/socket-token HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "token": { "socketToken": "text", "expires": "2025-04-16T14:05:58.706Z" } }