Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions api-reference/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ paths:
text_translation_characters: 4892
document_translation_characters: 0
text_improvement_characters: 4727
speech_to_text_milliseconds: 1800000
group_by: "key_and_day"
start_date: "2025-09-29T00:00:00"
end_date: "2025-10-01T00:00:00"
Expand All @@ -146,6 +147,7 @@ paths:
text_translation_characters: 159
document_translation_characters: 0
text_improvement_characters: 156
speech_to_text_milliseconds: 1800000
withoutGrouping:
summary: Usage report without grouping
value:
Expand All @@ -155,6 +157,7 @@ paths:
text_translation_characters: 4892
document_translation_characters: 0
text_improvement_characters: 4727
speech_to_text_milliseconds: 1800000
start_date: "2025-09-29T00:00:00"
end_date: "2025-10-01T00:00:00"
400:
Expand Down Expand Up @@ -4440,6 +4443,10 @@ components:
type: integer
description: Number of characters used for text improvement.
example: 4727
speech_to_text_milliseconds:
type: integer
description: Duration of speech-to-text usage in milliseconds.
example: 1800000
KeyAndDayUsageItem:
type: object
description: Usage statistics for a specific API key and optionally a specific date.
Expand Down