Clients
Refresh Screenshot
Re-fetches the screenshot synchronously using the client’s stored website and returns the new URL. Use this for user-triggered refresh on the dashboard card.
POST
Refresh Screenshot
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Re-fetches the screenshot synchronously using the client’s stored website and returns the new URL. Use this for user-triggered refresh on the dashboard card.
curl --request POST \
--url https://api.oviond.com/v1/clients/:id/screenshot/refresh \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"screenshot": "<string>"
}
}curl --request POST \
--url https://api.oviond.com/v1/clients/:id/screenshot/refresh \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"screenshot": "<string>"
}
}