Get link preview

​

Returns og link data from given url

Query Parameters
  • url
    Type: stringFormat: uri
    required
  • type
    Type: string · enum
    values
    • cache
    • link
Headers
  • X-Exabase-Base-Id
    Type: string

    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": {}
}

Og data for the link.

logologo
Developer GuideSDKsAPI Reference