2mo
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 = "5798ed07-b6d5-4c6e-a178-b5f224667474"
 
# 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)Fe6BiS (Pmmm)
Fe6BiS (auto-selected SG: P222 #16, calculated SG: Pmmm #47, optimized: 54 steps, cell relaxed (isotropic))
- Fe6BiS (Pmmm) - relaxed.cif file- Cell + Ionic relaxation with Orb v3; 0.03 eV/Å threshold; final energy = -55.8778 eV; energy change = 0.0000 eV; symmetry: Pmmm → Pmmm 2mo
1 derivative asset
 Loading compatible actions...
 Loading comments...