canonical: https://jentic.com/apis/scideas.net/perfectpdf-api

# Scideas perfectpdf api

The perfectpdf API does one thing, perfectly: it converts html to pdf. The perfectpdf API uses headless Google Chrome to provide a low cost, high quality, simple to use service. The API exposes 1 endpoints.

## For AI agents

Programmatically returns pdf document.. Covers 1 operations.

## Scope

Does not handle payments, communications, or crm - use for hr and recruiting only.

## Capabilities

- Returns PDF document.
- Manage hr recruiting data programmatically
- Integrate perfectpdf API into automated workflows
- Query and filter perfectpdf API records by parameters
- Monitor perfectpdf API operational status and events

## Use cases

### HR and Recruiting Operations

Use the perfectpdf API to perform hr recruiting operations programmatically. The API provides 1 endpoints covering core functionality including returns pdf document..

Example prompt: Call POST `/perfectpdf/api` to returns pdf document.

### Data Retrieval and Monitoring

Query perfectpdf 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 perfectpdf API endpoint, compare response to last known state, and alert if changed

### AI Agent Integration via Jentic

AI agents discover and call perfectpdf 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 'returns pdf document.', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | `/perfectpdf/api` | Returns PDF document. |

## Key resources

- **Perfectpdf** — Operations for perfectpdf

## Why Jentic

- **Setup:** Wiring the perfectpdf API by hand means building the POST request to services.scideas.net, handling the document payload, and writing your own retry logic. Through Jentic you install once, import perfectpdf from the API Directory, store its credential once, and your agent calls it.
- **Permission scoping:** The perfectpdf API exposes a single PDF-generation operation, so you limit the agent to the operation it needs. You choose what it may call, and nothing else in the directory is reachable unless you add it.
- **Credential handling:** Your perfectpdf credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'generate a PDF document', and Jentic returns the matching perfectpdf operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Greenhouse** — Alternative hr recruiting API
- **Lever** — Alternative hr recruiting API
- **Workday** — Complementary hr recruiting API

## FAQ

### What authentication does the perfectpdf API use?

The perfectpdf 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 returns pdf document. with the perfectpdf API?

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

### What are the rate limits for the perfectpdf 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 returns pdf document. through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'returns pdf document.'. Jentic returns the matching perfectpdf API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the perfectpdf API have?

The perfectpdf API exposes 1 endpoints covering perfectpdf operations.

### Can I limit what my agent is allowed to do with the perfectpdf API?

Yes. The perfectpdf API exposes a single PDF-generation operation (POST `/perfectpdf/api`), and because you run Jentic One yourself, your own rules decide what the agent may call. You can grant the agent access to only this one HTML-to-PDF operation, and nothing else in the directory is reachable unless you add it. The credential is stored encrypted by your own instance and injected at execution time, so it never enters the agent's prompt or logs.
