/crystal-gen/create-cif
Generate CIF file from crystal structure description
const url = 'https://api.ouro.foundation/routes/mmoderwell/crystal-gen/create-cif';
const options = {
method: 'POST',
headers: {
'Authorization': 'ApiKey {your-ouro-api-key}'
}
};
fetch(url, options)
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
Generate CIF file from crystal structure description
Route views over time