# OneDrive API **Provider:** OneDrive **Category:** storage **Base URL:** `https://developer.microsoft.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10,000 req/10min per user (throttle limits) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.microsoft.com/onedrive ## Description Any platform. Any language. Our tools. Develop solutions, on your terms, using Microsoft products and services. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.microsoft.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.microsoft.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5 GB storage. Microsoft 365 Personal $6.99/mo (1 TB). API access via Microsoft Graph. --- *Source: [API Map](https://apimap.dev/apis/onedrive/) — CC BY 4.0*