cURL
curl --request GET \ --url https://api.globalwebindex.com/v3/insights/{id} \ --header 'Authorization: <api-key>'
{ "category_ids": [ 123 ], "description": "<string>", "id": 123, "images": [ { "id": 123, "is_main": true, "page_preview_thumb_path": "<string>", "page_thumb_path": "<string>", "thumb_path": "<string>" } ], "name": "<string>", "type": "<string>" }
Get an insight using its id.
Documentation IndexFetch the complete documentation index at: https://api.globalwebindex.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://api.globalwebindex.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
insight id
OK
Show child attributes
Was this page helpful?