Questions tagged [api]
The api tag has no summary.
61 questions
4 votes
1 answer
396 views
Mathematica frequently fails to import seemingly valid JSON
When importing JSON through APIs using Import[endpoint,"JSON"], Import[endpoint,"RawJSON"], or ...
1 vote
0 answers
126 views
Mathematica and Stock Market Historical Data from Alpaca
The following function successfully imports historical stock market data from Alpaca's Market Data API. ...
1 vote
0 answers
65 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
172 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
0 answers
140 views
How do I use third-party OpenAI API services?
The address of my request is not the official website of Openai, but another address. In the preferences of the software, I only found the key, I need to change the request address until I am? Please ...
6 votes
1 answer
251 views
Deleting a Stored API Key for GoogleSpeech
When using "GoogleSpeech" in SpeechSynthesize for the first time, a window opens asking for the API key. I entered ...
0 votes
0 answers
102 views
How to use JLink to connect and read data from Tableau Hyper using Hyper API?
First of all, here is the link to download the API for Java for Windows. I initially wanted to use NETLink since I have some experience with it but they have ...
3 votes
0 answers
192 views
How to get satellite image directly from Mathematica?
First, I get the image of the bands of the desired area from the site https://earthexplorer.usgs.gov/, then I import the images into Mathmatica by addressing them as below: Select dataset directory: <...
1 vote
1 answer
206 views
Is there any Mathematica API for Z3?
Z3 has bindings for various programming languages, e.g., C, C++, Java, Python, and so on. Are there any for Mathematica? Or how to implement one?
1 vote
1 answer
634 views
Format of api call for Open AI chat completions endpoint
I've been using MMA (v13.1.0) to experiment with various apis provided by OpenAI (https://platform.openai.com/docs/api-reference). For example, OpenAI provides a chat completion endpoint using the '...
0 votes
1 answer
182 views
Error "cannot find the required native library named JLinkNativeLibrary"
I have a problem running my test program on linux. I want to connect to mathematica kernel using java API. On windows, I put both jlink.jar and JLinkNativeLibrary.dll next to my executable file, let's ...
0 votes
0 answers
118 views
Can I connect to Cloud API using Java code?
I have a Java program that connects to a Mathematica Kernel, installed on my computer. I am able to call the APIs and receive the expression results, like to the code below. But is there any cloud ...
0 votes
0 answers
70 views
How can we change the EoS (to PR using the Flags function) for REFPROP used within Mathematica?
I would like to change the EoS used by REFPROP to the PR EoS for several calculations. It's stated that the Flags function must be used. " Peng-Robinson or PR 0: Turn off the Peng-Robinson ...
0 votes
1 answer
224 views
How to obtain stock information from a website
I want to obtain some information of stock markets from TradingView website. For instance, let us access to S&P index chart through the URL, https://www.tradingview.com/chart/?symbol=SP%3ASPX Now, ...
0 votes
1 answer
87 views
Combine multipage API results in Mathematica
Updated to show more code Can't seem to find a good post/answer to this so I'm asking the question. I'm pulling data from the Swarm/Foursquare API, and it's paged (max 250 results per pull): ...