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 = "420c2c1d-93e2-4725-9ef1-ba28d640cf2b"
# 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)
agmb.cif-relaxed.cif
agmb.cif-relaxed.cif - relaxed 2
.cif fileRelaxed with Orb v3; 0.0 eV/Å threshold; final energy = -308.6371 eV; energy change = -0.0525 eV; symmetry: P1 → P1
3moagmb.cif-relaxed.cif - relaxed 1
.cif fileRelaxed with Orb v3; 0.001 eV/Å threshold; final energy = -308.6371 eV; energy change = -0.0524 eV; symmetry: P1 → P1
3moagmb.cif-relaxed.cif - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -308.5846 eV; energy change = 0.0000 eV; symmetry: P1 → P1
3mo
3 derivative assets
Loading compatible actions...
Loading comments...