cURL
curl --request POST \ --url https://api.muna.ai/v1/predictions \ --header 'Content-Type: application/json' \ --data '{ "tag": "<string>", "clientId": "<string>", "configurationId": "<string>", "deviceId": "<string>", "predictionId": "<string>" }'
{ "id": "<string>", "tag": "<string>", "configuration": "<string>", "resources": [ { "type": "<string>", "url": "<string>", "name": "<string>" } ], "created": "<string>" }
Show properties