Get started with Scalar API References

<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
<script>
  Scalar.createApiReference('#app', {
    url: 'https://registry.scalar.com/@scalar/apis/galaxy?format=json',
    proxyUrl: 'https://proxy.scalar.com'
  })
</script>

The reference reads url and renders operations, schemas, examples, and request testing in #app.

Next steps#

Updated

Was this page helpful?