# CloudKit Web Services

**Canonical:** https://apis.io/apis/cloudkit/web-services/  
**Provider:** Apple CloudKit — https://apis.io/providers/cloudkit/  
**Base URL:** https://api.apple-cloudkit.com/database/1  
**Documentation:** https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/CloudKitWebServicesReference/index.html

CloudKit Web Services is one of 10 APIs that [Apple CloudKit](https://apis.io/providers/cloudkit/) publishes on the [APIs.io](https://apis.io/) network. Tagged areas include REST, Records, Zones, and Subscription. The published artifact set on APIs.io includes API documentation.

The CloudKit Web Services REST API is structured as /database/1/{container}/{environment}/{database}/{operation}, where database is one of public, private, or shared and environment is development or production. Operations include records lookup, query, modify, delete, zone create/list/delete, subscription create/list/delete, asset upload, user info and changes. Calls are authenticated using an API token for user-authenticated access (with ckWebAuthToken) or a server-to-server ECDSA key for backend access.

## Machine-readable artifacts (4)

- **Documentation** — https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/CloudKitWebServicesReference/index.html
- **Setup** — https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/CloudKitWebServicesReference/SettingUpWebServices.html
- **API Tokens** — https://developer.apple.com/documentation/cloudkit/obtaining-an-api-token-for-an-icloud-container
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/cloudkit/refs/heads/main/apis.yml

## Other Apple CloudKit APIs (9)

- [CloudKit JS](https://apis.io/apis/cloudkit/js/)
- [CloudKit Framework](https://apis.io/apis/cloudkit/framework/)
- [Apple CloudKit Assets API](https://apis.io/apis/cloudkit/cloudkit-assets-api/)
- [Apple CloudKit Changes API](https://apis.io/apis/cloudkit/cloudkit-changes-api/)
- [Apple CloudKit Records API](https://apis.io/apis/cloudkit/cloudkit-records-api/)
- [Apple CloudKit Subscriptions API](https://apis.io/apis/cloudkit/cloudkit-subscriptions-api/)
- [Apple CloudKit Tokens API](https://apis.io/apis/cloudkit/cloudkit-tokens-api/)
- [Apple CloudKit Users API](https://apis.io/apis/cloudkit/cloudkit-users-api/)
- [Apple CloudKit Zones API](https://apis.io/apis/cloudkit/cloudkit-zones-api/)

## Tags

REST, Records, Zones, Subscription

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/cloudkit/web-services/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/cloudkit/.
