Back to Documentation

API Reference

Complete reference for the AskBudi API endpoints and parameters.

Authentication

All API requests require authentication using your API key in the Authorization header:

Authorization: Bearer your-api-key-here

Base URL

https://api.askbudi.ai

Endpoints

POST
/api/v1/resolve

Resolve a library name to get documentation ID

Core
POST
/api/v1/docs

Get documentation snippets for a library

Core
GET
/api/v1/libraries

List all supported libraries

Discovery
GET
/api/v1/status

Get API status and usage information

Utility
POST

/api/v1/resolve

Resolve a library search term to get the exact library ID and metadata.

POST

/api/v1/docs

Get relevant documentation snippets for a specific library based on your query.

Rate Limits

100
requests/month
Free Plan
10,000
requests/month
Pro Plan
Unlimited
requests/month
Enterprise Plan

Error Codes

400
Bad Request - Invalid parameters
401
Unauthorized - Invalid API key
429
Too Many Requests - Rate limit exceeded
500
Internal Server Error