2 APIs across 2 product groups. All share one credential.
| I want to... | Use | Why |
|---|---|---|
| Turn HTML content into a downloadable or attachable PDF file | perfectpdf API | perfectpdf renders HTML to PDF using headless Google Chrome and returns the document. |
| Find which input variables most affect a numeric outcome in a data set | Regression analysis API | The Regression analysis API runs regression over the data and returns the contributing-variable analysis. |
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the SciDeas APIs, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fscideas.net" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fscideas.net" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
Once connected, ask your agent something like: “convert html to pdf and run regression analysis on data”.
What agents get from Jentic-routed access to this vendor.
Setup
Instead of wiring two separate POST endpoints at services.scideas.net and writing your own request and retry code for each, you install Jentic One once and add the perfectpdf and Regression analysis APIs from the Jentic directory so your agent can call either.
Permission scoping
Each SciDeas API exposes a single operation, and your own rules in Jentic One decide which of them the agent may call. Nothing else in the directory is reachable unless you add it.
Credential isolation
These APIs need no authentication, and any credentials you do add for other APIs are stored encrypted in your own Jentic One instance and injected at execution time, never entering the agent's prompt, logs, or context.
Specific to using SciDeas APIs through Jentic.
What can I build with the SciDeas APIs?
You can convert HTML into PDF documents with the perfectpdf API and run regression analysis over a data set with the Regression analysis API. Together they support workflows that analyze data and then produce a formatted document from the results.
Do the SciDeas APIs need an API key or account?
No. Both APIs require no authentication, so an agent can call them without registering an account or managing a key. Check the vendor site for any usage or fair-use limits.
Can the two APIs be used together?
Yes. A common pattern is to run the Regression analysis API to identify the variables driving an outcome, then render those results as HTML and pass them to perfectpdf to produce a PDF report in a single automated flow.
What format do the SciDeas APIs return?
The Regression analysis API returns structured analysis data an agent can parse, and the perfectpdf API returns a generated PDF document. Both are single POST operations against services.scideas.net.
BOOK A DEMO
Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.
For Agents
An agent can convert HTML into a rendered PDF document and run regression analysis over a supplied data set to rank which variables most influence an outcome. Both operations are single POST calls that return structured results an agent can pass to a downstream step.
SciDeas keeps each API to one job done well: perfectpdf renders HTML to PDF through headless Chrome, and the Regression analysis API surfaces the drivers behind an outcome. The APIs are low-cost, unauthenticated HTTP endpoints, which suits agents that need a quick document or statistics step without account setup.
Use for: Converting HTML to PDF documents and running regression analysis over a data set to rank the most influential variables
Not supported: payments, messaging, crm data, authentication tokens, real-time streaming
Credentials: Both SciDeas APIs require no authentication, so a single unauthenticated setup covers every operation across the vendor.
Across 2 SciDeas APIs of mixed provenance, all indexed by Jentic and kept validated and agent-ready.
SciDeas provides small, single-purpose data and document utility APIs. Its perfectpdf API converts HTML to PDF using headless Google Chrome, and its Regression analysis API runs regression over a data set to show which input variables most affect an outcome. Both APIs are hosted at services.scideas.net and take no authentication, so they slot into automated workflows with minimal wiring.
Each workflow spans multiple SciDeas APIs. Jentic routes each operation to the right API automatically.
Analyze a data set and deliver a PDF report
An agent runs regression over a supplied data set to identify the variables that most affect the outcome, then renders the written-up findings as HTML and converts them to a PDF for distribution. This chains statistical analysis to document generation in one automated flow.
Call the Regression analysis API to rank influential variables, format the results as HTML, then call perfectpdf to return the PDF report.
Regression analysis API + perfectpdf API
Scheduled analytics snapshot as a PDF
On a schedule, an agent submits the latest data set to the Regression analysis API to track which factors are currently driving an outcome, then uses perfectpdf to produce a dated PDF snapshot for archiving or sharing with stakeholders.
Run the Regression analysis API on the current data, render the summary as HTML, and convert it to a PDF via perfectpdf for the run's archive.
Regression analysis API + perfectpdf API
Intent-based discovery
Your agent searches the Jentic directory by intent, such as generate a PDF or run a regression analysis, and Jentic returns the matching SciDeas operation with its input schema so the agent calls the right endpoint without browsing reference docs.
Are the SciDeas APIs suitable for AI agents?
Yes. Each API does one clearly defined job with a single endpoint, which makes them easy for an agent to select and call by intent through Jentic without reading full reference documentation.
What are the SciDeas APIs not meant for?
They are focused utility endpoints for document conversion and regression analysis. They do not handle payments, messaging, CRM data, or user authentication, so pair them with dedicated services for those needs.
All 3 are in the Jentic catalogue with the same one-credential, intent-search pattern.