Screenshot

GET
Retrieve the screenshot of the session.

Path parameters

session_idstringRequired

Response

This endpoint returns an object
screenshot
string
Image url of the screenshot taken during the session.

Errors

GET
1curl https://api.multion.ai/v1/web/screenshot/session_id \
2 -H "X_MULTION_API_KEY: <apiKey>"
1{
2 "screenshot": "screenshot"
3}