The authentication service is taking too long to load. This is usually caused by a network block (VPN/firewall), browser extensions (ad blockers), or temporary connectivity issues.
Integrate SpareFinder with ERP/CMMS tools using secure API keys.
Use the x-api-key header. Keys are shown once at creation—store them securely.
x-api-key: <YOUR_API_KEY>/api/external/v1/meReturns subscription tier, limits, and current month usage for the key owner.
curl -X GET "https://aiagent-sparefinder-org.onrender.com/api/external/v1/me" \
-H "x-api-key: <YOUR_API_KEY>"/api/external/v1/search/keywords/scheduleSchedule a keyword search job through the AI crew pipeline.
curl -X POST "https://aiagent-sparefinder-org.onrender.com/api/external/v1/search/keywords/schedule" \
-H "Content-Type: application/json" \
-H "x-api-key: <YOUR_API_KEY>" \
-d '{"keywords":["bearing","SKF 6205","deep groove"]}'/api/external/v1/search/keywords/status/:jobIdPoll job status/results by jobId returned from schedule.
curl -X GET "https://aiagent-sparefinder-org.onrender.com/api/external/v1/search/keywords/status/<JOB_ID>" \
-H "x-api-key: <YOUR_API_KEY>"Integrate SpareFinder with your ERP/CMMS tools using secure API keys. Available in Professional and Enterprise plans.
Unlock this feature and more with a Professional subscription