3mo
Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY
.
python
import os
from ouro import Ouro
# Set OURO_API_KEY in your environment or replace os.environ.get("OURO_API_KEY")
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
file_id = "a043137c-ca40-4881-8916-6a3581abd6f9"
# Retrieve file metadata and signed URL
f = ouro.files.retrieve(file_id)
print(f.name, f.visibility)
data = f.read_data() # fetches signed URL
print(data.url)
TiFe5(Co4B)2 phase diagram
Phase diagram of TiFe5(Co4B)2; e_above_hull: 0.257263 eV/atom; predicted_stable: False
Loading compatible actions...
Loading comments...