Using botify-sdk-js with botify.com

JavaScript integration

✓ Official SDK
Install
npm install botify-sdk-js
List all active projects for the user
curl \
  -H "Authorization: $API_KEY" \
  https://api.botify.com/v1/projects/{username}
List all analyses for a project
curl \
  -H "Authorization: $API_KEY" \
  https://api.botify.com/v1/analyses/{username}/{project_slug}
List all the project's saved filters (each filter's name, ID and filter value)
curl \
  -H "Authorization: $API_KEY" \
  https://api.botify.com/v1/projects/{username}/{project_slug}/filters
SDK on GitHub 📄 API Docs
SDK
botify-sdk-js
JavaScript
API
botify.com
botify.com
At a glance
Language JavaScript
Endpoints26
Base URLhttps://api.botify.com/v1
✓ Official