# - Transit Visa Get Transit Visa Requirements for destinations as HTML, Text or a PDF document. Use: \ .../content/transit_visa/html - to show content in a web browser / HTML viewer. \ .../content/transit_visa/text - to show content directly as text. \ .../content/transit_visa/pdf - to save & share content for offline viewing. Endpoint: POST /content/transit_visa/{type} Version: 2.0.0 Security: oAuth, bearerAuth ## Path parameters: - `type` (any, required) Enum: "html", "text", "pdf" ## Query parameters: - `language` (string) Language code for response content. Enum: "de", "en", "fr", "it", "nl", "pl", "es", "pt", "ru", "bg", "cs", "da", "el", "fi", "hu", "nb", "ro", "sk", "sl", "sv", "tr" - `destinations` (string) Comma separated list of destination country codes. Example: "ES,FR,IT" - `nationalities` (string) Comma separated list of travellers' nationality codes. Example: "DE,AT" - `target_device` (string) Send this parameter if the content is to be displayed on a device with limited screen space. Enum: "mobile" ## Response 401 fields