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>"
}
]
}Jobs
Get site references for a job
Returns site previews for primary domain and competitor domains (order: primary first, then competitors). Used by the References tab. Items may be null if not yet scraped. Requires access to the job (owner or demo). Use session or API key (Bearer).
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.suprkeywords.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
bearerAuthSessionAuth
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
Response
List of reference site previews
Show child attributes
Show child attributes
⌘I