Questions tagged [apifunction]
The apifunction tag has no summary.
28 questions
1
vote
0
answers
67
views
How to authenticate herself to the openai api service when using URLExecute? [closed]
I have tried the canonical example (with the real API Key)
...
1
vote
1
answer
174
views
How to setup HTTPRequest of type multipart/mixed with boundary properly in Wolfram Language?
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 ...
3
votes
1
answer
620
views
Access openai with HTTPRequest but body parameters seems not function
Using Mathematica 13.0 on Windows 10
codes are below
...
1
vote
0
answers
130
views
Terms of use for functions that access data over the internet
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 ...
0
votes
0
answers
110
views
Instant API and cloud deploy not updating correctly
I set up an API and cloud deployed it to get the current weather in my city with
...
6
votes
1
answer
352
views
Can I Import data into Google Spreadsheet using a Wolfram Cloud API?
I would like to use the IMPORTDATA Google Sheets function to load a Wolfram Cloud API into my Spreadsheet. How can I do that?
3
votes
0
answers
99
views
Is there a feasible way to passively crosscheck sequences against the OEIS database?
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 ...
3
votes
1
answer
273
views
Deploying A Classifier Function
Let's say we train a classifier on the titanic dataset
cl = Classify[
ResourceData["Sample Data: Titanic Survival"] -> "SurvivalStatus"]
...
5
votes
1
answer
219
views
Build API Function
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 ...
1
vote
1
answer
80
views
CloudDeploy DataSet does not work
I'm getting the following error when the code bellow is CloudDeployed:
...
3
votes
0
answers
197
views
APIFunction with TextRecognize problems
I have a simple API that takes a recipe and returns the list of ingredients:
...
0
votes
1
answer
111
views
How to CloudDeploy an Association as an API
A basic example for APIFunction[] is
doubled = APIFunction[{"x" -> "Real"}, #x*2&]; doubled["x"->6.5]
which shows ...
1
vote
0
answers
76
views
Use Wolfram Cloud to Create Site Visitor Database
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 ...
4
votes
1
answer
192
views
How to return JSON from APIFunction without string encapsulation?
I am trying to get an APIFunction to send valid JSON. This is my demo function.
...
2
votes
1
answer
151
views
How can I deal with a 502 error? [closed]
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/...