post https://app.opendate.io/api/v2/artists
Once the artist is created in Opendate, our automation will begin attempting to fetch additional “platform detail” data for the artist.
Example Request Body:
{
"artist": {
"name": "A new Artist name goes here…"
}
}
Example Response:
{
"id": 1724784,
"name": "A new Artist name goes here…",
"permalink": "a-new-aritst-name-goes-here",
"image_thumb_url_for_json": "/assets/avatars/avatar-05-4ab4d71156d63d7373f9478e3dbaba0c5f54051043b40eb7fea9a4ad12a5d490.png",
"value": 1724784,
"label": "A new Artist name goes here…",
"image_url": null,
"agents": []
}