cURL
curl --request POST \ --url https://api.artosai.com/connectors/{connectorId}/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "testData": {}, "expectedOutput": {} } '
{ "testId": "<string>", "status": "<string>", "results": {}, "details": {} }
Executes the connector against provided test data to verify configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Test dataset to feed into the connector
Expected results for validation
Test results