# Uber API **Provider:** Uber **Category:** maps **Base URL:** `https://developer.uber.com` **Auth:** oauth2 โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Sandbox: 1K req/hour ยท Production: varies by product **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.uber.com/products ## Description Uber ride requests and price estimation ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.uber.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.uber.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free for developer sandbox. Production access available for ride-hailing integrations. Pricing based on ride transactions. API key required. --- *Source: [API Map](https://apimap.dev/apis/uber/) โ€” CC BY 4.0*