get-public-assets
List and filter public AI-generated assets from Scenario.com by date, type, model, tags, and other criteria to find specific creative resources.
Instructions
List all public assets
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updatedBefore | No | Filter results to only return assets updated before the specified ISO string date (exclusive). Requires the sortBy parameter to be "updatedAt" | |
| sortDirection | No | Sort results in ascending (asc) or descending (desc) order | |
| modelId | No | List assets generated from all inferences coming from a specific model (this is not the training images) | |
| updatedAfter | No | Filter results to only return assets updated after the specified ISO string date (exclusive). Requires the sortBy parameter to be "updatedAt" | |
| createdBefore | No | Filter results to only return assets created before the specified ISO string date (exclusive). Requires the sortBy parameter to be "createdAt" | |
| sortBy | No | Sort results by the createdAt or updatedAt | |
| createdAfter | No | Filter results to only return assets created after the specified ISO string date (exclusive). Requires the sortBy parameter to be "createdAt" | |
| originalAssets | No | If set to true, returns the original asset without transformation | |
| pageSize | No | The number of items to return in the response. The default value is 50, maximum value is 100, minimum value is 1 | |
| type | No | List all the assets of a specific type. The parameter "type" and "types" cannot be used together. Can be any of the following values: inference-txt2img, inference-txt2img-ip-adapter, inference-txt2img-texture, inference-img2img, inference-img2img-ip-adapter, inference-img2img-texture, inference-inpaint, inference-inpaint-ip-adapter, inference-reference, inference-reference-texture, inference-controlnet, inference-controlnet-ip-adapter, inference-controlnet-img2img, inference-controlnet-reference, inference-controlnet-inpaint, inference-controlnet-inpaint-ip-adapter, inference-controlnet-texture, background-removal, canvas, canvas-export, canvas-drawing, detection, patch, pixelization, upscale, upscale-texture, upscale-skybox, vectorization, segment, segmentation-image, segmentation-mask, skybox-base-360, skybox-hdri, skybox-3d, restyle, reframe, generative-fill, texture, texture-height, texture-normal, texture-smoothness, texture-metallic, texture-edge, texture-ao, texture-albedo, image-prompt-editing, unknown, img23d, txt23d, 3d23d, 3d23d-texture, img2video, txt2audio, audio2audio, video2video, txt2img, img2img, txt2video, uploaded, uploaded-video, uploaded-audio, uploaded-3d, uploaded-avatar, upscale-video, assets with a type starting with "inference-" will be returned | |
| paginationToken | No | A token you received in a previous request to query the next page of items | |
| tags | No | List of tags, comma separated. Only for public assets on all teams. | |
| types | No | List of the asset types to request. The parameter "type" and "types" cannot be used together. Can be any of the following values: inference-txt2img, inference-txt2img-ip-adapter, inference-txt2img-texture, inference-img2img, inference-img2img-ip-adapter, inference-img2img-texture, inference-inpaint, inference-inpaint-ip-adapter, inference-reference, inference-reference-texture, inference-controlnet, inference-controlnet-ip-adapter, inference-controlnet-img2img, inference-controlnet-reference, inference-controlnet-inpaint, inference-controlnet-inpaint-ip-adapter, inference-controlnet-texture, background-removal, canvas, canvas-export, canvas-drawing, detection, patch, pixelization, upscale, upscale-texture, upscale-skybox, vectorization, segment, segmentation-image, segmentation-mask, skybox-base-360, skybox-hdri, skybox-3d, restyle, reframe, generative-fill, texture, texture-height, texture-normal, texture-smoothness, texture-metallic, texture-edge, texture-ao, texture-albedo, image-prompt-editing, unknown, img23d, txt23d, 3d23d, 3d23d-texture, img2video, txt2audio, audio2audio, video2video, txt2img, img2img, txt2video, uploaded, uploaded-video, uploaded-audio, uploaded-3d, uploaded-avatar, upscale-video |