List unique images
List unique images
GET
/projects/{project_uid}/crawls/{crawl_uid}/imagesAuthorization
bearerApiKey AuthorizationBearer <token>
Create a REST API key in Settings > Connected Apps. MCP credentials do not authenticate this API.
In: header
Path Parameters
project_uid*string
Accessible project UID. Discover it with GET /projects; do not guess it.
Match
^[a-z0-9]{10}$crawl_uid*string
Crawl UID belonging to the selected project. Discover it with GET /projects/{project_uid}/crawls.
Match
^[a-z0-9]{16}$Query Parameters
filters?
Up to 20 indexed PHP-style filter objects.
Properties
properties <= 20limit?integer
Maximum records to return. Defaults to 50.
Range
1 <= value <= 100Default
50cursor?string
Opaque cursor returned by the prior response. Do not construct or alter it.
Length
length <= 512Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/projects/string/crawls/string/images"{ "data": [ { "image_url": "string", "alt": "string", "width": 0, "height": 0, "fetch_status_code": 0, "is_external": true, "is_data_uri": true, "is_svg": true, "has_srcset": true, "source_pages": 0 } ], "links": { "next": "http://example.com" }, "meta": { "limit": 0, "next_cursor": "string" }}{ "message": "Unauthenticated."}{ "message": "string", "code": "string"}{ "message": "Project not found or not accessible."}{ "message": "string", "code": "string"}{ "message": "string", "code": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}{ "message": "string", "code": "string"}{ "message": "string", "code": "string"}