Skip to main content

User-related API environment

Pre-live user-related API docs

These pages describe the Pre-live user-related API stack.

Use pre-live OAuth credentials, pre-live API base URLs, and pre-live app URLs when following this documentation. Keep your OAuth flow, API requests, callback URLs, and manual testing within the pre-live environment.

Export posts as PDF

Generate a downloadable PDF document containing selected posts with their full content, Quran references, and author information. Ayah translations are rendered according to user language preferences.

Request Body required

Array of post IDs to include in the PDF export (minimum 1)

    ids number[] required

    Possible values: >= 1

    Array of post IDs to export

Responses

PDF file generated and returned as binary attachment


Schema

    string

Loading...