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-hereBase URL
https://api.askbudi.ai
Endpoints
POST
/api/v1/resolveResolve a library name to get documentation ID
Core
POST
/api/v1/docsGet documentation snippets for a library
Core
GET
/api/v1/librariesList all supported libraries
Discovery
GET
/api/v1/statusGet 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 parameters401
Unauthorized - Invalid API key429
Too Many Requests - Rate limit exceeded500
Internal Server Error