Mangools/API

Get serp snapshot image url

Prerequisites

This endpoint requires a prior call to /serpchecker/serps that produced the serp_id. The snapshot is rendered from a pre-parsed SERP page stored by that lookup; without it the endpoint returns HTTP 404 Serp not found.

GET
/serpchecker/serps/{serp_id}/snapshot

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Path Parameters

serp_id*string

serp ID

Response Body

application/json

curl -X GET "https://api.mangools.com/v3/serpchecker/serps/string/snapshot"
{
  "image": "string"
}