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 = "9279c0f3-8c35-43a8-b2ed-716b076be244"
# 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)
1750229.cif
1750229.cif - doped C 5.0%
.cif fileInterstitially doped with C at ~5.0%; supercell [2, 2, 2]; dopant atoms = 6
3mo
1 derivative asset
Loading compatible actions...
Loading comments...