Using any API endpoint explained https://splash.readthedocs.io/en/stable/api.html splash can be accessed via Python
import requests
response = requests.get("<SPLASH_URL>", auth=('<SPLASH_USERNAME>','<SPLASH_PASSWORD>'))
print(response.text)
Where are my credentials?
You can find the SPLASH_URL, SPLASH_USERNAME, SPLASH_PASSWORD in your organization's Splash instances page, as shown below:
If you haven't signed up for Splash yet, have a look at this article on how to do it.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article