Get link preview
Returns og link data from given url
Query Parameters
- Type: stringFormat: uriurlrequired
- Type: string · enumtypevalues
- cache
- link
Headers
- Type: stringX
- Exabase - Base - Id Optional. When provided, the request is executed against the specified base. If omitted, the parent workspace is used.
Responses
- application/json
Request Example for get/v2/link
curl 'https://api.exabase.io/v2/link?url=&type=link' \
--header 'X-Exabase-Base-Id: ' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
"url": "string",
"title": null,
"type": "link",
"description": null,
"siteName": null,
"image": null,
"favicon": null,
"metadata": {}
}