MagickMind
API ReferenceArtifacts

Download an artifact owned by the authenticated end user

GET
/v1/end-user/artifacts/{id}/download

Authorization

EndUserAuth
AuthorizationBearer <token>

End-user JWT minted via POST /v1/end-users/tokens, sent as Authorization: Bearer <token>.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/end-user/artifacts/string/download"
{  "content_type": "string",  "download_url": "string",  "expires_at": 0,  "file_name": "string",  "id": "string"}