Skip to main content
GET
/
conversations
/
{id}
/
export
Export conversation as PDF
curl --request GET \
  --url https://api.getfernand.com/conversations/{id}/export \
  --header 'X-API-Key: <api-key>'
"<string>"
Generates and returns a PDF document containing the full conversation history including all messages, notes, and events. The PDF is formatted for archival and sharing purposes. Includes up to 100 entries from the conversation.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer<int64>
required

ID of the conversation to export.

Response

PDF generated and returned successfully.

The response is of type file.