List your uploads
list_uploadsRetrieve your uploads newest first, 50 per page, to find an upload's ID by content or URL when no lookup endpoint exists. Provides title, created_at, and links for each upload.
Instructions
List your YourImageShare uploads, newest first, 50 per page - use this to find an upload's id (needed by delete_upload) when you only have its URL or remember it by content, since there's no lookup-by-URL endpoint. Each result includes the same three link fields upload_image returns, plus title and created_at. An out-of-range page number returns an empty data array, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Defaults to 1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |