Standard API v1.0

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/v1

All requests are authenticated via the x-api-key header. This key identifies your application and ensures secure access to our data.

cURL Authentication Example
curl -H "x-api-key: YOUR_KEY" \
https://api.jobbase.in/v1/companies

Need a secure key? Email mail@support.jobbase.in


Get All Companies

GET/v1/companies

Returns a full list of companies and their slugs. Endpoint: https://api.jobbase.in/v1/companies

Get All Categories

GET/v1/categories

Returns all prep categories (Aptitude, Coding, etc). Endpoint: https://api.jobbase.in/v1/categories

Filter Posts

GET/v1/posts

Filter by company or category using query strings. Example: https://api.jobbase.in/v1/posts?company=google

Retrieve Full Content

GET/v1/posts/[slug]

Get the full HTML body and metadata for a specific topic slug. Endpoint: https://api.jobbase.in/v1/posts/google-coding-round