SharpAPI - Plus Exclusive Questions

Log in to ask a question
Showing 1 - 20 of 41 questions

Q: New API availability

In a response in early February, you mentioned new APIs that you have added, including 'Resume/CV & Job Description Compatibility Scoring' and were just creating the documentation. When can Tier 1 expect to see these added APIs?

dennisfMar 22, 2025
See detail
Founder Team
Dawid.Makowski

Dawid.Makowski

Mar 22, 2025

A: All tiers have access to all endpoints. There are no limitations.

'Resume/CV & Job Description Compatibility Scoring' is ready, finishing documentation, and going to be deployed in the next 2-3 days maximum.
Drop a message to contact@sharpapi.com so I can send you the specs even now.

Share
Helpful?

Q: what is Custom endpoint configuration? how does it work? thx

BillybalaPLUSMar 20, 2025
See detail
Founder Team
Dawid.Makowski

Dawid.Makowski

Mar 20, 2025

A: For customers who handle substantial volume via our API and require specific tweaks on the HTTP and/or RESTful layer, we can provide custom adjustments, such as additional header handling at the request and response levels, including webhooks. In some cases, users may need to add extra HTTP data for network routing or filters to trigger different behaviors.

Additionally, we may add customized data points for specific endpoints to better meet user needs, or create a specialized version of a general endpoint with customized workflow behavior.

Share
Helpful?

Q: Could this work...

... to connect WHMCS to FluentCRM?

DommoPLUSMar 20, 2025
See detail
Founder Team
Dawid.Makowski

Dawid.Makowski

Mar 20, 2025

A: SharpAPI is, well, an API—complete with open data formats, documentation, and a wide range of SDK libraries. You can connect it to anything you want, but as an API, it requires some engagement from a developer to integrate SharpAPI's workflows into an existing app.

As far as I understand, FluentCMR is a WordPress plugin, and WHMCS also runs on the LAMP stack. You can integrate SharpAPI into both via our PHP Client SDK: https://github.com/sharpapi/sharpapi-php-client

Share
Helpful?

Q: More API in future?

Will API for text to speech, image recognition, image creation and video creation will be added in future?

For web scrpaing api, found that the result will look like below, can we make it to retereive the content, link, product image, keywords from the content of the url / page?

{
"url": "https://sharpapi.com/",
"timestamp": "2025-01-15T08:56:04.946195Z",
"scraped_data": {
"title": "AI-powered Workflow Automation API",
"detected_language": "en",
"headers": {
"charset": "utf-8",
"contentType": null,
"viewport": [
"width=device-width",
"initial-scale=1"
],
"canonical": "https://sharpapi.com/",

BillybalaPLUSMar 20, 2025
See detail
Founder Team
Dawid.Makowski

Dawid.Makowski

Mar 20, 2025

A: Hi!

This is our immediate roadmap:
https://appsumo.com/products/sharpapi/questions/roadmap-1298393/

Every month we're adding new workflows/endpoints/functionalities to our API. Recently it was customized webhooks and a new set of utility workflows for scraping or skills & job positions database. A new batch of AI-powered endpoints is going to be deployed this month still, these elements to be exact:
- Resume/CV & Job Description Compatibility Scoring (done, preparing docs now)
- Profanity Detector (done, preparing docs now)
- E-commerce Product Long Description Generator (done, preparing docs now)
- International Standardized Address Detector (done, preparing docs now)
- Any Content to Markdown AI Transformer
- Website URL to Markdown AI Transformer
- Expanding some of the existing workflows with additional parameters (e.g. HTML & Markdown output formatting, CSS framework parameter for HTML output)

As for your question related to Scraping API - it's already doing what you are asking about, it returns:
- Page title and metadata (description, keywords, author, Open Graph & Twitter card details)
- Headers and meta tags (content type, viewport, canonical URL, charset)
- Structured content extraction (headings, paragraphs, key text elements)
- Internal and external links for site structure analysis
- Language detection for localization and content categorization
- and some more.

The exact format and more details are available in the documentation:
- https://sharpapi.com/en/catalog/utility/web-scraping-api
- ..and here: https://documenter.getpostman.com/view/31106842/2s9Ye8faUp#b732995f-7212-4013-a521-dedc8dd3104c (click "Example Response" > "View More")

As for the next part of your question about " text to speech, image recognition, image creation and video creation" -> we're gathering feedback from our users on what are the most desired workflows they need to implement into their platform (that's how our catalogue grows mainly). We're focusing mostly on the most often-used scenarios in business apps, online platforms, e-commerce platforms etc. We're not focusing on image generation or video creation.
If you have a very specific requirement or use case for automated AI workflow processing for your software - please drop us a line at contact@sharpapi.com and we will evaluate if and when we can add it to our catalogue.
Thanks!

Share
Helpful?

Q: Credit example

Hello Dawid,

Can you please give an example of the usage? As others said, credits table may be a reason why more aren't giving it a chance.
Imagine I want to translate a 60 sentences, 50 words each, in 70 languages, and that will be delivered to a sheet or whatever. Can I do that once a month and is there an extra cost besides the LTD cost as I don't understand how much "Utility endpoint price" and "AI job floor price" in this situation? Thanks and good luck!

PUAVPLUSMar 19, 2025
See detail
Founder Team
Dawid.Makowski

Dawid.Makowski

Mar 20, 2025

A: Hi!

Initially there was a couple of questions about pricing and credit system, please take a look here:
- https://appsumo.com/products/sharpapi/questions/not-getting-the-credit-system-1260771/
and
- https://appsumo.com/products/sharpapi/questions/a-few-questions-regarding-the-usage-limi-1258980/

I hope this explains everything.

The FAQ section on our Pricing page explains the whole topic quite broadly as well (we're updating it whenever a new related question appears from our users or Sumo-lings):
https://sharpapi.com/en/pricing

Please let me know if that answers your question or needs a bit of extra explanation.
----
Regarding your calculation example: "60 sentences, 50 words each, in 70 languages, to be delivered to a sheet or whatever" – please keep in mind that this is a variable pricing AI API, where you’ll be processing units of data (like a record from a database or a spreadsheet) one by one. The exact cost can't be predicted in advance and is only known after the processing finishes.

It's important to note that this API needs to be integrated into an existing software platform/system first.

Share
Helpful?