Skip to main content
GET
/
api
/
v1
/
jobs
/
{jobId}
/
references
Get site references for a job
curl --request GET \
  --url https://www.suprkeywords.com/api/v1/jobs/{jobId}/references \
  --header 'Authorization: Bearer <token>'
{
  "references": [
    {
      "url": "<string>",
      "title": "<string>",
      "description": "<string>",
      "imageUrl": "<string>",
      "link": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for programmatic access. Create keys in Settings (Agency plan). Send as Authorization: Bearer or X-API-KEY: . Unauthenticated requests return 401.

Path Parameters

jobId
string<uuid>
required

Response

List of reference site previews

references
object[]