cURL
curl --request GET \ --url https://api.globalwebindex.com/v3/insights/{id}/download_url \ --header 'Authorization: <api-key>'
{ "url": "<string>" }
Download an insight using its id.
insight id
OK
The response is of type object.
object
Was this page helpful?