diff --git a/api-reference/artist/profile.mdx b/api-reference/artist/profile.mdx deleted file mode 100644 index a33d0df3..00000000 --- a/api-reference/artist/profile.mdx +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Get Artist Profile -openapi: "/api-reference/openapi/releases.json GET /api/artist-profile" ---- diff --git a/api-reference/openapi/releases.json b/api-reference/openapi/releases.json index f1f51d01..46439b38 100644 --- a/api-reference/openapi/releases.json +++ b/api-reference/openapi/releases.json @@ -994,45 +994,6 @@ } } }, - "/api/artist-profile": { - "get": { - "description": "Retrieve comprehensive profile information for an artist across all connected social media platforms, including profile details and post metrics.", - "parameters": [ - { - "name": "artist_account_id", - "in": "query", - "description": "The unique identifier of the artist account to fetch profile data for", - "required": true, - "schema": { - "type": "string", - "format": "uuid" - } - } - ], - "responses": { - "200": { - "description": "Artist profile retrieved successfully", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ArtistProfileResponse" - } - } - } - }, - "400": { - "description": "Bad request - missing required parameters", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ArtistProfileErrorResponse" - } - } - } - } - } - } - }, "/api/artists/{id}/fans": { "get": { "description": "Retrieve all social profiles from fans of an artist across all platforms. This endpoint aggregates fan data from all connected social media platforms. Supports pagination for large fan lists.", @@ -2013,46 +1974,6 @@ } } }, - "ArtistProfileErrorResponse": { - "type": "object", - "required": [ - "status", - "message" - ], - "properties": { - "status": { - "type": "string", - "enum": [ - "error" - ], - "description": "Status of the request" - }, - "message": { - "type": "string", - "description": "Error message describing what went wrong" - } - } - }, - "ArtistProfileResponse": { - "type": "object", - "required": [ - "status", - "profile" - ], - "properties": { - "status": { - "type": "string", - "enum": [ - "success" - ], - "description": "Status of the request" - }, - "profile": { - "$ref": "#/components/schemas/ArtistProfile", - "description": "The artist's comprehensive profile information" - } - } - }, "ArtistProfileSocialProfile": { "type": "object", "properties": { diff --git a/docs.json b/docs.json index f277c077..dc905ccf 100644 --- a/docs.json +++ b/docs.json @@ -44,8 +44,7 @@ "api-reference/artists/pin", "api-reference/artists/unpin", "api-reference/artists/delete", - "api-reference/artists/socials", - "api-reference/artist/profile" + "api-reference/artists/socials" ] }, { diff --git a/quickstart.mdx b/quickstart.mdx index 2b71dc79..f7c43991 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -143,9 +143,9 @@ With your API key ready, you can now: - Fetch artist profiles and social accounts. + Fetch artists' social accounts and follower counts.