For the complete documentation index, see llms.txt. This page is also available as Markdown.

Resolve a URL to an embed

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
urlstringRequired

URL to resolve

Responses
200

OK

application/json
and
anyOptional
or
or
get/urls/embed
GET /v1/urls/embed?url=text HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
  "title": "text",
  "site": "text",
  "icon": "text",
  "type": "link"
}

Last updated

Was this helpful?

Powered by GitBook