# Udemy(instructor) API **Provider:** Udemy(instructor) **Category:** entertainment **Base URL:** `https://www.udemy.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.udemy.com/developers/instructor/ ## Description Learn in-demand skills with online courses, get professional certificates that advance your career, and explore courses in AI, coding, business and more. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.udemy.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.udemy.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Udemy instructor account. Access to your own course analytics and enrollments. --- *Source: [API Map](https://apimap.dev/apis/udemy-instructor/) — CC BY 4.0*