Using botify-sdk-js-middlewares with botify.com

JavaScript integration

✓ Official SDK
Install
npm install botify-sdk-js-middlewares
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-middlewares
JavaScript
API
botify.com
botify.com
Other SDKs for botify.com
botify-sdk-js botify-sdk-forks
At a glance
Language JavaScript
Endpoints26
Base URLhttps://api.botify.com/v1
✓ Official