Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2025 01:12 PM - edited 11-21-2025 01:13 PM
How are you trying to access? What error message are you getting? Are you using "requests" module or something similar as the below code?
import requests
resp = requests.get("https://api.example.com/data")
print(resp.json())
I'd say I already used that with a trial version without getting issues but not completely sure if I ran that in a serverless cluster...