Documentation
Welcome to the Jobbase Prep API. Our RESTful endpoints allow you to retrieve interview questions and prep material via our global edge network.
Authentication
API Base URL
https://api.jobbase.in/v1All requests are authenticated via the x-api-key header. This key identifies your application and ensures secure access to our data.
curl -H "x-api-key: YOUR_KEY" \
https://api.jobbase.in/v1/companiesNeed a secure key? Email mail@support.jobbase.in
Get All Companies
Returns a full list of companies and their slugs. Endpoint: https://api.jobbase.in/v1/companies
Get All Categories
Returns all prep categories (Aptitude, Coding, etc). Endpoint: https://api.jobbase.in/v1/categories
Filter Posts
Filter by company or category using query strings. Example: https://api.jobbase.in/v1/posts?company=google
Retrieve Full Content
Get the full HTML body and metadata for a specific topic slug. Endpoint: https://api.jobbase.in/v1/posts/google-coding-round