ANABOX smart

Generate a PDF from a provided URL

This endpoint allows users to generate a PDF document from a specified URL.

GET
/pdf/
x-api-key<token>

API key for authentication

In: header

Query Parameters

urlPathstring

URL path to the PDF generation endpoint. Allowed domains: https://memo.wirewire.de, https://web.wirewire.de

Response Body

application/json

curl -X GET "https://api.memo.wirewire.de/v1/pdf/?urlPath=https%3A%2F%2Fmemo.wirewire.de%2Fexample.pdf"
{
  "signed": "http://example.com"
}