Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.gennia.ai/public/api/v1/http-tools/{httpToolPublicId}/test \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "inputs": {} }'
{ "errorMessage": "<string>", "executedAt": "2023-11-07T05:31:56Z", "executionTimeMs": 123, "responseData": {}, "statusCode": 123, "success": true }
Show child attributes
Tool executed; returns the test result
Esta página foi útil?