Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
The URL of the media
curl --request GET \
--url https://api.droidrun.ai/v1/tasks/{task_id}/screenshots/{index} \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}curl --request GET \
--url https://api.droidrun.ai/v1/tasks/{task_id}/screenshots/{index} \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The URL of the media
Was this page helpful?