{"openapi":"3.1.0","info":{"title":"Evatar API","description":"Evatar API Reference","termsOfService":"https://evatar.ai/terms","contact":{"name":"API Support","email":"support@evatar.ai"},"version":"0.1.17"},"servers":[{"url":"https://api.evatar.ai","description":"Generated server url"}],"paths":{"/video/uploadEvatarVideo":{"post":{"tags":["video-controller"],"operationId":"uploadEvatarVideo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadEvatarVideoDto"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}}}}},"/user/uploadProfilePicture":{"post":{"tags":["user-controller"],"description":"Загрузка изображения профиля","operationId":"uploadProfilePicture","requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"file","format":"binary","description":"File for upload"}},"required":["file"]}}}},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoUserEntity"}}}}}}},"/user/updateUser":{"post":{"tags":["user-controller"],"description":"Обновление пользователя.","operationId":"updateUser","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserEntity"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoUserEntity"}}}}}}},"/user/archiveNotification/{id}":{"post":{"tags":["user-controller"],"operationId":"archiveNotification","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}}}}},"/tiktok/getTikTokActivationUrl":{"post":{"tags":["tik-tok-controller"],"description":"Get url for TikTok activation button for avatar.","operationId":"getTikTokActivationUrl","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoString"}}}}}}},"/subscription/checkout":{"post":{"tags":["subscription-controller"],"operationId":"getSubscriptionInfo","parameters":[{"name":"session","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}}}}},"/register":{"post":{"tags":["auth-controller"],"operationId":"registerUser","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserDto"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoTokenDto"}}}}}}},"/post/publishPost/{evatarId}":{"post":{"tags":["post-controller"],"operationId":"publishPost","parameters":[{"name":"evatarId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostRequest"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoHistoryEntity"}}}}}}},"/post/postSearchResult/{evatarId}":{"post":{"tags":["post-controller"],"operationId":"postSearchResult","parameters":[{"name":"evatarId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoSearchResult"}}}}}}},"/post/generatePost/{evatarId}":{"post":{"tags":["post-controller"],"operationId":"generatePost","parameters":[{"name":"evatarId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostRequest"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoHistoryEntity"}}}}}}},"/login":{"post":{"tags":["auth-controller"],"operationId":"loginUser","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserDto"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoTokenDto"}}}}}}},"/instagram/getInstagramActivationUrl":{"post":{"tags":["instagram-controller"],"description":"Get url for Instagram activation button for avatar.","operationId":"getInstagramActivationUrl","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoString"}}}}}}},"/evatar/updateEvatar/{id}":{"post":{"tags":["evatar-controller"],"operationId":"updateEvatar","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EvatarSettings"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoEvatarDto"}}}}}}},"/evatar/joinWaitList":{"post":{"tags":["evatar-controller"],"operationId":"joinWaitList","parameters":[{"name":"formDto","in":"query","required":true,"schema":{"$ref":"#/components/schemas/WaitListFormDto"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}}}}},"/evatar/getWaitList":{"post":{"tags":["evatar-controller"],"operationId":"getWaitList","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListWaitListFormDto"}}}}}}},"/evatar/createEvatar":{"post":{"tags":["evatar-controller"],"operationId":"createEvatar","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EvatarSettings"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoEvatarDto"}}}}}}},"/editor/add-watermark":{"post":{"tags":["video-edit-controller"],"operationId":"addWatermark","requestBody":{"content":{"application/json":{"schema":{"type":"string"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoString"}}}}}}},"/avatar/uploadVideo/{requestId}":{"post":{"tags":["avatar-controller"],"operationId":"uploadVideo","parameters":[{"name":"requestId","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"file","format":"binary","description":"File for upload"}},"required":["file"]}}}},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoAvatarVideoUploadResultDto"}}}}}}},"/avatar/startRequest":{"post":{"tags":["avatar-controller"],"operationId":"startRequest","parameters":[{"name":"requestId","in":"query","required":true,"schema":{"type":"string"}},{"name":"mainAvatarId","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoAvatarCreateRequestDto"}}}}}}},"/avatar/makeAdditional":{"post":{"tags":["avatar-controller"],"operationId":"makeAdditional","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvatarChangeRequestDto"}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}}}}},"/avatar/createRequest":{"post":{"tags":["avatar-controller"],"operationId":"createRequest","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoAvatarCreateRequestDto"}}}}}}},"/api/chat/{sessionId}":{"post":{"tags":["chatbot-controller"],"operationId":"chat","parameters":[{"name":"sessionId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}},"required":true},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ChatResponse"}}}}}}},"/api/chat/qna/{sessionId}":{"post":{"tags":["chatbot-controller"],"operationId":"chatQAndA","parameters":[{"name":"sessionId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"text":{"$ref":"#/components/schemas/ChatRequest"}}}}}},"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ChatResponse"}}}}}}},"/youtube/getYouTubeActivationUrl":{"get":{"tags":["you-tube-controller"],"operationId":"getYouTubeActivationUrl","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoString"}}}}}}},"/youtube/app-redirect-uri":{"get":{"tags":["you-tube-controller"],"description":"Сюда необходимо перенаправить редирект запрос от YouTube, который придет в https://app.evatar.ai/#/youtube/redirect-uri","operationId":"getAppRedirectUri","parameters":[{"name":"code","in":"query","required":false,"schema":{"type":"string"}},{"name":"state","in":"query","required":false,"schema":{"type":"string"}},{"name":"error","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoConnectedSocialAccount"}}}}}}},"/video/getVideo/{id}.mp4":{"get":{"tags":["video-controller"],"operationId":"getVideo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"Range","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/user/getUser":{"get":{"tags":["user-controller"],"operationId":"getUser","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoUserEntity"}}}}}}},"/user/getNotifications":{"get":{"tags":["user-controller"],"operationId":"getNotifications","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListNotificationEntity"}}}}}}},"/user/getHistory":{"get":{"tags":["user-controller"],"operationId":"getHistory","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListHistoryDto"}}}}}}},"/tiktok/app-redirect-uri":{"get":{"tags":["tik-tok-controller"],"description":"Сюда необходимо перенаправить редирект запрос от TikTok, который придет в https://app.evatar.ai/tiktok/redirect-uri","operationId":"getAppRedirectUri_1","parameters":[{"name":"code","in":"query","required":false,"schema":{"type":"string"}},{"name":"scopes","in":"query","required":false,"schema":{"type":"string"}},{"name":"state","in":"query","required":false,"schema":{"type":"string"}},{"name":"error","in":"query","required":false,"schema":{"type":"string"}},{"name":"error_description","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoConnectedSocialAccount"}}}}}}},"/subscription/getTierInfo/{tierId}":{"get":{"tags":["subscription-controller"],"operationId":"getTierInfo","parameters":[{"name":"tierId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoTierEntity"}}}}}}},"/subscription/getSubscriptionInfo":{"get":{"tags":["subscription-controller"],"operationId":"getSubscriptionInfo_1","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoSubscriptionInfoEntity"}}}}}}},"/subscription/getAllTiersInfo":{"get":{"tags":["subscription-controller"],"operationId":"getAllTiersInfo","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListTierEntity"}}}}}}},"/subscription/getAllPlansInfo":{"get":{"tags":["subscription-controller"],"operationId":"getAllPlansInfo","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListPlanEntity"}}}}}}},"/subscription/buyCredits":{"get":{"tags":["subscription-controller"],"description":"Get URL for buying credits. The user must be logged in to get the URL.","operationId":"buyCredits","parameters":[{"name":"creditsRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CreditsRequestDto"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoString"}}}}}}},"/post/getPost/{postId}":{"get":{"tags":["post-controller"],"operationId":"getPost","parameters":[{"name":"postId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoHistoryEntity"}}}}}}},"/post/declinePost/{id}":{"get":{"tags":["post-controller"],"operationId":"declinePost","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}}}}},"/news/getNews/{id}":{"get":{"tags":["news-controller"],"operationId":"getNewsById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoNewsDto"}}}}}}},"/news/getAllNews":{"get":{"tags":["news-controller"],"operationId":"getAllNews","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListNewsDto"}}}}}}},"/linkedin/getLinkedInActivationUrl":{"get":{"tags":["linked-in-controller"],"operationId":"getYouTubeActivationUrl_1","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoString"}}}}}}},"/linkedin/app-redirect-uri":{"get":{"tags":["linked-in-controller"],"description":"Сюда необходимо перенаправить редирект запрос от LinkedIn, который придет в https://app.evatar.ai/#/linkedin/redirect-uri","operationId":"getAppRedirectUri_2","parameters":[{"name":"code","in":"query","required":false,"schema":{"type":"string"}},{"name":"state","in":"query","required":false,"schema":{"type":"string"}},{"name":"error","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoConnectedSocialAccount"}}}}}}},"/instagram/app-redirect-uri":{"get":{"tags":["instagram-controller"],"description":"Сюда необходимо перенаправить редирект запрос от Instagram, который придет в https://app.evatar.ai/instagram/redirect-uri при этом запрос должен содержать токен пользователя!","operationId":"getAppRedirectUri_3","parameters":[{"name":"code","in":"query","required":false,"schema":{"type":"string"}},{"name":"error","in":"query","required":false,"schema":{"type":"string"}},{"name":"error_reason","in":"query","required":false,"schema":{"type":"string"}},{"name":"error_description","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoConnectedSocialAccount"}}}}}}},"/files/getFile/{id}":{"get":{"tags":["file-controller"],"operationId":"getFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/evatar/getVoices":{"get":{"tags":["evatar-controller"],"operationId":"getVoices","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListVoice"}}}}}}},"/evatar/getUserEvatars":{"get":{"tags":["evatar-controller"],"operationId":"getUserEvatars","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListEvatarDto"}}}}}}},"/evatar/getEvatar/{id}":{"get":{"tags":["evatar-controller"],"operationId":"getEvatar","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoEvatarDto"}}}}}}},"/evatar/getAvatars":{"get":{"tags":["evatar-controller"],"operationId":"getAvatars","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoListAvatar"}}}}}}},"/api/chat/session":{"get":{"tags":["chatbot-controller"],"operationId":"createSession","responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}},"/api/analytics/videos/{videoId}":{"get":{"tags":["tik-tok-analytics-controller"],"operationId":"getVideoDetails","parameters":[{"name":"videoId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VideoDetailsDto"}}}}}}},"/api/analytics/evatars":{"get":{"tags":["tik-tok-analytics-controller"],"operationId":"summaryOfConfiguredEvatars","parameters":[{"name":"from","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"to","in":"query","required":true,"schema":{"type":"string","format":"date-time"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EvatarAnalyticsSummaryDto"}}}}}}}},"/api/analytics/evatars/{evatarName}":{"get":{"tags":["tik-tok-analytics-controller"],"operationId":"summaryOfSpecificEvatar","parameters":[{"name":"evatarName","in":"path","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"to","in":"query","required":true,"schema":{"type":"string","format":"date-time"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EvatarTikTokAnalyticsDetailsDto"}}}}}}},"/api/analytics/evatars/{evatarName}/videos":{"get":{"tags":["tik-tok-analytics-controller"],"operationId":"summaryOfEvatarVideos","parameters":[{"name":"evatarName","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":0}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaginatedResponseVideoAnalyticsDto"}}}}}}},"/post/deletePost/{postId}":{"delete":{"tags":["post-controller"],"operationId":"deletePost","parameters":[{"name":"postId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}}}}},"/evatar/deleteEvatar/{id}":{"delete":{"tags":["evatar-controller"],"operationId":"deleteEvatar","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDtoVoid"}}}}}}}},"components":{"schemas":{"ResponseDtoVoid":{"type":"object","properties":{"data":{},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"ResponseMetaDataDto":{"type":"object","properties":{"code":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["LOGOUT","UPGRADE_POPUP"]},"uniqueItems":true},"responseMessage":{"type":"string"},"timeStamp":{"type":"string","format":"date-time"}}},"UploadEvatarVideoDto":{"type":"object","properties":{"fileUrl":{"type":"string"},"evatarId":{"type":"string","format":"uuid"},"videoTitle":{"type":"string"}},"required":["evatarId","fileUrl","videoTitle"]},"ResponseDtoUserEntity":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/UserEntity"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"UserEntity":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"userName":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string"},"pictureUrl":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"password":{"type":"string","writeOnly":true},"tier":{"type":"integer","format":"int64","readOnly":true},"channel":{"type":"string","readOnly":true},"telegramId":{"type":"integer","format":"int64"},"telegramChatId":{"type":"integer","format":"int64"},"userReference":{"type":"string"},"csrfToken":{"type":"string"},"socialAccounts":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"},"uniqueItems":true}},"lastCheckout":{"type":"string"},"paymentCustomerId":{"type":"string"},"paymentSubscriptionId":{"type":"string"},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"}},"required":["created","email","id","socialAccounts","tier","updated"]},"ResponseDtoString":{"type":"object","properties":{"data":{"type":"string"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"UserDto":{"type":"object","properties":{"email":{"type":"string"},"password":{"type":"string"},"channel":{"type":"string"},"marketing":{"type":"boolean"}},"required":["email","password"]},"ResponseDtoTokenDto":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/TokenDto"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"TokenDto":{"type":"object","properties":{"evatar_token":{"type":"string"}},"required":["evatar_token"]},"PostRequest":{"type":"object","properties":{"title":{"type":"string"},"script":{"type":"string"},"url":{"type":"string"},"publishTo":{"type":"array","items":{"type":"string","enum":["TIKTOK","YOUTUBE","INSTAGRAM","LINKEDIN"]},"uniqueItems":true},"privacyLevelOption":{"type":"string","enum":["PUBLIC_TO_EVERYONE","MUTUAL_FOLLOW_FRIENDS","SELF_ONLY"]},"interactionAbility":{"type":"array","items":{"type":"string","enum":["ALLOW_COMMENT","DUET","STITCH"]},"uniqueItems":true},"contentDisclosureSettings":{"type":"array","items":{"type":"string","enum":["YOUR_BRAND","BRANDED_CONTENT"]},"uniqueItems":true},"historyId":{"type":"integer","format":"int64"}}},"HistoryEntity":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userId":{"type":"string","format":"uuid"},"evatarId":{"type":"string","format":"uuid"},"content":{"type":"string"},"title":{"type":"string"},"contentUrl":{"type":"string"},"pictureUrl":{"type":"string"},"approved":{"type":"boolean"},"published":{"type":"boolean"},"downloadUrl":{"type":"string"},"fileId":{"type":"string"},"socialPostsIds":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"publishTo":{"type":"array","items":{"type":"string"},"uniqueItems":true},"privacyLevelOption":{"type":"string"},"interactionAbility":{"type":"array","items":{"type":"string"},"uniqueItems":true},"contentDisclosureSettings":{"type":"array","items":{"type":"string"},"uniqueItems":true},"created":{"type":"string","format":"date-time"},"comments":{"type":"object","additionalProperties":{"type":"array","items":{}}}}},"ResponseDtoHistoryEntity":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/HistoryEntity"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"ResponseDtoSearchResult":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/SearchResult"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"SearchResult":{"type":"object","properties":{"title":{"type":"string"},"optimizedText":{"type":"string"},"hashtags":{"type":"array","items":{"type":"string"}},"pictureUrl":{"type":"string"},"articlePublishedAt":{"type":"string"},"articleUrl":{"type":"string"},"postId":{"type":"string"}}},"EvatarSettings":{"type":"object","properties":{"name":{"type":"string"},"avatarId":{"type":"string"},"voiceId":{"type":"string"},"tonOfVoice":{"type":"string"},"language":{"type":"string"},"voiceProvider":{"type":"string"},"includeTopics":{"type":"array","items":{"type":"string"}},"excludeTopics":{"type":"array","items":{"type":"string"}},"includeSources":{"type":"array","items":{"type":"string"}},"excludeSources":{"type":"array","items":{"type":"string"}},"relevantPromt":{"type":"string"},"intro":{"type":"string"},"outro":{"type":"string"},"postingSchedule":{"type":"array","items":{"$ref":"#/components/schemas/PostingSchedule"}},"socialAccountsNames":{"type":"object","additionalProperties":{"type":"string"}},"searchMode":{"type":"string","enum":["GOOGLE","ONLINE_LM","PROMOTION"]},"promotionalMessage":{"type":"string"},"autoPosting":{"type":"boolean"},"launched":{"type":"boolean"},"autoBrolls":{"type":"boolean"},"watermark":{"type":"boolean"},"aspectRatio":{"type":"string"},"autoCaptions":{"type":"boolean"}},"required":["name"]},"PostingSchedule":{"type":"object","properties":{"recurrence":{"type":"string","enum":["DAILY","WEEKLY"]},"time":{"type":"string","format":"HH:mm:ss","example":"12:00:00"},"timeZone":{"type":"string","example":"GMT+7"},"dayOfWeek":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}},"Avatar":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"previewUrl":{"type":"string"},"thumbnailUrl":{"type":"string"},"videoPreviewUrl":{"type":"string"},"custom":{"type":"boolean"},"mainAvatarId":{"type":"string"}},"required":["custom"]},"EvatarDto":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"userId":{"type":"string","format":"uuid"},"avatarId":{"type":"string"},"avatar":{"$ref":"#/components/schemas/Avatar"},"voiceId":{"type":"string"},"voice":{"$ref":"#/components/schemas/Voice"},"language":{"type":"string"},"tonOfVoice":{"type":"string"},"voiceProvider":{"type":"string"},"includeTopics":{"type":"array","items":{"type":"string"}},"excludeTopics":{"type":"array","items":{"type":"string"}},"includeSources":{"type":"array","items":{"type":"string"}},"excludeSources":{"type":"array","items":{"type":"string"}},"relevantPromt":{"type":"string"},"intro":{"type":"string"},"outro":{"type":"string"},"postingSchedule":{"type":"array","items":{"$ref":"#/components/schemas/PostingSchedule"}},"socialAccountsNames":{"type":"object","additionalProperties":{"type":"string"}},"searchMode":{"type":"string","enum":["GOOGLE","ONLINE_LM","PROMOTION"]},"promotionalMessage":{"type":"string"},"autoBrolls":{"type":"boolean"},"autoCaptions":{"type":"boolean"},"watermark":{"type":"boolean"},"aspectRatio":{"type":"string"},"launched":{"type":"boolean"},"autoposting":{"type":"boolean"},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"}}},"ResponseDtoEvatarDto":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/EvatarDto"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"Voice":{"type":"object","properties":{"id":{"type":"string"},"provider":{"type":"string"},"language":{"type":"string"},"custom":{"type":"boolean"},"previewUrl":{"type":"string"}}},"WaitListFormDto":{"type":"object","properties":{"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"}},"required":["email"]},"ResponseDtoListWaitListFormDto":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/WaitListFormDto"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"AvatarVideoUploadResultDto":{"type":"object","properties":{"requestId":{"type":"string","format":"uuid"},"videoType":{"type":"string","enum":["TRAINING","CONSENT"]},"videoUrl":{"type":"string"}},"required":["requestId","videoType","videoUrl"]},"ResponseDtoAvatarVideoUploadResultDto":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/AvatarVideoUploadResultDto"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"AvatarCreateRequestDto":{"type":"object","properties":{"requestId":{"type":"string","format":"uuid"}},"required":["requestId"]},"ResponseDtoAvatarCreateRequestDto":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/AvatarCreateRequestDto"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"AvatarChangeRequestDto":{"type":"object","properties":{"mainAvatarId":{"type":"string"},"additionalAvatarId":{"type":"string"}},"required":["additionalAvatarId","mainAvatarId"]},"ChatResponse":{"type":"object","properties":{"type":{"type":"string"},"content":{"type":"string"},"images":{"type":"array","items":{"type":"string"}},"data":{}}},"ChatRequest":{"type":"object","properties":{"message":{"type":"string"},"file":{"type":"string","format":"binary"}}},"ConnectedSocialAccount":{"type":"object","properties":{"socialNetwork":{"type":"string","enum":["TIKTOK","YOUTUBE","INSTAGRAM","LINKEDIN"]},"accountName":{"type":"string"},"accountNames":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"ResponseDtoConnectedSocialAccount":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/ConnectedSocialAccount"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"NotificationEntity":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"userId":{"type":"string","format":"uuid"},"title":{"type":"string"},"description":{"type":"string"},"archived":{"type":"boolean"},"timestamp":{"type":"string","format":"date-time"}}},"ResponseDtoListNotificationEntity":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/NotificationEntity"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"HistoryDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userId":{"type":"string","format":"uuid"},"evatarId":{"type":"string","format":"uuid"},"evatarDto":{"$ref":"#/components/schemas/EvatarDto"},"content":{"type":"string"},"title":{"type":"string"},"approved":{"type":"boolean"},"published":{"type":"boolean"},"downloadUrl":{"type":"string"},"publishTo":{"type":"array","items":{"type":"string"},"uniqueItems":true},"privacyLevelOption":{"type":"string"},"interactionAbility":{"type":"array","items":{"type":"string"},"uniqueItems":true},"contentDisclosureSettings":{"type":"array","items":{"type":"string"},"uniqueItems":true},"created":{"type":"string","format":"date-time"}}},"ResponseDtoListHistoryDto":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/HistoryDto"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"ResponseDtoTierEntity":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/TierEntity"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"TierEntity":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"tierName":{"type":"string"},"postsPerDay":{"type":"integer","format":"int32"},"postsPerMonth":{"type":"integer","format":"int32"},"customAvatars":{"type":"integer","format":"int32"},"customVoices":{"type":"integer","format":"int32"},"socialAccountsNumber":{"type":"integer","format":"int32"},"apiEnabled":{"type":"boolean"},"price":{"type":"integer","format":"int64"},"limitedOffer":{"type":"boolean"},"offerDiscountedPrice":{"type":"integer","format":"int64"},"offerPercentDiscount":{"type":"integer","format":"int32"},"offerTotalDiscount":{"type":"integer","format":"int32"},"yearlyPrice":{"type":"integer","format":"int64"},"annualPercentDiscount":{"type":"integer","format":"int32"},"tryForFree":{"type":"boolean"},"hidden":{"type":"boolean"},"payment_url":{"type":"string"},"yearlyPaymentUrl":{"type":"string"},"paymentLinkId":{"type":"string"},"yearlyPaymentLinkId":{"type":"string"},"paymentProdId":{"type":"string"},"created":{"type":"string","format":"date-time"}}},"ResponseDtoSubscriptionInfoEntity":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/SubscriptionInfoEntity"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"SubscriptionInfoEntity":{"type":"object","properties":{"userId":{"type":"string","format":"uuid"},"dailyPostsMade":{"type":"integer","format":"int32"},"monthlyPostsMade":{"type":"integer","format":"int32"},"avatarsCreated":{"type":"integer","format":"int32"},"creditsAvailable":{"type":"integer","format":"int64"},"freeAvatarsAvailable":{"type":"integer","format":"int32"},"autoTopUpEnabled":{"type":"boolean"},"autoTopUpLimit":{"type":"integer","format":"int32"},"autoTopUpAmount":{"type":"integer","format":"int32"},"updated":{"type":"string","format":"date-time"}}},"ResponseDtoListTierEntity":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/TierEntity"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"PlanEntity":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"planName":{"type":"string"},"price":{"type":"integer","format":"int64"},"apiEnabled":{"type":"boolean"},"creditsIncluded":{"type":"integer","format":"int32"},"customAvatarsIncluded":{"type":"integer","format":"int32"},"supportLevel":{"type":"string"},"watermarkEnabled":{"type":"boolean"},"extraUsageType":{"type":"string"},"limitedOffer":{"type":"boolean"},"offerDiscountedPrice":{"type":"integer","format":"int64"},"offerPercentDiscount":{"type":"integer","format":"int32"},"offerTotalDiscount":{"type":"integer","format":"int32"},"yearlyPrice":{"type":"integer","format":"int64"},"annualPercentDiscount":{"type":"integer","format":"int32"},"tryForFree":{"type":"boolean"},"hidden":{"type":"boolean"},"payment_url":{"type":"string"},"yearlyPaymentUrl":{"type":"string"},"paymentLinkId":{"type":"string"},"yearlyPaymentLinkId":{"type":"string"},"paymentProdId":{"type":"string"},"created":{"type":"string","format":"date-time"}}},"ResponseDtoListPlanEntity":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/PlanEntity"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"CreditsRequestDto":{"type":"object","properties":{"creditsAmount":{"type":"integer","format":"int64"},"enableAutoTopUp":{"type":"boolean"},"setAutoTopUpLimit":{"type":"integer","format":"int32"},"setAutoTopUpAmount":{"type":"integer","format":"int32"}},"required":["creditsAmount","enableAutoTopUp"]},"NewsDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"title":{"type":"string"},"description":{"type":"string"},"version":{"type":"string"},"points":{"type":"object","additionalProperties":{"type":"string"}}}},"ResponseDtoNewsDto":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/NewsDto"},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"ResponseDtoListNewsDto":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/NewsDto"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"ResponseDtoListVoice":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Voice"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"ResponseDtoListEvatarDto":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/EvatarDto"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"ResponseDtoListAvatar":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Avatar"}},"metaData":{"$ref":"#/components/schemas/ResponseMetaDataDto"}},"required":["metaData"]},"Effect":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"photoUri":{"type":"string"}}},"Hashtag":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"}}},"Metadata":{"type":"object","properties":{"videoDuration":{"type":"integer","format":"int32"},"voiceToText":{"type":"string"},"stemVerified":{"type":"boolean"}}},"Metrics":{"type":"object","properties":{"viewCount":{"type":"integer","format":"int64"},"likeCount":{"type":"integer","format":"int64"},"commentCount":{"type":"integer","format":"int64"},"shareCount":{"type":"integer","format":"int64"},"favouritesCount":{"type":"integer","format":"int64"},"engagementRate":{"type":"number","format":"double"}}},"Sticker":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Tags":{"type":"object","properties":{"hashtags":{"type":"array","items":{"$ref":"#/components/schemas/Hashtag"}},"effects":{"type":"array","items":{"$ref":"#/components/schemas/Effect"}},"stickers":{"type":"array","items":{"$ref":"#/components/schemas/Sticker"}},"mentions":{"type":"array","items":{"type":"string"}}}},"VideoDetailsDto":{"type":"object","properties":{"id":{"type":"string"},"evatarName":{"type":"string"},"createTime":{"type":"string","format":"date-time"},"username":{"type":"string"},"regionCode":{"type":"string"},"videoDescription":{"type":"string"},"musicId":{"type":"integer","format":"int64"},"metrics":{"$ref":"#/components/schemas/Metrics"},"metadata":{"$ref":"#/components/schemas/Metadata"},"tags":{"$ref":"#/components/schemas/Tags"},"extra":{"type":"object","additionalProperties":{}}}},"EvatarAnalyticsSummaryDto":{"type":"object","properties":{"evatarName":{"type":"string"},"videoCount":{"type":"integer","format":"int32"},"viewCount":{"type":"integer","format":"int64"},"likeCount":{"type":"integer","format":"int64"},"commentCount":{"type":"integer","format":"int64"},"shareCount":{"type":"integer","format":"int64"},"favouritesCount":{"type":"integer","format":"int64"},"avgViewPerVideo":{"type":"integer","format":"int64"},"engagementRate":{"type":"number","format":"double"},"topHashtags":{"type":"array","items":{"type":"string"}},"period":{"$ref":"#/components/schemas/PeriodDTO"}}},"PeriodDTO":{"type":"object","properties":{"from":{"type":"string","format":"date-time"},"to":{"type":"string","format":"date-time"}}},"DailyMetricsDto":{"type":"object","properties":{"date":{"type":"string","format":"date"},"views":{"type":"integer","format":"int64"},"likes":{"type":"integer","format":"int64"},"comments":{"type":"integer","format":"int64"},"shares":{"type":"integer","format":"int64"},"favourites":{"type":"integer","format":"int64"}}},"EvatarTikTokAnalyticsDetailsDto":{"type":"object","properties":{"evatarName":{"type":"string"},"metrics":{"$ref":"#/components/schemas/EvatarAnalyticsSummaryDto"},"dailySeries":{"type":"array","items":{"$ref":"#/components/schemas/DailyMetricsDto"}},"topVideos":{"type":"array","items":{"$ref":"#/components/schemas/TopVideoDto"}}}},"TopVideoDto":{"type":"object","properties":{"videoId":{"type":"string"},"viewCount":{"type":"integer","format":"int64"},"engagementRate":{"type":"number","format":"double"}}},"PaginatedResponseVideoAnalyticsDto":{"type":"object","properties":{"page":{"type":"integer","format":"int32"},"size":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"content":{"type":"array","items":{"$ref":"#/components/schemas/VideoAnalyticsDto"}}}},"VideoAnalyticsDto":{"type":"object","properties":{"videoId":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"viewCount":{"type":"integer","format":"int64"},"likeCount":{"type":"integer","format":"int64"},"commentCount":{"type":"integer","format":"int64"},"shareCount":{"type":"integer","format":"int64"},"favouritesCount":{"type":"integer","format":"int64"},"videoDuration":{"type":"integer","format":"int32"},"engagementRate":{"type":"number","format":"double"},"hashtags":{"type":"array","items":{"type":"string"}},"extras":{"type":"object","additionalProperties":{}}}}}}}