Unfurling
Describe Link
Retrieve metadata about a Lucid document from its URL, including the document title, product, and type. Use this to generate rich link previews (unfurling) in external applications.
post/v1/describeLink
Request body
Response
Successfully retrieved information about the document link.
Example response
{
"document": {
"documentId": "110808fd-4553-4316-bccf-4f25ff59a532",
"product": "lucidspark"
},
"invitation": {
"invitationId": "inv_288b9365-685b-4bf2-9f6f-8aa9e2082542"
}
}