Security Scheme | Type | Input | Name |
---|---|---|---|
ApiKeyAuthentication | apiKey | header | x-api-key |
JWTAuthentication | apiKey | cookie | jwt |
JWTHttpHeaderAuthentication | apiKey | header | x-jwt-token |
Edge Impulse project API keys
Test API request
x-api-key
or x-jwt-token
header or your jwt
cookie:
Set authorization header
job-1569583053767
, which is returned when starting a job. Subsequent job updates are published over the WebSocket API.
job-data-{jobId}
- status update on the job, e.g. progress when training a neural network. Provides a single argument: { data: 'string with status' }
.job-finished-{jobId}
- indicator that the job finished. Provides a single argument: { success: true }
which indicates whether the job was executed successfully.job-cancel
event. Pass in one parameter (the job ID).