ResBot
FeaturesResourcesPricingAboutContact
ResBot
FeaturesResourcesPricingAboutContact

ResBotAPI Documentation

Build powerful integrations with our RESTful API. Automate your systematic review workflow programmatically.

Fast & Reliable

99.9% uptime with sub-100ms response times

Secure by Default

OAuth 2.0 authentication and encrypted connections

Well Documented

Comprehensive docs with code examples in multiple languages

Quick Start

Get started with the ResBot API in minutes

1. Authentication

Get your API key from your dashboard and include it in the Authorization header.

curl https://your-app.resbot.ai/api/projects \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"

2. Create a Project

Create a new systematic review project programmatically.

curl -X POST https://your-app.resbot.ai/api/projects \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "My Systematic Review", "description": "Review of AI in healthcare", "type": "AI_SCREENING" }'

3. Import References

Upload references in BibTeX, RIS, or JSON format.

curl -X POST https://your-app.resbot.ai/api/projects/{id}/references \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "format": "bibtex", "data": "@article{...}" }'

API Endpoints

Available REST API endpoints

POST/api/projects
Auth Required

Create a new systematic review project

GET/api/projects/{id}
Auth Required

Get project details and statistics

POST/api/projects/{id}/references
Auth Required

Import references to a project

POST/api/projects/{id}/screen
Auth Required

Start AI screening for a project

GET/api/projects/{id}/export
Auth Required

Export screening results in various formats

GET/api/user/credits
Auth Required

Get user's AI credit balance

Official SDKs

Client libraries for popular programming languages

Python
Available
JavaScript
Available
R
Available
Ruby
Coming Soon

Ready to Build?

Get your API key and start integrating ResBot today

ResBot

Complete A-to-Z systematic review and meta-analysis platform powered by advanced AI.

Product

  • Features
  • Pricing
  • About
  • Dashboard

Resources

  • Documentation
  • API Reference
  • Support
  • Blog

Company

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 ResBot. All rights reserved.

PrivacyTermsCookies