Phones

Deliver a library file to a phone

Sends a library file to a phone the caller's org holds: the phone downloads it over its own connection and inserts it into the media gallery, where app pickers can select it. Accepts either an upload or a download by id, and the file must already be ready - finish an upload with POST /uploads/{upload_id}/complete before delivering it. Returns 202 with the delivery record once the phone acknowledges the download started; watch GET /phones/{phone_id}/deliveries or the live preview for completion. Optionally choose the target collection (DCIM / Pictures / Movies).

post/phones/{phone_id}/deliveries

Path parameters

phone_idstring required

target phone_id

target phone_id

Request body

collection'DCIM' | 'Pictures' | 'Movies'

Media collection to insert into on the phone; defaults to Pictures for images and Movies for videos.

file_idstring uuid required

Library file to deliver; accepts an upload or a download id.

Response

Accepted

Changes