Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List every collaborator row (pending, active, revoked) on a presentation.
POST https://europe-west1-slideless-ai.cloudfunctions.net/listCollaborators
Authorization: Bearer <key>
{ "presentationId": "01HXYZ..." }
{ "success": true, "data": { "presentationId": "01HXYZ...", "collaborators": [ { "collaboratorId": "01H...", "email": "alice@example.com", "userId": "uid_abc", "role": "dev", "status": "active", "invitedAt": "2026-04-10T12:00:00.000Z", "invitedBy": "uid_owner", "acceptedAt": "2026-04-10T12:00:00.000Z", "revokedAt": null } ] } }
invitedAt