4mo
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 = "18e2a765-6587-41ce-b91e-4ef6b2ad0fcd"
# 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)
Fe18N
Fe18N (Space group: P1 #1, Crystal system: triclinic, Point group: 1)
Fe18N - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -169.4704 eV; energy change = -146.2408 eV; symmetry: P1 → P1
4mo
1 derivative asset
Loading compatible actions...
Loading comments...