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 = "d11a6ecf-0452-4ae2-bfaf-0a62e215a882"
# 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)
VFe12Co6N phase diagram
Phase diagram of VFe12Co6N; e_above_hull: 0.595505 eV/atom; predicted_stable: False
Fe12Co6V1N1 (Pm-3m)
.cif fileFe12Co6V1N1 (requested space group: Pm-3m #221, optimized: 13 steps, cell relaxed (isotropic))
3mo
1 input asset
Loading compatible actions...
Loading comments...