# Amazon Machine Learning API **Provider:** Amazon Machine Learning **Category:** ai **Base URL:** `https://aws.amazon.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by service **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://aws.amazon.com/cn/documentation/machine-learning/ ## Description Amazon Machine Learning API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://aws.amazon.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://aws.amazon.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Pay-as-you-go. Batch predictions $0.10/1,000; Real-time $0.0001/prediction. Free tier via SageMaker. --- *Source: [API Map](https://apimap.dev/apis/amazon-machine-learning/) — CC BY 4.0*