cURL
curl --request POST \ --url https://api.thehaystack.ai/v2/haystack/series/{seriesId}/artwork/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form type=square \ --form image='@example-file'
{ "seriesId": 123, "type": "<string>", "filename": "<string>", "url": "<string>", "metadata": {} }
Upload artwork for a series as multipart/form-data. Supports the same variant types as item artwork.
Enter your API token from the Haystack dashboard
square
wide
ultraWide
vertical
Artwork uploaded
Image dimensions and format