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 = "e4f7c61d-5040-4e1d-9e7f-d3fed3dc4e35"
# 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)V2Fe8Si2B3 phase diagram
Phase diagram of V2Fe8Si2B3; e_above_hull: 0.286594 eV/atom; predicted_stable: False
Fe8V2Si2B3 (P1)
.cif fileFe8V2Si2B3 (requested SG: Pmm2 #25, calculated SG: P1 #1, optimized: 400 steps, cell relaxed (isotropic))
2mo
1 input asset
Loading compatible actions...
Loading comments...