# Soundiiz APIs > Soundiiz provides two distinct APIs: a Creator-only User API for account data and actions, plus a public endpoint that creates temporary playlist-import links. Choose the API whose authentication and scope match the integration. The OpenAPI JSON files are the machine-readable specifications; the Markdown references explain the same operations for people and agents. ## Choose an API - [Developer page](https://soundiiz.com/api.md): comparison of both APIs and their intended use. - [API catalog](https://soundiiz.com/.well-known/api-catalog): machine-readable catalog of both APIs, their specifications, documentation, and service status. - [Soundiiz service status](https://status.soundiiz.com/): current availability of Soundiiz services. ## Soundiiz User API The Soundiiz User API is a Creator-only preview API served from `https://api.soundiiz.com`. It uses a personal Bearer API key. Preview behavior may change. - [Soundiiz User API reference](https://soundiiz.com/api/doc.md): Markdown reference generated from the current specification. - [Soundiiz User API OpenAPI](https://soundiiz.com/openapi.json): canonical JSON specification. - [API access guide](https://support.soundiiz.com/api/v2/help_center/en-us/articles/37958897763730.json) ## Public Playlist Import API No subscription or API key is required. Send 1 to 200 tracks to `POST /go/import-playlist`. The returned import link expires after 24 hours. The limit is 10 requests per minute per client IP. - [Public Playlist Import API reference](https://soundiiz.com/api/doc/public_import.md): Markdown reference generated from the current specification. - [Public Playlist Import OpenAPI](https://soundiiz.com/openapi/import-playlist.json): canonical JSON specification. - [Implementation guide](https://support.soundiiz.com/api/v2/help_center/en-us/articles/36613501259922.json)