{"openapi":"3.0.4","info":{"title":"ProductApi","version":"1.0.0"},"servers":[{"url":"https://api.akin-hq.com"}],"paths":{"/api/Ai/process":{"post":{"tags":["Ai"],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"AiConfigId":{"type":"string","format":"uuid"},"Prompt":{"type":"string"},"SystemPromptId":{"type":"string","format":"uuid"},"PromptVariables":{"type":"object","additionalProperties":{"type":"string"}},"files":{"type":"array","items":{"type":"string","format":"binary"}}}},"encoding":{"AiConfigId":{"style":"form"},"Prompt":{"style":"form"},"SystemPromptId":{"style":"form"},"PromptVariables":{"style":"form"},"files":{"style":"form"}}}}},"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/AiResponseDto"}},"application/json":{"schema":{"$ref":"#/components/schemas/AiResponseDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/AiResponseDto"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}},"/api/Billing/subscribed":{"get":{"tags":["Billing"],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"boolean"}},"application/json":{"schema":{"type":"boolean"}},"text/json":{"schema":{"type":"boolean"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}},"/api/Billing/portal":{"post":{"tags":["Billing"],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}},"application/*+json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string","format":"uri"}},"application/json":{"schema":{"type":"string","format":"uri"}},"text/json":{"schema":{"type":"string","format":"uri"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}},"/api/Billing/customer/session":{"post":{"tags":["Billing"],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}},"/api/Chat/send":{"post":{"tags":["Chat"],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"AiConfigId":{"type":"string","format":"uuid"},"ConversationId":{"type":"string","format":"uuid"},"Message":{"type":"string"},"ConversationTitle":{"type":"string"},"SystemPromptId":{"type":"string","format":"uuid"},"PromptVariables":{"type":"object","additionalProperties":{"type":"string"}},"files":{"type":"array","items":{"type":"string","format":"binary"}}}},"encoding":{"AiConfigId":{"style":"form"},"ConversationId":{"style":"form"},"Message":{"style":"form"},"ConversationTitle":{"style":"form"},"SystemPromptId":{"style":"form"},"PromptVariables":{"style":"form"},"files":{"style":"form"}}}}},"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ChatResponseDto"}},"application/json":{"schema":{"$ref":"#/components/schemas/ChatResponseDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/ChatResponseDto"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}},"/api/Chat/conversations":{"get":{"tags":["Chat"],"parameters":[{"name":"pageNumber","in":"query","schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","schema":{"type":"integer","format":"int32","default":20}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ConversationDtoPagedResult"}},"application/json":{"schema":{"$ref":"#/components/schemas/ConversationDtoPagedResult"}},"text/json":{"schema":{"$ref":"#/components/schemas/ConversationDtoPagedResult"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}},"/api/Chat/conversations/{conversationId}":{"get":{"tags":["Chat"],"parameters":[{"name":"conversationId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ConversationDto"}},"application/json":{"schema":{"$ref":"#/components/schemas/ConversationDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/ConversationDto"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Chat"],"parameters":[{"name":"conversationId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}},"/api/Chat/conversations/{conversationId}/messages":{"get":{"tags":["Chat"],"parameters":[{"name":"conversationId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"pageNumber","in":"query","schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","schema":{"type":"integer","format":"int32","default":20}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/MessageDtoPagedResult"}},"application/json":{"schema":{"$ref":"#/components/schemas/MessageDtoPagedResult"}},"text/json":{"schema":{"$ref":"#/components/schemas/MessageDtoPagedResult"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}},"/api/Chat/files/{fileId}":{"get":{"tags":["Chat"],"parameters":[{"name":"fileId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Chat"],"parameters":[{"name":"fileId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}},"429":{"description":"Too Many Requests","content":{"text/plain":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}}}}}}}},"components":{"schemas":{"AiResponseDto":{"type":"object","properties":{"content":{"type":"string","nullable":true},"model":{"type":"string","nullable":true},"tokensUsed":{"type":"integer","format":"int32"},"responseTimeMs":{"type":"integer","format":"int64"},"isSuccess":{"type":"boolean"},"errorMessage":{"type":"string","nullable":true}},"additionalProperties":false},"ChatResponseDto":{"type":"object","properties":{"conversationId":{"type":"string","format":"uuid"},"message":{"type":"string","nullable":true},"model":{"type":"string","nullable":true},"tokensUsed":{"type":"integer","format":"int32"},"responseTimeMs":{"type":"integer","format":"int64"},"isSuccess":{"type":"boolean"},"errorMessage":{"type":"string","nullable":true}},"additionalProperties":false},"ConversationDto":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"endUserId":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"ConversationDtoPagedResult":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/ConversationDto"},"nullable":true},"totalCount":{"type":"integer","format":"int32"},"pageNumber":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true}},"additionalProperties":false},"FileAttachmentDto":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"fileName":{"type":"string","nullable":true},"originalFileName":{"type":"string","nullable":true},"contentType":{"type":"string","nullable":true},"fileSizeBytes":{"type":"integer","format":"int64"},"createdAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"MessageDto":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"role":{"type":"string","nullable":true},"content":{"type":"string","nullable":true},"model":{"type":"string","nullable":true},"tokensUsed":{"type":"integer","format":"int32","nullable":true},"createdAt":{"type":"string","format":"date-time"},"fileAttachments":{"type":"array","items":{"$ref":"#/components/schemas/FileAttachmentDto"},"nullable":true}},"additionalProperties":false},"MessageDtoPagedResult":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/MessageDto"},"nullable":true},"totalCount":{"type":"integer","format":"int32"},"pageNumber":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true}},"additionalProperties":false}},"securitySchemes":{"ApiKey":{"type":"apiKey","description":"API Key required for authentication","name":"X-API-Key","in":"header"},"Bearer":{"type":"http","description":"JWT Bearer token required for authentication","scheme":"bearer","bearerFormat":"JWT"}}},"security":[{"ApiKey":[],"Bearer":[]}]}