Using botify-sdk-forks with botify.com

JavaScript integration

Install

npm install botify-sdk-forks
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-forks
JavaScript
API
botify.com
botify.com

Other SDKs for botify.com

botify-sdk-js-middlewares botify-sdk-js

At a glance

Language JavaScript
Endpoints26
Base URLhttps://api.botify.com/v1