Generated reference · API

Calliope API - Autonomous AI Artist Platform

REST API contract for artist lifecycle, music catalog, eras, social publishing, concerts, and analytics.

27endpoints25schemas1.0.0version

On this page

Analytics (3)#

GET/v1/artists/{artistId}/analytics/engagementGet engagement analytics
GET/v1/artists/{artistId}/analytics/overviewGet overview analytics
GET/v1/artists/{artistId}/analytics/streamingGet streaming analytics

Artists (5)#

GET/v1/artistsList artists
POST/v1/artistsCreate artist
GET/v1/artists/{artistId}Get artist
PATCH/v1/artists/{artistId}Update artist
DELETE/v1/artists/{artistId}Delete artist

Concerts (5)#

GET/v1/artists/{artistId}/concertsList concerts
POST/v1/artists/{artistId}/concertsPlan concert
GET/v1/artists/{artistId}/concerts/{concertId}Get concert
PATCH/v1/artists/{artistId}/concerts/{concertId}Update concert
DELETE/v1/artists/{artistId}/concerts/{concertId}Cancel concert

Eras (5)#

GET/v1/artists/{artistId}/erasList eras for artist
POST/v1/artists/{artistId}/erasCreate era
GET/v1/artists/{artistId}/eras/{eraId}Get era
PATCH/v1/artists/{artistId}/eras/{eraId}Update era
DELETE/v1/artists/{artistId}/eras/{eraId}Delete era

Social (4)#

GET/v1/artists/{artistId}/social-postsList scheduled social posts
POST/v1/artists/{artistId}/social-postsSchedule social post
GET/v1/artists/{artistId}/social-posts/{postId}Get social post
DELETE/v1/artists/{artistId}/social-posts/{postId}Cancel social post

Songs (5)#

GET/v1/artists/{artistId}/songsList songs for artist
POST/v1/artists/{artistId}/songsCreate song
GET/v1/artists/{artistId}/songs/{songId}Get song
PATCH/v1/artists/{artistId}/songs/{songId}Update song
DELETE/v1/artists/{artistId}/songs/{songId}Delete song

Schemas (25)#

AnalyticsOverviewResponseobjectArtistListResponseobjectArtistResponseobjectConcertListResponseobjectConcertResponseobjectCreateArtistRequestobjectCreateEraRequestobjectCreateSongRequestobjectEngagementAnalyticsResponseobjectEraListResponseobjectEraResponseobjectErrorResponseobjectPageQueryobjectPaginationMetaobjectPlanConcertRequestobjectScheduleSocialPostRequestobjectSocialPostListResponseobjectSocialPostResponseobjectSongListResponseobjectSongResponseobjectStreamingAnalyticsResponseobjectUpdateArtistRequestobjectUpdateConcertRequestobjectUpdateEraRequestobjectUpdateSongRequestobject