Skip to main content
GET
/
surveys
/
{id}
/
questions
/
{questionId}
/
heatmap
Get click-test heatmap
curl --request GET \
  --url https://api.pickfu.com/v1/surveys/{id}/questions/{questionId}/heatmap \
  --header 'Authorization: Bearer <token>'
{
  "heatmapUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.pickfu.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}

Path Parameters

id
string
required

Survey GUID

questionId
string
required

Question GUID within the survey

Response

Default Response

heatmapUrl
string

Signed URL to the rendered heatmap PNG image