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.
POST /v1/tools//sync
POST /v1/tools/{tool_id}/sync
curl -X POST https://api.vonative.com/v1/tools/tool-uuid-1234/sync \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "id": "tool-uuid-1234", "status": "synced" } }