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 = "678fdf99-e7bb-42ab-8a10-deb36fe6d181"
# 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)
TcSe2 (P3m1)
Chemeleon generated TcSe2 crystal (space group: P3m1 #156, crystal system: trigonal, point group: 3m) (missed requested crystal system: hexagonal)
Loading compatible actions...
Loading comments...