1mo
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 = "d3015d57-9123-438c-b14e-62455f40ec52"
# 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)
TiV2(Fe6N)2 phase diagram
Phase diagram of TiV2(Fe6N)2; e_above_hull: 0.514562 eV/atom; predicted_stable: False
Fe12V2TiN2 (C2/m)
.cif fileFe12V2TiN2 (requested SG: P-62m #189, calculated SG: C2/m #12, optimized: 233 steps, cell relaxed (isotropic))
1mo
1 input asset
Loading compatible actions...
Loading comments...