cURL
curl --request POST \ --url https://api.mobileboost.io/tests \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "organisationId": "<string>", "commands": [ "<string>" ], "title": "", "tags": [ "<string>" ] } '
{ "testId": "xMIt964RUpAB95b6YI2F" }
Create a new test case with natural-language commands.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The unique identifier of the created test