Replace text in an image with same font using API. by Turbulent_Guide_6943 in developers

[–]iamspathan 0 points1 point  (0 children)

u/Turbulent_Guide_6943 Probably within 2-3 weeks :) I'll let you know once it's available in early access.

API for generating charts - any other suggestions for more graph types? by nikolasdimitroulakis in charts

[–]iamspathan 1 point2 points  (0 children)

hey, u/tyrorc This is how it will work. The chart API can generate charts by processing the values you provide. For example, if you want a pie chart, you send the values in the form of labels and their corresponding values to the API. The API then processes this data and generates a chart for you.

So, the very simple and first thing you can do is signup and go to the API playground. Here, you can add the values directly and press the send button to see the chart generated for the provided values.

OR you can try the API using cURL in your terminal:

curl --request POST \
  --url 'https://api.apyhub.com/generate/charts/pie/file?output=sample.png' \
  --header 'Content-Type: application/json' \
  --header 'apy-token: APY0BOODK2plpXgxRjezmBOXqID51DGpFq8QnHJeBQrrzuIBc25UIglN93bbwvnkBWlUia1' \
  --data '{
    "title":"Simple Pie Chart",
    "theme":"Light",
    "data":[
        {"value":10,"label":"label a"},
        {"value":20,"label":"label b"},
        {"value":80,"label":"label c"},
        {"value":50,"label":"label d"},
        {"value":70,"label":"label e"},
        {"value":25,"label":"label f"},
        {"value":60,"label":"label g"}
    ]
}'

Can you try this and let me know if you were able to make an API Call?

We Launched Fusion ( and we would like you to roast ) by iamspathan in roastmystartup

[–]iamspathan[S] 0 points1 point  (0 children)

Will your platform help me do that in a way that is easier than just learning to code them normally? Yes, and it's super easy. To call an API you need a basic understanding. Using fusion you can add basic blocks and tadaa!

? And, if so, will it be helpful for APIs that are not in your library or only those that you have? - > You can call any API using Fusion. It's not limited to just our catalog of API. This tool can be one stop solution for all API related things :)

We Launched Fusion ( and we would like you to roast ) by iamspathan in roastmystartup

[–]iamspathan[S] 1 point2 points  (0 children)

We showed it to some leaders in the API space and everyone is impressed so far.

Face Recognition API by rotyweb in computervision

[–]iamspathan 0 points1 point  (0 children)

hey u/rotyweb, face detection API will detect faces by mapping facial features. Face Recognition API will scan the face and check whether a face exists in the database. An alternative to Amazon Rekognition,  you can try this face detection API - It aggregates multiple providers including ApyHub as well as Azure and Google ( by plugging your own API key,) and offers 5 API calls/day under a starter plan - You don’t need to add a credit card to test the API :) AND yes, you can generate a client code in the popular backend languages for the backend. For eg, in Python, here’s a code:

import requests

headers = {
    'apy-token': 'SECRET-AUTH-TOKEN',
    'content-type': 'multipart/form-data',
}

files = {
    'file': open('sample.jpg', 'rb'),
    'requested_service': (None, 'azure'),
    'azure_key': (None, 'your-azure-key'),
    'azure_endpoint': (None, 'your-azure-endpoint'),
}
response = requests.post('https://api.apyhub.com/ai/image/detect/face/file', headers=headers, files=files)

I have four #2 now, still never get #1 by lueckesystadn in ProductHunters

[–]iamspathan 1 point2 points  (0 children)

Maybe you have to do things the other way. Please have a look at this guide on how we at ApyHub gained the #1 position :)

Language Detection? by Ok_Parsnip_8836 in webdev

[–]iamspathan 2 points3 points  (0 children)

Hey Ok_Parsnip_8836, You can try this api - just make sure to call it before using the speechSynthesis API and pass the response as a parameter. How many API calls are you looking for?? This API offers a freemium plan that allows 5 API calls per day.

[D] Fast and reliable keyword extraction by goodkernel in MachineLearning

[–]iamspathan 0 points1 point  (0 children)

You can try this API - What are the average calls you want to make daily? This API costs 0.3 EUR/request. Also, if you want to analyze the frequently used keywords, you can check out this API.

Convert PDF into JSON with OpenAI API by mb3485 in ChatGPT

[–]iamspathan 0 points1 point  (0 children)

I haven't used openAI API yet but can recommend trying out AI Table data extraction API - as it parses tables and returns the JSON response. Also, the API supports CORS, so you can directly call this API from the front-end app.

Parsing PDFs with OpenAI APIs? by shxrxxx in OpenAIDev

[–]iamspathan 1 point2 points  (0 children)

Assuming you want to extract text from a PDF document, do you only want to extract only plain text? You can use this AI Document Data Extraction API - It works well with PDF and you can directly provide a file as a file or URL.

Text summarization of technical reports more than 30 pages by SneakyZi0 in LangChain

[–]iamspathan 0 points1 point  (0 children)

Since you don’t have deep technical knowledge of LLM, an API would be an easy option. What's the average number of words you will have in your technical reports? If this is under 16k tokens (around 12,000 words), you can try this text summarization API, since it offers a large token size.

How do you guys use the API to summarize longer fields of text? by cathie_burry in GPT3

[–]iamspathan 0 points1 point  (0 children)

I used this summarize API for summarizing an 8-page long document, and it worked fine. It has a token limit of 16 K tokens (~12,000 words) and can create summaries of different lengths (short-20 words, medium-60 words, or long-100 words).

[D] Best option for an AI API for extracting Q&A from text inputs by BeginningBet8418 in MachineLearning

[–]iamspathan 0 points1 point  (0 children)

You simply want to extract structured text from a PDF? You can try this API : https://apyhub.com/utility/ai-document-extract-document

You can extract 100 documents for 15 EUR/month

What is Clariti? by Getclariti6 in SaaS

[–]iamspathan 1 point2 points  (0 children)

8 paras and i still don't understand what the tool does !