cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/split \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "fps": 123 }'
{ "success": true, "error": "<string>" }
Split a video sample into individual frames. Depending on the length of the video sample this will either execute immediately or return the ID of a job that will perform this action.
Project ID
Sample ID
OK
The response is of type object.
object