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 = "2c968bbd-3105-4026-941b-a7db8ce26f02"
# 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)Mn2Fe4CoB4_SG1_n11atoms.cif 1
Crystal structure for Mn2Fe4CoB4 | Space group: 1 (resolved from structure) | Number of atoms: 11 | Generated: 2025-09-14 16:56:10
Mn2Fe4CoB4 phase diagram 4
.html filePhase diagram of Mn2Fe4CoB4; e_above_hull: 0.219876 eV/atom; predicted_stable: False
2moPhonon band structure (supercell [2, 2, 2], Δ=0.01 Å); imaginary modes detected; min freq = -2.39 THz
2mo
2 derivative assets
Loading compatible actions...
Loading comments...