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 = "617f657e-d8fb-4f52-9ec9-86c7252f261b"
# 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)
Fe8Co3Pt (I422)
Co6Fe16Pt2 (space group: I422 #97, crystal system: tetragonal, point group: 422) (missed expected composition: Co6Fe16Pt2)
Fe8Co3Pt (I422) - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -179.0284 eV; energy change = -87.5695 eV; symmetry: I422 → P1
3mo
1 derivative asset
Loading compatible actions...
Loading comments...