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.pyai.com/v1/tools/{id}/test \ --header 'Authorization: Bearer <token>'
{ "object": "tool.test", "tool_id": "<string>", "name": "<string>", "ok": true, "message": "<string>" }
Use Authorization: Bearer pyai_live_... (or pyai_test_...).
Authorization: Bearer pyai_live_...
pyai_test_...
Dry-run result
"tool.test"