# Others

Others related APIs

## 요약 분석

> 프로젝트를 위한 다양한 요약된 분석 정보를 제공합니다.

```json
{"openapi":"3.1.0","info":{"title":"Alli API Documentation","version":"1.0.0"},"tags":[{"name":"others","description":"Others related APIs"}],"servers":[{"url":"https://backend.alli.ai","description":"US"}],"security":[{"ApiKeyAuth":[]},{"TokenAuth":[]},{"ProjectIdHeader":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"API-KEY","description":"Your API key for authentication"},"TokenAuth":{"type":"http","scheme":"bearer","description":"Your token for authentication"}},"parameters":{"AgentEmailHeader":{"name":"AGENT-EMAIL","in":"header","required":false,"schema":{"type":"string"},"description":"Optional: Email of the agent to use for this request"},"UserEmailHeader":{"name":"USER-EMAIL","in":"header","required":false,"schema":{"type":"string"},"description":"Optional: Email address to associate with the user"},"OwnUserIdHeader":{"name":"OWN-USER-ID","in":"header","required":false,"schema":{"type":"string"},"description":"Optional: User ID to identify or create a user"}}},"paths":{"/webapi/summary_analytics":{"get":{"tags":["others"],"operationId":"summaryAnalytics","summary":"요약 분석","description":"프로젝트를 위한 다양한 요약된 분석 정보를 제공합니다.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"startDate":{"type":"string","description":"YYYY-MM-DD 형식으로 조회할 날짜 범위의 시작."},"endDate":{"type":"string","description":"질의할 날짜 범위의 끝을 YYYY-MM-DD 형식으로 입력해 주세요."}}}}}},"responses":{"200":{"description":"분석 데이터 검색에 성공했습니다.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"conversations":{"type":"integer","description":"날짜 범위 내에서 이루어진 대화 수."},"conversationsUpDown":{"type":"number","description":"질의한 일수에 대해, 이전 일수의 대화 수에서 대화 수의 백분율 변화."},"participants":{"type":"integer","description":"Alli와 대화를 나눈 유저의 일일 고유 수의 합계."},"participantsUpDown":{"type":"number","description":"질의된 일수에 대해, 이전 일수의 유저 합계에 대한 백분율 변화."},"uniqueParticipants":{"type":"integer","description":"날짜 범위 내에서 Alli와 대화를 나눈 유저들의 고유 수."},"uniqueParticipantsUpDown":{"type":"number","description":"조회된 일수에 대해, 이전 일수에서 uniqueParticipants의 백분율 변화."},"queries":{"type":"integer","description":"유저로부터 자주 묻는 질문(FAQ) 또는 MRC 문서에 대한 총 질문 수."},"queriesUpDown":{"type":"number","description":"이전 기간과 비교한 전체 질의 수의 백분율 변화."},"queriedUsers":{"type":"integer","description":"FAQ 또는 MRC 문서에 대해 적어도 한 번 질문한 유저들의 일일 고유 카운트 합계."},"queriedUsersUpDown":{"type":"number","description":"조회된 일수에 대해 이전 일수에서 조회된 유저의 백분율 변화."},"uniqueQueriedUsers":{"type":"integer","description":"FAQ 또는 MRC 문서에 대해 적어도 한 번 질문한 유저들의 고유 수."},"uniqueQueriedUsersUpDown":{"type":"number","description":"쿼리된 일수에 대해, 고유 쿼리 유저 수의 전일 대비 백분율 변화."},"instantResolution":{"type":"integer","description":"멤버들이 FAQ 노드에서 질문에 대해 선택한 답변의 수."},"instantResolutionUpDown":{"type":"number","description":"질의된 일수에 대한 즉시 해소 비율의 이전 기간 대비 변화율."},"aiResponseRate":{"type":"number","description":"FAQ 노드에서 물어본 질문 수에 대한 'AI에 의해 해결된' 비율."},"aiResponseRateUpDown":{"type":"number","description":"질의된 일 수에 대해 이전 일 수로부터 aiResponseRate의 백분율 변화."},"uniqueVisitors":{"type":"integer","description":"Alli SDK가 통합된 웹페이지의 고유 방문자 수."},"uniqueVisitorsUpDown":{"type":"number","description":"조회된 일수 동안, 이전 일수의 uniqueVisitors의 백분율 변화."},"totalFaqs":{"type":"integer","description":"추가된 FAQ 수."},"totalFaqsUpDown":{"type":"number","description":"쿼리된 일수에 대해, 이전 일수 대비 totalFaqs의 퍼센트 변화입니다."},"totalDocuments":{"type":"integer","description":"업로드된 문서 수."},"totalDocumentsUpDown":{"type":"number","description":"요청한 일수 동안 이전 일수로부터의 totalDocuments의 백분율 변화."},"feedbacksUpDown":{"type":"number","description":"이전 일수의 피드백 수 대비 백분율 변화."}}},"errors":{"type":"object","nullable":true}}}}}}},"parameters":[{"$ref":"#/components/parameters/AgentEmailHeader"},{"$ref":"#/components/parameters/UserEmailHeader"},{"$ref":"#/components/parameters/OwnUserIdHeader"}]}}}}
```
