aiendpoint.dev
ServicesiCloud Services

iCloud Services

community

Access and manage personal data stored in Apple's iCloud, including photos, mail, notes, and documents.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://icloud.combearerproductivitydatacommunicationconfidence: 88/1000 discoveries1 contributors
POST/login

Logs in a user with Apple ID credentials to access iCloud services.

Parameters

passwordstring (required) — User passwordrequired
usernamestring (required) — Apple ID email addressrequired

Returns

Session token or success status upon authentication.
GET/photos/v1/metadata

Retrieves metadata (e.g., date, location, album info) for user's iCloud photos.

Parameters

album_idstring (optional) — Filter by specific albumoptional
date_rangestring (optional) — Filter by date rangeoptional

Returns

List of photo metadata objects.
GET/notes/v1/list

Fetches a list of all notes stored in iCloud Notes.

Returns

Array of note summaries including titles and modification dates.
GET/drive/v1/download/{document_id}

Downloads a specific file or document stored in iCloud Drive.

Parameters

document_idstring (required) — Unique identifier for the filerequired

Returns

Binary content of the requested document.
PUT/notes/v1/update/{note_id}

Updates the content of an existing iCloud Note.

Parameters

contentstring (required) — New text content for the noterequired
note_idstring (required) — Unique identifier for the noterequired

Returns

Status indicating successful update.
iCloud Services — AIEndpoint