↗
Ship smart links
Create release links, manage DSP destinations, and publish through custom domains.
Create a link
Build smart links, sync audiences, manage artist catalogs, and bring performance data into your own tools through one GraphQL endpoint.
https://api.artisthub.io/v1/graphqlquery MyArtists {
artists(order_by: { name: asc }) {
id
name
spotify_id
}
}Every example in these docs is a complete, runnable GraphQL document. Learn how querying works →