Last updated 2 months ago
Create a new AI Action.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Unique identifier of the created entity.
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions/create', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "id": 0 }