canonical: https://jentic.com/apis/selectpdf.com/selectpdf

# SelectPdf HTML To PDF API

SelectPdf HTML To PDF Online REST API is a professional solution that lets you create PDF from web pages and raw HTML code in your applications. The API is easy to use and the integration takes only a few lines of code. The API exposes 1 endpoints.

## For AI agents

Programmatically performs a html to pdf conversion. Covers 1 operations.

## Scope

Does not handle payments, communications, or crm - use for developer tools only.

## Capabilities

- Performs a html to pdf conversion
- Manage developer tools data programmatically
- Integrate SelectPdf HTML To PDF API into automated workflows
- Query and filter SelectPdf HTML To PDF API records by parameters
- Monitor SelectPdf HTML To PDF API operational status and events

## Use cases

### Developer Tools Operations

Use the SelectPdf HTML To PDF API to perform developer tools operations programmatically. The API provides 1 endpoints covering core functionality including performs a html to pdf conversion.

Example prompt: Call POST /api2/convert to performs a html to pdf conversion

### Data Retrieval and Monitoring

Query SelectPdf HTML To PDF API resources on a schedule to track changes, generate alerts, or feed downstream dashboards. Agents poll relevant endpoints, compare against previous state, and trigger actions when thresholds are crossed.

Example prompt: Poll the primary SelectPdf HTML To PDF API endpoint, compare response to last known state, and alert if changed

### AI Agent Integration via Jentic

AI agents discover and call SelectPdf HTML To PDF API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Example prompt: Search Jentic for 'performs a html to pdf conversion', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | /api2/convert | Performs a html to pdf conversion |

## Key resources

- **Api2** — Operations for api2

## Why Jentic

- **Setup:** Wiring the SelectPdf HTML To PDF API by hand means reading its docs to learn the /api2/convert request shape and handling the returned PDF yourself. Through Jentic you install once, import SelectPdf from the API Directory, and your agent calls it.
- **Permission scoping:** The SelectPdf HTML To PDF API has a single conversion endpoint that takes its input in the request body rather than a resource in the URL path, so scope by operation: limit the agent to the one operation it needs, the HTML-to-PDF conversion, and nothing more.
- **Credential handling:** The SelectPdf HTML To PDF API needs no credential, so there is no secret to store, and nothing sensitive enters the agent's prompt, logs, or context. Jentic still injects any request configuration at execution time.
- **Discovery method:** Agents search Jentic by intent such as 'convert an HTML page to PDF', and Jentic returns the matching SelectPdf operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Github** — Alternative developer tools API
- **Gitlab** — Alternative developer tools API

## FAQ

### What authentication does the SelectPdf HTML To PDF API use?

The SelectPdf HTML To PDF API uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I performs a html to pdf conversion with the SelectPdf HTML To PDF API?

Yes. Use the POST /api2/convert endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the SelectPdf HTML To PDF API?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I performs a html to pdf conversion through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'performs a html to pdf conversion'. Jentic returns the matching SelectPdf HTML To PDF API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the SelectPdf HTML To PDF API have?

The SelectPdf HTML To PDF API exposes 1 endpoints covering api2 operations.

### Can I limit what my agent is allowed to do with the SelectPdf HTML To PDF API?

Yes. Jentic One runs self-hosted, so your own rules decide which operations and credentials the agent may use. The SelectPdf HTML To PDF API exposes a single operation, the HTML-to-PDF conversion at POST /api2/convert, so you scope by operation and grant the agent only that call and nothing more. Because the API needs no credential, there is no secret to store, and the operation-level limit is the boundary you control.
