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 = "5a98513b-6e7e-4b59-923d-2a87ab0f5560"
# 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 phase diagram 4
Phase diagram of Mn2Fe4CoB4; e_above_hull: 0.219876 eV/atom; predicted_stable: False
Mn2Fe4CoB4_SG1_n11atoms.cif 1
.cif fileCrystal structure for Mn2Fe4CoB4 | Space group: 1 (resolved from structure) | Number of atoms: 11 | Generated: 2025-09-14 16:56:10
2mo
1 input asset
Loading compatible actions...
Loading comments...