Upload, Replace, or Delete Experience Asset
**POST:** Upload a logo or cover image for a specific experience type within an experience. If experience_type is omitted and only one type exists (or only one selected), it will be inferred. **DELETE:** Remove a logo or cover image from a specific experience type. Validation rules: (1) asset_type must be 'logo' or 'cover'; (2) experience_type must either be provided or uniquely inferable; (3) experience_type must already exist on the experience (selected_experience_types).
Path parameters
id
Request
This endpoint expects an object.
asset_type
logo- logocover- cover
Allowed values:
file
experience_type
AI_EXPERT- AI_EXPERTAI_NOTE- AI_NOTEQUEST- QUESTPODCAST- PODCASTAI_VIDEO- AI_VIDEO
Allowed values:
Response
Asset uploaded
experience_id
experience_type
asset_type
url
Errors
400
Bad Request Error
404
Not Found Error

