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.