Gateway reads
The everyday path. The client reads decoded tracks and objects through a gateway: one read call whether the data was written whole or as a stream (a manifest maps large files to their segments, and the client follows it for you). Rate limiting is handled for you, surfacing as a typed error that carries the retry delay.Direct URLs
Any track can be fetched over plain HTTP by its address, and the URL helper produces the link. Track-addressed URLs are stable and immutable, which makes them good forimg tags, embeds, and CDN origins. The endpoint itself is documented in the gateway API.