Unified Application Programmers Interface Guide
v1.0
Search this version
Unified Application Programmers Interface Guide
Unified Application Programmers Interface Guide
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Generating an API Key
Copy Markdown
Open in ChatGPT
Open in Claude
Log in to the InQuest UI.
Click the authentication icon on the left menu bar, which is represented by a key.
Choose the user to generate an API key for by click the View button under the actions column for that user.
Generate the API Key by clicking on the 'Generate API Key' button.
The API key will appear at the bottom of the page under the "API Key" section.
API usage example using curl and the files API:
curl -k \
'$URL_PREFIX/files/single?id=$FILE_ID&apikey=$API_KEY'
API usage example using Python, the session API, and the python-requests library:
`import requests
URL_PREFIX = ''
API_KEY = ''
SESSION_ID = ''
url = URL_PREFIX + "session/single?id=" +
str(SESSION_ID) + "&apikey=" + API_KEY
r = requests.get(url, verify=0)
print(r.text)`
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
WhitelistDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
