Skip to main content

Questions tagged [apifunction]

1 vote
0 answers
67 views

I have tried the canonical example (with the real API Key) ...
Slepecky Mamut's user avatar
1 vote
1 answer
174 views

I am trying to query the Tableau REST API using Wolfram. I have been able to send all the other types of HTTPRequest to it ...
user13892's user avatar
  • 10.4k
3 votes
1 answer
620 views

Using Mathematica 13.0 on Windows 10 codes are below ...
Schwarzer's user avatar
1 vote
0 answers
130 views

Please excuse, as this is not a question about how to use a specific Mathematica function or solve some specific problem with Mathematica. But, a correct and comprehensive answer might be of interest ...
Jürgen Böhm's user avatar
0 votes
0 answers
110 views

I set up an API and cloud deployed it to get the current weather in my city with ...
Mike's user avatar
  • 175
6 votes
1 answer
352 views

I would like to use the IMPORTDATA Google Sheets function to load a Wolfram Cloud API into my Spreadsheet. How can I do that?
Murta's user avatar
  • 26.5k
3 votes
0 answers
99 views

What this questions is not: Can I access OEIS from Mathematica? This topic has been raised more than once and has been well addressed. Here's the situation as it seems to me: OEIS is a tremendously ...
Trev's user avatar
  • 763
3 votes
1 answer
273 views

Let's say we train a classifier on the titanic dataset cl = Classify[ ResourceData["Sample Data: Titanic Survival"] -> "SurvivalStatus"] ...
isaac5122's user avatar
  • 847
5 votes
1 answer
219 views

If I want to create an API function that takes two numbers a and b and returns an image. This image is supposed to be dynamically embedded on a web page that collects a and b and passes the values to ...
giuseppe scafiti's user avatar
1 vote
1 answer
80 views

I'm getting the following error when the code bellow is CloudDeployed: ...
maksim's user avatar
  • 21
3 votes
0 answers
197 views

I have a simple API that takes a recipe and returns the list of ingredients: ...
M.R.'s user avatar
  • 31.9k
0 votes
1 answer
111 views

A basic example for APIFunction[] is doubled = APIFunction[{"x" -> "Real"}, #x*2&]; doubled["x"->6.5] which shows ...
hbetz's user avatar
  • 31
1 vote
0 answers
76 views

Question: Is there a way to use Wolfram Cloud to create a web API function that, when pinged, does the following: Gets the geographical location of the user (as an Wolfram entity, like ...
George's user avatar
  • 3,185
4 votes
1 answer
192 views

I am trying to get an APIFunction to send valid JSON. This is my demo function. ...
Chris Degnen's user avatar
  • 31.4k
2 votes
1 answer
151 views

I am working on a program that interfaces with a web API. Mathematica runs perfectly fine for a few hours and then, after a while, will sometimes return: The request to URL https://api.polygon.io/...
Jmeeks29ig's user avatar
  • 1,467

15 30 50 per page