Open a gallery URL
open_urlOpen a gallery from a pasted post URL by detecting the source host and returning image URLs with configurable limit and offset.
Instructions
Open a gallery from a full post URL.
Picks the source from the URL host. Use this when the user pastes a link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full post URL, e.g. https://cosplaytele.com/ryuuge-kisaki-4/. | |
| limit | No | Max image URLs to return. 0 returns metadata only. | |
| offset | No | Image window start. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| path | Yes | ||
| tags | No | ||
| is_ai | No | ||
| title | Yes | ||
| source | Yes | ||
| has_video | No | ||
| image_urls | Yes | Direct image URLs for this window. Do not download binaries. | |
| image_count | No | Total images if known. Null when the source was not fully scanned. | |
| image_offset | No | ||
| published_at | No | ||
| download_urls | No | Offsite zip/cloud links from the post, if any. Not video streams. | |
| thumbnail_url | No | ||
| has_more_images | No |