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 = "0888e913-ba77-486c-9186-11509f6669eb"
# 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)
Fe12Co12Cr10Mn8V8 (C2)
Fe12Co12Cr10Mn8V8 (space group: C2 #5, crystal system: monoclinic, point group: 2)
Fe12Co12Cr10Mn8V8 (C2) - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -419.5555 eV; energy change = -16869.5126 eV; symmetry: C2 → P1
3mo
1 derivative asset
Loading compatible actions...
Loading comments...