{"openapi":"3.1.0","info":{"title":"ContextForge API","description":"Local-first AI file preprocessing — HTTP API layer","version":"6.432.0"},"paths":{"/v1/tt/keywords":{"post":{"tags":["text-tools"],"summary":"Tt Keywords","description":"Text-tools alias: extract top N keywords (TF-IDF style).","operationId":"tt_keywords_v1_tt_keywords_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtKeywordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Keywords V1 Tt Keywords Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/readability":{"post":{"tags":["text-tools"],"summary":"Tt Readability","description":"Text-tools alias: Flesch-Kincaid readability scores.","operationId":"tt_readability_v1_tt_readability_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtReadabilityRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Readability V1 Tt Readability Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/sentiment":{"post":{"tags":["text-tools"],"summary":"Tt Sentiment","description":"Text-tools alias: rule-based sentiment.","operationId":"tt_sentiment_v1_tt_sentiment_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtSentimentRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Sentiment V1 Tt Sentiment Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/word_count":{"post":{"tags":["text-tools"],"summary":"Tt Word Count","description":"Text-tools alias: word/char/line count.","operationId":"tt_word_count_v1_tt_word_count_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Word Count V1 Tt Word Count Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/similarity":{"post":{"tags":["text-tools"],"summary":"Tt Similarity","description":"Text-tools alias: Jaccard similarity.","operationId":"tt_similarity_v1_tt_similarity_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtSimilarityRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Similarity V1 Tt Similarity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/hash":{"post":{"tags":["text-tools"],"summary":"Tt Hash","description":"Text-tools alias: hash text.","operationId":"tt_hash_v1_tt_hash_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtHashRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Hash V1 Tt Hash Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/clean_html":{"post":{"tags":["text-tools"],"summary":"Tt Clean Html","description":"Text-tools alias: strip HTML tags.","operationId":"tt_clean_html_v1_tt_clean_html_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Clean Html V1 Tt Clean Html Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/validate_json":{"post":{"tags":["text-tools"],"summary":"Tt Validate Json","description":"Text-tools alias: validate JSON string.","operationId":"tt_validate_json_v1_tt_validate_json_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtValidateJsonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Validate Json V1 Tt Validate Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/encode_base64":{"post":{"tags":["text-tools"],"summary":"Tt Encode Base64","description":"Text-tools alias: base64 encode/decode.","operationId":"tt_encode_base64_v1_tt_encode_base64_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtEncodeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Encode Base64 V1 Tt Encode Base64 Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/dedup_lines":{"post":{"tags":["text-tools"],"summary":"Tt Dedup Lines","description":"Text-tools alias: remove duplicate lines.","operationId":"tt_dedup_lines_v1_tt_dedup_lines_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtDedupLinesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Dedup Lines V1 Tt Dedup Lines Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tt/truncate":{"post":{"tags":["text-tools"],"summary":"Tt Truncate","description":"Text-tools alias: truncate text to N tokens.","operationId":"tt_truncate_v1_tt_truncate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TtTruncateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tt Truncate V1 Tt Truncate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/health/detailed":{"get":{"tags":["health"],"summary":"Health Detailed","description":"GWF2 — Return all subsystem statuses and latencies.","operationId":"health_detailed_v1_health_detailed_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Detailed V1 Health Detailed Get"}}}}}}},"/v1/memory_usage":{"get":{"tags":["diagnostics"],"summary":"Memory Usage","description":"GWF3 — Return current process memory usage.","operationId":"memory_usage_v1_memory_usage_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Memory Usage V1 Memory Usage Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/cpu_usage":{"get":{"tags":["diagnostics"],"summary":"Cpu Usage","description":"GWF4 — Return current process CPU usage (user + system time).","operationId":"cpu_usage_v1_cpu_usage_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Cpu Usage V1 Cpu Usage Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/hash_text":{"post":{"tags":["crypto"],"summary":"Hash Text","description":"GWF5 — Compute a cryptographic hash of a text string.","operationId":"hash_text_v1_hash_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HashTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Hash Text V1 Hash Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/checksum":{"post":{"tags":["crypto"],"summary":"Checksum","description":"GWF6 — Compute CRC32 and Adler32 checksums of a text string.","operationId":"checksum_v1_checksum_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChecksumRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Checksum V1 Checksum Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/find_replace":{"post":{"tags":["processing"],"summary":"Find Replace","description":"GWG0 — Find and replace substrings with optional regex.","operationId":"find_replace_v1_find_replace_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindReplaceRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Find Replace V1 Find Replace Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_reverse":{"post":{"tags":["processing"],"summary":"Text Reverse","description":"GWG2 — Reverse text by character, word, or sentence.","operationId":"text_reverse_v1_text_reverse_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextReverseRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Reverse V1 Text Reverse Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_occurrences":{"post":{"tags":["analysis"],"summary":"Count Occurrences","description":"GWG3 — Count occurrences of a substring in text.","operationId":"count_occurrences_v1_count_occurrences_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountOccurrencesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Occurrences V1 Count Occurrences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/split_text":{"post":{"tags":["processing"],"summary":"Split Text","description":"GWG4 — Split text by delimiter with optional max splits.","operationId":"split_text_v1_split_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SplitTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Split Text V1 Split Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/join_text":{"post":{"tags":["processing"],"summary":"Join Text","description":"GWG5 — Join a list of strings with a separator.","operationId":"join_text_v1_join_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JoinTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Join Text V1 Join Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_metadata":{"post":{"tags":["document"],"summary":"Extract Metadata","description":"GWH0 — Extract title, description, author, keywords from Markdown/HTML text.","operationId":"extract_metadata_v1_extract_metadata_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__ExtractMetadataRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Metadata V1 Extract Metadata Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/reading_time":{"post":{"tags":["document"],"summary":"Reading Time","description":"GWH1 — Estimate reading time with fast/average/slow tiers.","operationId":"reading_time_v1_reading_time_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadingTimeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Reading Time V1 Reading Time Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/content_type_detect":{"post":{"tags":["document"],"summary":"Content Type Detect","description":"GWH2 — Classify text as code, prose, table, list, or mixed.","operationId":"content_type_detect_v1_content_type_detect_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContentTypeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Content Type Detect V1 Content Type Detect Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_headings":{"post":{"tags":["document"],"summary":"Extract Headings","description":"GWH3 — Extract all Markdown headings with level and character position.","operationId":"extract_headings_v1_extract_headings_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__ExtractHeadingsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Headings V1 Extract Headings Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_footnotes":{"post":{"tags":["document"],"summary":"Extract Footnotes","description":"GWH4 — Extract footnote markers and definitions from Markdown.","operationId":"extract_footnotes_v1_extract_footnotes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractFootnotesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Footnotes V1 Extract Footnotes Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/pad_text":{"post":{"tags":["format"],"summary":"Pad Text","description":"GWI0 — Pad a string to a target width with alignment.","operationId":"pad_text_v1_pad_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PadTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Pad Text V1 Pad Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/wrap_text":{"post":{"tags":["format"],"summary":"Wrap Text","description":"GWI1 — Word-wrap text to N columns.","operationId":"wrap_text_v1_wrap_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WrapTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Wrap Text V1 Wrap Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/indent_text":{"post":{"tags":["format"],"summary":"Indent Text","description":"GWI2 — Add or remove indentation from each line.","operationId":"indent_text_v1_indent_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndentTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Indent Text V1 Indent Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tabulate":{"post":{"tags":["format"],"summary":"Tabulate Endpoint","description":"GWI3 — Convert list-of-dicts to an ASCII table.","operationId":"tabulate_endpoint_v1_tabulate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TabulateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tabulate Endpoint V1 Tabulate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/format_number":{"post":{"tags":["format"],"summary":"Format Number","description":"GWI4 — Format a number with commas, decimal places, and optional prefix/suffix.","operationId":"format_number_v1_format_number_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FormatNumberRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Format Number V1 Format Number Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/classify_text":{"post":{"tags":["analysis"],"summary":"Classify Text","description":"GWJ0 — Classify text sentiment (positive/negative/neutral) and detect topic hints.","operationId":"classify_text_v1_classify_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClassifyTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Classify Text V1 Classify Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_dates_text":{"post":{"tags":["extraction"],"summary":"Extract Dates Text","description":"GWJ1 — Find all date-like strings in text using regex patterns.","operationId":"extract_dates_text_v1_extract_dates_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractDatesTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Dates Text V1 Extract Dates Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_urls":{"post":{"tags":["extraction"],"summary":"Extract Urls Gwj","description":"GWJ2 — Extract all URLs from text.","operationId":"extract_urls_gwj_v1_extract_urls_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__ExtractUrlsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Urls Gwj V1 Extract Urls Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/is_question":{"post":{"tags":["analysis"],"summary":"Is Question","description":"GWJ3 — Detect if a sentence is a question.","operationId":"is_question_v1_is_question_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsQuestionRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Is Question V1 Is Question Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_hashtags":{"post":{"tags":["extraction"],"summary":"Extract Hashtags","description":"GWJ4 — Extract hashtags from text.","operationId":"extract_hashtags_v1_extract_hashtags_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__ExtractHashtagsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Hashtags V1 Extract Hashtags Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/abbreviate":{"post":{"tags":["processing"],"summary":"Abbreviate","description":"GWK0 — Abbreviate a phrase to its initials (e.g., 'As Soon As Possible' → 'ASAP').","operationId":"abbreviate_v1_abbreviate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Abbreviate V1 Abbreviate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/title_case":{"post":{"tags":["processing"],"summary":"Title Case","description":"GWK1 — Convert text to title case.","operationId":"title_case_v1_title_case_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Title Case V1 Title Case Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/sentence_case":{"post":{"tags":["processing"],"summary":"Sentence Case","description":"GWK2 — Convert text to sentence case (capitalize first letter of each sentence).","operationId":"sentence_case_v1_sentence_case_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Sentence Case V1 Sentence Case Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/alternating_case":{"post":{"tags":["processing"],"summary":"Alternating Case","description":"GWK3 — Alternate upper/lower case per character.","operationId":"alternating_case_v1_alternating_case_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Alternating Case V1 Alternating Case Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_unique_words":{"post":{"tags":["analysis"],"summary":"Count Unique Words","description":"GWK4 — Count distinct words (case-insensitive).","operationId":"count_unique_words_v1_count_unique_words_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Unique Words V1 Count Unique Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/detect_script":{"post":{"tags":["i18n"],"summary":"Detect Script","description":"GWL0 — Detect character script (Latin, Cyrillic, Arabic, CJK, etc.).","operationId":"detect_script_v1_detect_script_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Detect Script V1 Detect Script Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/transliterate":{"post":{"tags":["i18n"],"summary":"Transliterate","description":"GWL1 — Transliterate common accented characters to ASCII equivalents.","operationId":"transliterate_v1_transliterate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Transliterate V1 Transliterate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/normalize_unicode":{"post":{"tags":["i18n"],"summary":"Normalize Unicode","description":"GWL2 — Normalize Unicode text to NFC/NFD/NFKC/NFKD form.","operationId":"normalize_unicode_v1_normalize_unicode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__NormalizeUnicodeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Normalize Unicode V1 Normalize Unicode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/is_ascii":{"post":{"tags":["i18n"],"summary":"Is Ascii","description":"GWL3 — Check if text contains only ASCII characters.","operationId":"is_ascii_v1_is_ascii_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Is Ascii V1 Is Ascii Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/char_info":{"post":{"tags":["i18n"],"summary":"Char Info","description":"GWL4 — Get Unicode category, name, and code point for each character.","operationId":"char_info_v1_char_info_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CharInfoRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Char Info V1 Char Info Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/detect_language_code":{"post":{"tags":["code"],"summary":"Detect Language Code","description":"GWM0 — Detect programming language of a code snippet.","operationId":"detect_language_code_v1_detect_language_code_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Detect Language Code V1 Detect Language Code Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/minify_json":{"post":{"tags":["code"],"summary":"Minify Json","description":"GWM1 — Minify a JSON string by removing unnecessary whitespace.","operationId":"minify_json_v1_minify_json_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MinifyJsonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Minify Json V1 Minify Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_variables":{"post":{"tags":["code"],"summary":"Extract Variables","description":"GWM2 — Extract variable names from code (heuristic regex, language-agnostic).","operationId":"extract_variables_v1_extract_variables_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimpleTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Variables V1 Extract Variables Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_code_lines":{"post":{"tags":["code"],"summary":"Count Code Lines","description":"GWM3 — Count total, blank, and comment lines in code.","operationId":"count_code_lines_v1_count_code_lines_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CodeLinesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Code Lines V1 Count Code Lines Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/strip_comments":{"post":{"tags":["code"],"summary":"Strip Comments","description":"GWM4 — Strip single-line comments (# or //) from code.","operationId":"strip_comments_v1_strip_comments_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StripCommentsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Strip Comments V1 Strip Comments Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/batch_hash":{"post":{"tags":["crypto"],"summary":"Batch Hash","description":"GWN4 — Hash multiple texts in a single request.","operationId":"batch_hash_v1_batch_hash_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchHashRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Hash V1 Batch Hash Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/batch_base64":{"post":{"tags":["encoding"],"summary":"Batch Base64","description":"GWN5 — Encode or decode multiple strings in a single request.","operationId":"batch_base64_v1_batch_base64_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchBase64Request"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Batch Base64 V1 Batch Base64 Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/keyword_density":{"post":{"tags":["analysis"],"summary":"Keyword Density","description":"GWO0 — Compute keyword density percentage for top N words.","operationId":"keyword_density_v1_keyword_density_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordDensityRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Keyword Density V1 Keyword Density Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_grade_level":{"post":{"tags":["analysis"],"summary":"Text Grade Level","description":"GWO1 — Estimate school grade level from Flesch-Kincaid formula.","operationId":"text_grade_level_v1_text_grade_level_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GradeLevelRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Grade Level V1 Text Grade Level Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/sentence_tokenize":{"post":{"tags":["processing"],"summary":"Sentence Tokenize","description":"GWO3 — Split text into individual sentences.","operationId":"sentence_tokenize_v1_sentence_tokenize_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SentenceTokenizeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Sentence Tokenize V1 Sentence Tokenize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/word_ngrams":{"post":{"tags":["analysis"],"summary":"Word Ngrams","description":"GWO4 — Extract N-grams (bigrams, trigrams, etc.) from text.","operationId":"word_ngrams_v1_word_ngrams_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NgramsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Word Ngrams V1 Word Ngrams Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/duration_format":{"post":{"tags":["format"],"summary":"Duration Format","description":"GWP0 — Format seconds into human-readable duration string.","operationId":"duration_format_v1_duration_format_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DurationSecondsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Duration Format V1 Duration Format Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/duration_parse":{"post":{"tags":["format"],"summary":"Duration Parse","description":"GWP1 — Parse a human duration string to total seconds.","operationId":"duration_parse_v1_duration_parse_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DurationStringRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Duration Parse V1 Duration Parse Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/byte_size":{"post":{"tags":["format"],"summary":"Byte Size","description":"GWP2 — Format bytes to human-readable size (KB, MB, GB, etc.).","operationId":"byte_size_v1_byte_size_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ByteSizeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Byte Size V1 Byte Size Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/byte_parse":{"post":{"tags":["format"],"summary":"Byte Parse","description":"GWP3 — Parse human size string to bytes.","operationId":"byte_parse_v1_byte_parse_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ByteParseRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Byte Parse V1 Byte Parse Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate_initials":{"post":{"tags":["format"],"summary":"Generate Initials","description":"GWP4 — Extract initials from a full name.","operationId":"generate_initials_v1_generate_initials_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateInitialsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Generate Initials V1 Generate Initials Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/name_parse":{"post":{"tags":["format"],"summary":"Name Parse","description":"GWP5 — Parse a full name into first, middle, last, and suffix parts.","operationId":"name_parse_v1_name_parse_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NameParseRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Name Parse V1 Name Parse Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/camel_to_snake":{"post":{"tags":["format"],"summary":"Camel To Snake","description":"GWQ0 — Convert camelCase or PascalCase to snake_case.","operationId":"camel_to_snake_v1_camel_to_snake_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CamelToSnakeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Camel To Snake V1 Camel To Snake Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/snake_to_camel":{"post":{"tags":["format"],"summary":"Snake To Camel","description":"GWQ1 — Convert snake_case to camelCase or PascalCase.","operationId":"snake_to_camel_v1_snake_to_camel_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnakeToCamelRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Snake To Camel V1 Snake To Camel Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/pluralize":{"post":{"tags":["format"],"summary":"Pluralize Endpoint","description":"GWQ2 — Pluralize an English word.","operationId":"pluralize_endpoint_v1_pluralize_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PluralizeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Pluralize Endpoint V1 Pluralize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/singularize":{"post":{"tags":["format"],"summary":"Singularize Endpoint","description":"GWQ3 — Singularize an English word.","operationId":"singularize_endpoint_v1_singularize_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SingularizeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Singularize Endpoint V1 Singularize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_lines":{"post":{"tags":["format"],"summary":"Count Lines","description":"GWQ4 — Count total, blank, and non-blank lines in text.","operationId":"count_lines_v1_count_lines_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__CountLinesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Lines V1 Count Lines Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_numbers_text":{"post":{"tags":["format"],"summary":"Extract Numbers Text","description":"GWQ5 — Extract all numbers from text with optional surrounding context.","operationId":"extract_numbers_text_v1_extract_numbers_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractNumbersTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Numbers Text V1 Extract Numbers Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate_email":{"post":{"tags":["validation"],"summary":"Validate Email Endpoint","description":"GWR0 — Validate email address format.","operationId":"validate_email_endpoint_v1_validate_email_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateEmailRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Validate Email Endpoint V1 Validate Email Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate_url":{"post":{"tags":["validation"],"summary":"Validate Url Endpoint","description":"GWR1 — Validate URL format.","operationId":"validate_url_endpoint_v1_validate_url_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateUrlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Validate Url Endpoint V1 Validate Url Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate_ip":{"post":{"tags":["validation"],"summary":"Validate Ip Endpoint","description":"GWR2 — Validate IPv4 or IPv6 address.","operationId":"validate_ip_endpoint_v1_validate_ip_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateIpRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Validate Ip Endpoint V1 Validate Ip Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/is_numeric":{"post":{"tags":["validation"],"summary":"Is Numeric Endpoint","description":"GWR3 — Check if string is a valid number.","operationId":"is_numeric_endpoint_v1_is_numeric_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsNumericRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Is Numeric Endpoint V1 Is Numeric Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/is_boolean":{"post":{"tags":["validation"],"summary":"Is Boolean Endpoint","description":"GWR4 — Check if string represents a boolean value.","operationId":"is_boolean_endpoint_v1_is_boolean_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsBooleanRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Is Boolean Endpoint V1 Is Boolean Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/type_detect":{"post":{"tags":["validation"],"summary":"Type Detect Endpoint","description":"GWR5 — Detect the semantic type of a string value.","operationId":"type_detect_endpoint_v1_type_detect_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TypeDetectRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Type Detect Endpoint V1 Type Detect Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/common_words":{"post":{"tags":["analysis"],"summary":"Common Words","description":"GWS1 — Find words common to both texts.","operationId":"common_words_v1_common_words_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonWordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Common Words V1 Common Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/unique_words":{"post":{"tags":["analysis"],"summary":"Unique Words","description":"GWS2 — Find words in text_a that are not in text_b.","operationId":"unique_words_v1_unique_words_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UniqueWordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Unique Words V1 Unique Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/detect_tone":{"post":{"tags":["analysis"],"summary":"Detect Tone","description":"GWS4 — Detect tone of text (formal/informal/positive/negative).","operationId":"detect_tone_v1_detect_tone_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__DetectToneRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Detect Tone V1 Detect Tone Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_entropy":{"post":{"tags":["analysis"],"summary":"Text Entropy","description":"GWS5 — Compute Shannon entropy of text.","operationId":"text_entropy_v1_text_entropy_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextEntropyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Entropy V1 Text Entropy Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/fibonacci":{"post":{"tags":["math"],"summary":"Fibonacci Endpoint","description":"GWT0 — Generate Fibonacci sequence up to N terms.","operationId":"fibonacci_endpoint_v1_fibonacci_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FibonacciRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Fibonacci Endpoint V1 Fibonacci Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/factorial":{"post":{"tags":["math"],"summary":"Factorial Endpoint","description":"GWT1 — Compute factorial of N.","operationId":"factorial_endpoint_v1_factorial_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FactorialRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Factorial Endpoint V1 Factorial Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/gcd_lcm":{"post":{"tags":["math"],"summary":"Gcd Lcm Endpoint","description":"GWT2 — Compute GCD and LCM of two numbers.","operationId":"gcd_lcm_endpoint_v1_gcd_lcm_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GcdLcmRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Gcd Lcm Endpoint V1 Gcd Lcm Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/is_prime":{"post":{"tags":["math"],"summary":"Is Prime Endpoint","description":"GWT3 — Check if number is prime.","operationId":"is_prime_endpoint_v1_is_prime_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsPrimeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Is Prime Endpoint V1 Is Prime Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/prime_factors":{"post":{"tags":["math"],"summary":"Prime Factors Endpoint","description":"GWT4 — List prime factors of a number.","operationId":"prime_factors_endpoint_v1_prime_factors_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrimeFactorsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Prime Factors Endpoint V1 Prime Factors Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/percentage":{"post":{"tags":["math"],"summary":"Percentage Endpoint","description":"GWT5 — Compute what percentage value is of total.","operationId":"percentage_endpoint_v1_percentage_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PercentageRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Percentage Endpoint V1 Percentage Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_zip":{"post":{"tags":["collections"],"summary":"List Zip","description":"GWU0 — Zip two lists into key-value pairs.","operationId":"list_zip_v1_list_zip_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListZipRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Zip V1 List Zip Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_rotate":{"post":{"tags":["collections"],"summary":"List Rotate","description":"GWU1 — Rotate list by N positions (positive=right, negative=left).","operationId":"list_rotate_v1_list_rotate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListRotateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Rotate V1 List Rotate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_sample":{"post":{"tags":["collections"],"summary":"List Sample","description":"GWU2 — Randomly sample N elements from list.","operationId":"list_sample_v1_list_sample_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSampleRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Sample V1 List Sample Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_frequencies":{"post":{"tags":["collections"],"summary":"List Frequencies","description":"GWU3 — Count frequency of each element in list.","operationId":"list_frequencies_v1_list_frequencies_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListFrequenciesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Frequencies V1 List Frequencies Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_group_by":{"post":{"tags":["collections"],"summary":"List Group By","description":"GWU4 — Group list elements by a key strategy.","operationId":"list_group_by_v1_list_group_by_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListGroupByRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Group By V1 List Group By Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_window":{"post":{"tags":["collections"],"summary":"List Window","description":"GWU5 — Generate sliding window sublists.","operationId":"list_window_v1_list_window_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListWindowRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Window V1 List Window Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/time_ago":{"post":{"tags":["time"],"summary":"Time Ago","description":"GWV0 — Convert past timestamp to human \"X ago\" format.","operationId":"time_ago_v1_time_ago_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeAgoRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Time Ago V1 Time Ago Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/time_until":{"post":{"tags":["time"],"summary":"Time Until","description":"GWV1 — Convert future timestamp to human \"in X\" format.","operationId":"time_until_v1_time_until_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeUntilRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Time Until V1 Time Until Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/weekday":{"post":{"tags":["time"],"summary":"Weekday Endpoint","description":"GWV2 — Get weekday name for a date.","operationId":"weekday_endpoint_v1_weekday_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WeekdayRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Weekday Endpoint V1 Weekday Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/is_weekend":{"post":{"tags":["time"],"summary":"Is Weekend Endpoint","description":"GWV3 — Check if a date falls on a weekend.","operationId":"is_weekend_endpoint_v1_is_weekend_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsWeekendRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Is Weekend Endpoint V1 Is Weekend Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/quarter":{"post":{"tags":["time"],"summary":"Quarter Endpoint","description":"GWV4 — Get quarter number (1-4) for a date.","operationId":"quarter_endpoint_v1_quarter_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuarterRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Quarter Endpoint V1 Quarter Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/days_in_month":{"post":{"tags":["time"],"summary":"Days In Month Endpoint","description":"GWV5 — Get number of days in a given month/year.","operationId":"days_in_month_endpoint_v1_days_in_month_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DaysInMonthRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Days In Month Endpoint V1 Days In Month Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/rot13":{"post":{"tags":["encoding"],"summary":"Rot13 Endpoint","description":"GWW0 — Apply ROT13 encoding/decoding to text.","operationId":"rot13_endpoint_v1_rot13_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Rot13Request"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Rot13 Endpoint V1 Rot13 Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/caesar_cipher":{"post":{"tags":["encoding"],"summary":"Caesar Cipher Endpoint","description":"GWW1 — Apply Caesar cipher with custom shift.","operationId":"caesar_cipher_endpoint_v1_caesar_cipher_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaesarCipherRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Caesar Cipher Endpoint V1 Caesar Cipher Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/morse_encode":{"post":{"tags":["encoding"],"summary":"Morse Encode Endpoint","description":"GWW2 — Convert text to Morse code.","operationId":"morse_encode_endpoint_v1_morse_encode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MorseEncodeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Morse Encode Endpoint V1 Morse Encode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/morse_decode":{"post":{"tags":["encoding"],"summary":"Morse Decode Endpoint","description":"GWW3 — Convert Morse code to text.","operationId":"morse_decode_endpoint_v1_morse_decode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MorseDecodeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Morse Decode Endpoint V1 Morse Decode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/binary_encode":{"post":{"tags":["encoding"],"summary":"Binary Encode Endpoint","description":"GWW4 — Convert text to binary representation.","operationId":"binary_encode_endpoint_v1_binary_encode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BinaryEncodeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Binary Encode Endpoint V1 Binary Encode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/binary_decode":{"post":{"tags":["encoding"],"summary":"Binary Decode Endpoint","description":"GWW5 — Convert binary string back to text.","operationId":"binary_decode_endpoint_v1_binary_decode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BinaryDecodeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Binary Decode Endpoint V1 Binary Decode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/haversine":{"post":{"tags":["geo"],"summary":"Haversine Endpoint","description":"GWX0 — Compute great-circle distance between two lat/lon points.","operationId":"haversine_endpoint_v1_haversine_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HaversineRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Haversine Endpoint V1 Haversine Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/bearing":{"post":{"tags":["geo"],"summary":"Bearing Endpoint","description":"GWX1 — Compute compass bearing from point A to point B.","operationId":"bearing_endpoint_v1_bearing_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BearingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Bearing Endpoint V1 Bearing Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/midpoint":{"post":{"tags":["geo"],"summary":"Midpoint Endpoint","description":"GWX2 — Compute geographic midpoint between two coordinates.","operationId":"midpoint_endpoint_v1_midpoint_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MidpointRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Midpoint Endpoint V1 Midpoint Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/bounding_box":{"post":{"tags":["geo"],"summary":"Bounding Box Endpoint","description":"GWX3 — Compute bounding box for a center point and radius.","operationId":"bounding_box_endpoint_v1_bounding_box_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BoundingBoxRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Bounding Box Endpoint V1 Bounding Box Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/decimal_to_dms":{"post":{"tags":["geo"],"summary":"Decimal To Dms Endpoint","description":"GWX4 — Convert decimal degrees to degrees/minutes/seconds.","operationId":"decimal_to_dms_endpoint_v1_decimal_to_dms_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DecimalToDmsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Decimal To Dms Endpoint V1 Decimal To Dms Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/dms_to_decimal":{"post":{"tags":["geo"],"summary":"Dms To Decimal Endpoint","description":"GWX5 — Convert degrees/minutes/seconds to decimal degrees.","operationId":"dms_to_decimal_endpoint_v1_dms_to_decimal_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DmsToDecimalRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Dms To Decimal Endpoint V1 Dms To Decimal Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/find_acronyms":{"post":{"tags":["text"],"summary":"Find Acronyms","description":"GWY0 — Extract all acronyms (consecutive uppercase letters) from text.","operationId":"find_acronyms_v1_find_acronyms_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__FindAcronymsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Find Acronyms V1 Find Acronyms Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_sentences_with":{"post":{"tags":["text"],"summary":"Extract Sentences With","description":"GWY3 — Find sentences containing a keyword.","operationId":"extract_sentences_with_v1_extract_sentences_with_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractSentencesWithRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Sentences With V1 Extract Sentences With Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_statistics":{"post":{"tags":["text"],"summary":"Text Statistics Endpoint","description":"GWY4 — Return comprehensive text statistics in one call.","operationId":"text_statistics_endpoint_v1_text_statistics_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextStatisticsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Statistics Endpoint V1 Text Statistics Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/is_pangram":{"post":{"tags":["text"],"summary":"Is Pangram","description":"GWY5 — Check if text is a pangram (contains every letter of the alphabet).","operationId":"is_pangram_v1_is_pangram_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsPangramRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Is Pangram V1 Is Pangram Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/emoji_count":{"post":{"tags":["text"],"summary":"Emoji Count","description":"GWZ2 — Count emojis in text.","operationId":"emoji_count_v1_emoji_count_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmojiCountRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Emoji Count V1 Emoji Count Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/remove_emoji":{"post":{"tags":["text"],"summary":"Remove Emoji","description":"GWZ3 — Remove all emojis from text.","operationId":"remove_emoji_v1_remove_emoji_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveEmojiRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Remove Emoji V1 Remove Emoji Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/first_n_words":{"post":{"tags":["text"],"summary":"First N Words","description":"GWZ4 — Return first N words of text.","operationId":"first_n_words_v1_first_n_words_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirstNWordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response First N Words V1 First N Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/last_n_words":{"post":{"tags":["text"],"summary":"Last N Words","description":"GWZ5 — Return last N words of text.","operationId":"last_n_words_v1_last_n_words_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LastNWordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Last N Words V1 Last N Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/is_palindrome_phrase":{"post":{"tags":["text"],"summary":"Is Palindrome Phrase","description":"GWZ6 — Check if phrase is a palindrome (ignoring spaces and punctuation).","operationId":"is_palindrome_phrase_v1_is_palindrome_phrase_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IsPalindromePhraseRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Is Palindrome Phrase V1 Is Palindrome Phrase Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/json_flatten":{"post":{"tags":["data"],"summary":"Json Flatten","description":"GWAA0 — Flatten nested JSON object to dot-notation keys.","operationId":"json_flatten_v1_json_flatten_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonFlattenRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Json Flatten V1 Json Flatten Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/json_unflatten":{"post":{"tags":["data"],"summary":"Json Unflatten","description":"GWAA1 — Unflatten dot-notation keys back to nested object.","operationId":"json_unflatten_v1_json_unflatten_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonUnflattenRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Json Unflatten V1 Json Unflatten Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/json_keys":{"post":{"tags":["data"],"summary":"Json Keys","description":"GWAA2 — List all keys in a JSON object.","operationId":"json_keys_v1_json_keys_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonKeysRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Json Keys V1 Json Keys Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/json_diff":{"post":{"tags":["data"],"summary":"Json Diff","description":"GWAA3 — Diff two JSON objects.","operationId":"json_diff_v1_json_diff_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonDiffRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Json Diff V1 Json Diff Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/csv_to_json":{"post":{"tags":["data"],"summary":"Csv To Json","description":"GWAA4 — Convert CSV text to array of JSON objects.","operationId":"csv_to_json_v1_csv_to_json_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CsvToJsonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Csv To Json V1 Csv To Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/json_to_csv":{"post":{"tags":["data"],"summary":"Json To Csv","description":"GWAA5 — Convert JSON array to CSV text.","operationId":"json_to_csv_v1_json_to_csv_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonToCsvRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Json To Csv V1 Json To Csv Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/string_format":{"post":{"tags":["text"],"summary":"String Format Endpoint","description":"GWAB0 — Fill a template string with provided values.","operationId":"string_format_endpoint_v1_string_format_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StringFormatRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response String Format Endpoint V1 String Format Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/regex_test":{"post":{"tags":["text"],"summary":"Regex Test","description":"GWAB1 — Test if a string matches a regex pattern.","operationId":"regex_test_v1_regex_test_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegexTestRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Regex Test V1 Regex Test Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/regex_extract":{"post":{"tags":["text"],"summary":"Regex Extract","description":"GWAB2 — Extract all regex matches from text.","operationId":"regex_extract_v1_regex_extract_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegexExtractRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Regex Extract V1 Regex Extract Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/regex_replace":{"post":{"tags":["text"],"summary":"Regex Replace","description":"GWAB3 — Replace regex matches in text.","operationId":"regex_replace_v1_regex_replace_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegexReplaceRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Regex Replace V1 Regex Replace Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/wildcard_match":{"post":{"tags":["text"],"summary":"Wildcard Match","description":"GWAB4 — Match a string against a glob/wildcard pattern.","operationId":"wildcard_match_v1_wildcard_match_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WildcardMatchRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Wildcard Match V1 Wildcard Match Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/string_similarity_ratio":{"post":{"tags":["text"],"summary":"String Similarity Ratio","description":"GWAB5 — Compare two strings with SequenceMatcher (0-1 ratio).","operationId":"string_similarity_ratio_v1_string_similarity_ratio_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StringSimilarityRatioRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response String Similarity Ratio V1 String Similarity Ratio Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/number_base":{"post":{"tags":["math"],"summary":"Number Base","description":"GWAC0 — Convert number between bases.","operationId":"number_base_v1_number_base_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NumberBaseRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Number Base V1 Number Base Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/format_currency":{"post":{"tags":["math"],"summary":"Format Currency","description":"GWAC1 — Format number as currency string.","operationId":"format_currency_v1_format_currency_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FormatCurrencyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Format Currency V1 Format Currency Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/ordinal":{"post":{"tags":["math"],"summary":"Ordinal Endpoint","description":"GWAC2 — Convert integer to ordinal string (1st, 2nd, 3rd, etc.).","operationId":"ordinal_endpoint_v1_ordinal_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrdinalRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Ordinal Endpoint V1 Ordinal Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/clamp":{"post":{"tags":["math"],"summary":"Clamp Endpoint","description":"GWAC3 — Clamp a number between min and max values.","operationId":"clamp_endpoint_v1_clamp_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClampRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Clamp Endpoint V1 Clamp Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/lerp":{"post":{"tags":["math"],"summary":"Lerp Endpoint","description":"GWAC4 — Linear interpolation between two values.","operationId":"lerp_endpoint_v1_lerp_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LerpRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Lerp Endpoint V1 Lerp Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/normalize_number":{"post":{"tags":["math"],"summary":"Normalize Number","description":"GWAC5 — Normalize number to 0-1 range given min/max.","operationId":"normalize_number_v1_normalize_number_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NormalizeNumberRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Normalize Number V1 Normalize Number Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/random_word":{"post":{"tags":["text"],"summary":"Random Word Endpoint","description":"GWAD0 — Return a random word from a built-in wordlist.","operationId":"random_word_endpoint_v1_random_word_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RandomWordRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Random Word Endpoint V1 Random Word Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/random_sentence":{"post":{"tags":["text"],"summary":"Random Sentence Endpoint","description":"GWAD1 — Generate a random sentence from words.","operationId":"random_sentence_endpoint_v1_random_sentence_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RandomSentenceRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Random Sentence Endpoint V1 Random Sentence Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate_username":{"post":{"tags":["text"],"summary":"Generate Username Endpoint","description":"GWAD2 — Generate a random username.","operationId":"generate_username_endpoint_v1_generate_username_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateUsernameRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Generate Username Endpoint V1 Generate Username Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate_placeholder":{"post":{"tags":["text"],"summary":"Generate Placeholder Endpoint","description":"GWAD3 — Generate placeholder data (name, email, phone, etc.).","operationId":"generate_placeholder_endpoint_v1_generate_placeholder_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneratePlaceholderRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Generate Placeholder Endpoint V1 Generate Placeholder Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/fill_template":{"post":{"tags":["text"],"summary":"Fill Template Endpoint","description":"GWAD4 — Fill a named template with provided values.","operationId":"fill_template_endpoint_v1_fill_template_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__FillTemplateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Fill Template Endpoint V1 Fill Template Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/anagram_words":{"post":{"tags":["text"],"summary":"Anagram Words Endpoint","description":"GWAD5 — Find anagram words from a set of letters.","operationId":"anagram_words_endpoint_v1_anagram_words_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnagramWordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Anagram Words Endpoint V1 Anagram Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/diff_json":{"post":{"tags":["data"],"summary":"Diff Json","description":"GWAL5 — Structural diff between two JSON objects.","operationId":"diff_json_v1_diff_json_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DiffJsonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Diff Json V1 Diff Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/csv_stats":{"post":{"tags":["data"],"summary":"Csv Stats","description":"GWAL6 — Return per-column statistics for CSV (min/max/mean for numeric columns).","operationId":"csv_stats_v1_csv_stats_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CsvStatsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Csv Stats V1 Csv Stats Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_citations":{"post":{"tags":["text"],"summary":"Extract Citations","description":"GWAM0 — Extract academic-style citations from text ([1], [Smith 2020], etc.).","operationId":"extract_citations_v1_extract_citations_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractCitationsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Citations V1 Extract Citations Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_syllables":{"post":{"tags":["text"],"summary":"Count Syllables","description":"GWAM1 — Count syllables in text (rule-based approximation).","operationId":"count_syllables_v1_count_syllables_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__CountSyllablesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Syllables V1 Count Syllables Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_summary_ratio":{"post":{"tags":["text"],"summary":"Text Summary Ratio","description":"GWAM2 — Estimate what % of original text a summary would be.","operationId":"text_summary_ratio_v1_text_summary_ratio_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextSummaryRatioRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Summary Ratio V1 Text Summary Ratio Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/remove_html_comments":{"post":{"tags":["text"],"summary":"Remove Html Comments","description":"GWAM3 — Strip HTML comments <!-- ... --> from text.","operationId":"remove_html_comments_v1_remove_html_comments_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveHtmlCommentsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Remove Html Comments V1 Remove Html Comments Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_json_paths":{"post":{"tags":["data"],"summary":"Extract Json Paths","description":"GWAM4 — Extract all leaf paths from a JSON object ($.user.name style).","operationId":"extract_json_paths_v1_extract_json_paths_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractJsonPathsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Json Paths V1 Extract Json Paths Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate_yaml":{"post":{"tags":["validation"],"summary":"Validate Yaml","description":"GWAM5 — Validate a YAML string, return errors if invalid.","operationId":"validate_yaml_v1_validate_yaml_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateYamlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Validate Yaml V1 Validate Yaml Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_key_phrases":{"post":{"tags":["text"],"summary":"Extract Key Phrases","description":"GWAN0 — Extract key phrases (collocations) from text using frequency analysis.","operationId":"extract_key_phrases_v1_extract_key_phrases_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractKeyPhrasesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Key Phrases V1 Extract Key Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_to_outline":{"post":{"tags":["text"],"summary":"Text To Outline","description":"GWAN1 — Convert Markdown/prose text to a hierarchical outline.","operationId":"text_to_outline_v1_text_to_outline_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextToOutlineRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text To Outline V1 Text To Outline Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/find_parallel_structures":{"post":{"tags":["text"],"summary":"Find Parallel Structures","description":"GWAN2 — Find parallel sentence structures (matching grammatical patterns).","operationId":"find_parallel_structures_v1_find_parallel_structures_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindParallelStructuresRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Find Parallel Structures V1 Find Parallel Structures Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_action_items":{"post":{"tags":["text"],"summary":"Extract Action Items","description":"GWAN3 — Extract action items / to-dos from text.","operationId":"extract_action_items_v1_extract_action_items_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__text_utils_ext__ExtractActionItemsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Action Items V1 Extract Action Items Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/simplify_text":{"post":{"tags":["text"],"summary":"Simplify Text","description":"GWAN4 — Simplify text by replacing complex words with simpler alternatives.","operationId":"simplify_text_v1_simplify_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimplifyTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Simplify Text V1 Simplify Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/highlight_important":{"post":{"tags":["text"],"summary":"Highlight Important","description":"GWAN5 — Mark important sentences based on TF-IDF-style scoring.","operationId":"highlight_important_v1_highlight_important_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HighlightImportantRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Highlight Important V1 Highlight Important Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/json_to_yaml":{"post":{"tags":["data"],"summary":"Json To Yaml","description":"GWAO0 — Convert a JSON object to YAML text.","operationId":"json_to_yaml_v1_json_to_yaml_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonToYamlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Json To Yaml V1 Json To Yaml Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/yaml_to_json":{"post":{"tags":["data"],"summary":"Yaml To Json","description":"GWAO1 — Convert YAML text to a JSON object.","operationId":"yaml_to_json_v1_yaml_to_json_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/YamlToJsonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Yaml To Json V1 Yaml To Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/json_to_table":{"post":{"tags":["data"],"summary":"Json To Table","description":"GWAO2 — Render a JSON array of objects as ASCII table.","operationId":"json_to_table_v1_json_to_table_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonToTableRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Json To Table V1 Json To Table Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/csv_to_markdown":{"post":{"tags":["data"],"summary":"Csv To Markdown","description":"GWAO3 — Convert CSV text to a Markdown table.","operationId":"csv_to_markdown_v1_csv_to_markdown_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CsvToMarkdownRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Csv To Markdown V1 Csv To Markdown Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/markdown_table_to_json":{"post":{"tags":["data"],"summary":"Markdown Table To Json","description":"GWAO4 — Convert a Markdown table to a JSON array of objects.","operationId":"markdown_table_to_json_v1_markdown_table_to_json_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkdownTableToJsonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Markdown Table To Json V1 Markdown Table To Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/json_merge":{"post":{"tags":["data"],"summary":"Json Merge","description":"GWAO5 — Deep merge two JSON objects (b overrides a for conflicts).","operationId":"json_merge_v1_json_merge_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonMergeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Json Merge V1 Json Merge Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_readability_score":{"post":{"tags":["analysis"],"summary":"Text Readability Score","description":"GWAP0 — Combined readability scores: Flesch, Gunning Fog, Coleman-Liau.","operationId":"text_readability_score_v1_text_readability_score_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextReadabilityScoreRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Readability Score V1 Text Readability Score Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_structured_data":{"post":{"tags":["text"],"summary":"Extract Structured Data","description":"GWAP1 — Extract tables, lists, and key-value pairs from text in one call.","operationId":"extract_structured_data_v1_extract_structured_data_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractStructuredDataRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Structured Data V1 Extract Structured Data Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/compare_texts":{"post":{"tags":["analysis"],"summary":"Compare Texts","description":"GWAP2 — Compare two texts: similarity, diff stats, shared/unique words.","operationId":"compare_texts_v1_compare_texts_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompareTextsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Compare Texts V1 Compare Texts Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_augment":{"post":{"tags":["text"],"summary":"Text Augment","description":"GWAP3 — Simple text augmentation for ML training data generation.","operationId":"text_augment_v1_text_augment_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextAugmentRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Augment V1 Text Augment Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/grammar_check":{"post":{"tags":["text"],"summary":"Grammar Check","description":"GWAP4 — Basic grammar check: double spaces, capitalization, punctuation.","operationId":"grammar_check_v1_grammar_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GrammarCheckRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Grammar Check V1 Grammar Check Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_profile":{"post":{"tags":["analysis"],"summary":"Text Profile","description":"GWAP5 — Comprehensive text analysis: all stats in one call.","operationId":"text_profile_v1_text_profile_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextProfileRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Profile V1 Text Profile Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scan_pii":{"post":{"tags":["security"],"summary":"Scan Pii","description":"GWAQ1 — Detect PII presence without redacting; returns types found + counts.","operationId":"scan_pii_v1_scan_pii_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScanPiiRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Scan Pii V1 Scan Pii Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/safe_text":{"post":{"tags":["security"],"summary":"Safe Text","description":"GWAQ2 — Run PII detection and spam-word filtering; return is_safe flag.","operationId":"safe_text_v1_safe_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SafeTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Safe Text V1 Safe Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/rate_limit/status":{"get":{"tags":["usage"],"summary":"Rate Limit Status","description":"GWAQ3 — Show current rate limit status (no auth required).","operationId":"rate_limit_status_v1_rate_limit_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Rate Limit Status V1 Rate Limit Status Get"}}}}}}},"/v1/verify_signature":{"post":{"tags":["security"],"summary":"Verify Signature","description":"GWAQ5 — Verify HMAC-SHA256 signature on a message.","operationId":"verify_signature_v1_verify_signature_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifySignatureRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Verify Signature V1 Verify Signature Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/parse_imports":{"post":{"tags":["code"],"summary":"Parse Imports","description":"GWAR0 — Extract import statements from Python/JavaScript/Go code.","operationId":"parse_imports_v1_parse_imports_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ParseImportsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Parse Imports V1 Parse Imports Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_functions":{"post":{"tags":["code"],"summary":"Extract Functions","description":"GWAR1 — Extract function signatures from Python/JS/Go code.","operationId":"extract_functions_v1_extract_functions_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractFunctionsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Functions V1 Extract Functions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_classes":{"post":{"tags":["code"],"summary":"Extract Classes","description":"GWAR2 — Extract class definitions from Python/JS code.","operationId":"extract_classes_v1_extract_classes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractClassesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Classes V1 Extract Classes Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_complexity":{"post":{"tags":["code"],"summary":"Count Complexity","description":"GWAR3 — Basic cyclomatic complexity estimate (count decision points).","operationId":"count_complexity_v1_count_complexity_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountComplexityRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Complexity V1 Count Complexity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/lint_json_keys":{"post":{"tags":["validation"],"summary":"Lint Json Keys","description":"GWAR4 — Check JSON keys for naming convention issues.","operationId":"lint_json_keys_v1_lint_json_keys_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LintJsonKeysRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Lint Json Keys V1 Lint Json Keys Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/detect_duplicates":{"post":{"tags":["text"],"summary":"Detect Duplicates","description":"GWAR5 — Find duplicate lines or repeatedly used words in text.","operationId":"detect_duplicates_v1_detect_duplicates_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectDuplicatesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Detect Duplicates V1 Detect Duplicates Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/abstractive_summary":{"post":{"tags":["text"],"summary":"Abstractive Summary","description":"GWAS0 — Extract most representative sentence per paragraph as summary.","operationId":"abstractive_summary_v1_abstractive_summary_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AbstractiveSummaryRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Abstractive Summary V1 Abstractive Summary Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/key_sentences":{"post":{"tags":["text"],"summary":"Key Sentences","description":"GWAS1 — Extract top K key sentences using position + frequency scoring.","operationId":"key_sentences_v1_key_sentences_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeySentencesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Key Sentences V1 Key Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_to_questions":{"post":{"tags":["text"],"summary":"Text To Questions","description":"GWAS2 — Generate comprehension questions from text (who/what/when/where).","operationId":"text_to_questions_v1_text_to_questions_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextToQuestionsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text To Questions V1 Text To Questions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/detect_language_quality":{"post":{"tags":["analysis"],"summary":"Detect Language Quality","description":"GWAS3 — Rate language quality: coherence, vocabulary variety, spelling patterns.","operationId":"detect_language_quality_v1_detect_language_quality_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectLanguageQualityRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Detect Language Quality V1 Detect Language Quality Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_numbers_context":{"post":{"tags":["extraction"],"summary":"Extract Numbers Context","description":"GWAS4 — Extract numbers with surrounding context words.","operationId":"extract_numbers_context_v1_extract_numbers_context_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractNumbersContextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Numbers Context V1 Extract Numbers Context Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/find_contradictions":{"post":{"tags":["analysis"],"summary":"Find Contradictions","description":"GWAS5 — Detect potential contradictions (opposing sentiments with connectors).","operationId":"find_contradictions_v1_find_contradictions_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindContradictionsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Find Contradictions V1 Find Contradictions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/markdown_to_html":{"post":{"tags":["format"],"summary":"Markdown To Html","description":"GWAT0 — Convert Markdown to HTML (headers, bold, italic, code, links).","operationId":"markdown_to_html_v1_markdown_to_html_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkdownToHtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Markdown To Html V1 Markdown To Html Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/html_to_markdown":{"post":{"tags":["format"],"summary":"Html To Markdown","description":"GWAT1 — Convert simple HTML to Markdown.","operationId":"html_to_markdown_v1_html_to_markdown_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlToMarkdownRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Html To Markdown V1 Html To Markdown Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/line_numbers":{"post":{"tags":["format"],"summary":"Line Numbers","description":"GWAT4/GWAT5 — Add line numbers to text with configurable start, step, and padding.","operationId":"line_numbers_v1_line_numbers_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LineNumbersRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Line Numbers V1 Line Numbers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_columns":{"post":{"tags":["format"],"summary":"Text Columns","description":"GWAT2 — Format text into N columns (newspaper-style).","operationId":"text_columns_v1_text_columns_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextColumnsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Columns V1 Text Columns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/word_wrap_smart":{"post":{"tags":["format"],"summary":"Word Wrap Smart","description":"GWAT3 — Smart word wrap that preserves code blocks and URLs.","operationId":"word_wrap_smart_v1_word_wrap_smart_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WordWrapSmartRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Word Wrap Smart V1 Word Wrap Smart Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tip_calculator":{"post":{"tags":["math"],"summary":"Tip Calculator","description":"GWAU0 — Calculate tip amount and split between N people.","operationId":"tip_calculator_v1_tip_calculator_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TipCalculatorRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Tip Calculator V1 Tip Calculator Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/loan_calculator":{"post":{"tags":["math"],"summary":"Loan Calculator","description":"GWAU1 — Monthly payment for loan (principal, rate, term).","operationId":"loan_calculator_v1_loan_calculator_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoanCalculatorRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Loan Calculator V1 Loan Calculator Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/compound_interest":{"post":{"tags":["math"],"summary":"Compound Interest","description":"GWAU2 — Compute compound interest over N years.","operationId":"compound_interest_v1_compound_interest_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompoundInterestRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Compound Interest V1 Compound Interest Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/discount_calculator":{"post":{"tags":["math"],"summary":"Discount Calculator","description":"GWAU3 — Calculate discounted price and savings.","operationId":"discount_calculator_v1_discount_calculator_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DiscountCalculatorRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Discount Calculator V1 Discount Calculator Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/bmi_calculator":{"post":{"tags":["math"],"summary":"Bmi Calculator","description":"GWAU4 — BMI from weight/height with category.","operationId":"bmi_calculator_v1_bmi_calculator_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BmiCalculatorRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Bmi Calculator V1 Bmi Calculator Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/age_calculator":{"post":{"tags":["time"],"summary":"Age Calculator","description":"GWAU5 — Age in years/months/days from birthdate.","operationId":"age_calculator_v1_age_calculator_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgeCalculatorRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Age Calculator V1 Age Calculator Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/number_to_words":{"post":{"tags":["text"],"summary":"Number To Words","description":"GWAY0 — Convert integer to English words.","operationId":"number_to_words_v1_number_to_words_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NumberToWordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Number To Words V1 Number To Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/hex_dump":{"post":{"tags":["text"],"summary":"Hex Dump","description":"GWAY1 — Convert text to hex dump with ASCII sidebar.","operationId":"hex_dump_v1_hex_dump_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HexDumpRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Hex Dump V1 Hex Dump Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/substring_find_all":{"post":{"tags":["text"],"summary":"Substring Find All","description":"GWAY2 — Find all positions and surrounding context for a substring.","operationId":"substring_find_all_v1_substring_find_all_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubstringFindAllRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Substring Find All V1 Substring Find All Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/character_frequency":{"post":{"tags":["text"],"summary":"Character Frequency","description":"GWAY3 — Return character frequency distribution sorted by count.","operationId":"character_frequency_v1_character_frequency_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CharacterFrequencyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Character Frequency V1 Character Frequency Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/hamming_distance":{"post":{"tags":["text"],"summary":"Hamming Distance","description":"GWAY4 — Character-by-character Hamming distance for same-length strings.","operationId":"hamming_distance_v1_hamming_distance_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HammingDistanceRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Hamming Distance V1 Hamming Distance Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/url_parse":{"post":{"tags":["text"],"summary":"Url Parse","description":"GWAZ0 — Parse a URL into its components.","operationId":"url_parse_v1_url_parse_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UrlParseRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Url Parse V1 Url Parse Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_truncate":{"post":{"tags":["text"],"summary":"Text Truncate","description":"GWAZ1 — Truncate text at a word boundary with configurable ellipsis.","operationId":"text_truncate_v1_text_truncate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextTruncateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Truncate V1 Text Truncate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_paragraphs":{"post":{"tags":["text"],"summary":"Count Paragraphs","description":"GWAZ2 — Count non-empty paragraphs and return per-paragraph word counts.","operationId":"count_paragraphs_v1_count_paragraphs_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountParagraphsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Paragraphs V1 Count Paragraphs Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/obfuscate_email":{"post":{"tags":["text"],"summary":"Obfuscate Email","description":"GWAZ3 — Partially mask an email address for safe display.","operationId":"obfuscate_email_v1_obfuscate_email_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObfuscateEmailRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Obfuscate Email V1 Obfuscate Email Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/swap_case":{"post":{"tags":["text"],"summary":"Swap Case","description":"GWAZ4 — Toggle case of every character.","operationId":"swap_case_v1_swap_case_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SwapCaseRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Swap Case V1 Swap Case Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/roman_to_int":{"post":{"tags":["text"],"summary":"Roman To Int","description":"GWAZ5 — Convert Roman numeral string to integer.","operationId":"roman_to_int_v1_roman_to_int_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RomanToIntRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Roman To Int V1 Roman To Int Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/live":{"get":{"tags":["health"],"summary":"Liveness Probe","description":"PPP2 — Kubernetes/Railway liveness probe. Always 200 while process runs. No DB calls.","operationId":"liveness_probe_v1_live_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Liveness Probe V1 Live Get"}}}}}}},"/v1/ready":{"get":{"tags":["health"],"summary":"Readiness Probe","description":"PPP1 — Kubernetes/Railway readiness probe. Returns 200 only if critical deps work.","operationId":"readiness_probe_v1_ready_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Readiness Probe V1 Ready Get"}}}}}}},"/v1/health/ready":{"get":{"tags":["health"],"summary":"Health Ready Probe","description":"GWAI1 — Alias for /v1/ready. Readiness probe for load balancers.","operationId":"health_ready_probe_v1_health_ready_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Ready Probe V1 Health Ready Get"}}}}}}},"/v1/echo":{"post":{"tags":["health"],"summary":"Echo Request","description":"PPP3 — Debug endpoint: echo request headers + body. Only works in non-production.","operationId":"echo_request_v1_echo_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Echo Request V1 Echo Post"}}}}}}},"/v1/version":{"get":{"tags":["health"],"summary":"Version Info","description":"BBB3 — Returns just the version number. No auth. Minimal response.","operationId":"version_info_v1_version_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Version Info V1 Version Get"}}}}}}},"/v1/health/version":{"get":{"tags":["health"],"summary":"Health Version","description":"GWAG4 — Shortcut: returns {version} only. Lighter than GET /v1/health for version polls.","operationId":"health_version_v1_health_version_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Health Version V1 Health Version Get"}}}}}}},"/v1/version/history":{"get":{"tags":["health"],"summary":"Version History","description":"GWAK3 — Returns last 5 versions from CHANGELOG.md with their key features. No auth.","operationId":"version_history_v1_version_history_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Version History V1 Version History Get"}}}}}}},"/v1/ping":{"get":{"tags":["health"],"summary":"Ping","description":"JJ3 — Ultra-lightweight health check. No DB, no disk, < 1ms. For load balancers.","operationId":"ping_v1_ping_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Ping V1 Ping Get"}}}}}}},"/v1/health/quick":{"get":{"tags":["health"],"summary":"Health Quick","description":"VVVVV3 — Sub-1ms health check. Returns {ok: true, ts: timestamp}. No DB, no disk.","operationId":"health_quick_v1_health_quick_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Quick V1 Health Quick Get"}}}}}}},"/v1/health/cache":{"get":{"tags":["health"],"summary":"Health Cache","description":"BBBBBB3 — Report on the preprocessing result cache state. No auth.","operationId":"health_cache_v1_health_cache_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Cache V1 Health Cache Get"}}}}}}},"/v1/uptime/human":{"get":{"tags":["health"],"summary":"Uptime Human","description":"GW3F — Human-readable uptime string.","operationId":"uptime_human_v1_uptime_human_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Uptime Human V1 Uptime Human Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/health/timing":{"get":{"tags":["health"],"summary":"Health Timing","description":"GW3D — Last endpoint response times (in-memory ring buffer). No auth.","operationId":"health_timing_v1_health_timing_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Timing V1 Health Timing Get"}}}}}}},"/v1/health/rate-limits":{"get":{"tags":["health"],"summary":"Health Rate Limits","description":"GWE1 — Rate limit config: limits per endpoint group + bypass list (no auth).","operationId":"health_rate_limits_v1_health_rate_limits_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Rate Limits V1 Health Rate Limits Get"}}}}}}},"/v1/status/dependencies":{"get":{"tags":["health"],"summary":"Dependency Status","description":"SSS1 — Lists all optional dependencies and their install status. No auth required.","operationId":"dependency_status_v1_status_dependencies_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Dependency Status V1 Status Dependencies Get"}}}}}}},"/v1/health/dependencies":{"get":{"tags":["health"],"summary":"Health Dependencies","description":"OOOOO1 — List optional Python packages with install status and versions. No auth.","operationId":"health_dependencies_v1_health_dependencies_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Dependencies V1 Health Dependencies Get"}}}}}}},"/v1/encode/base64":{"post":{"tags":["processing"],"summary":"Encode Base64","description":"DDDDDD1 — Base64 encode or decode text.","operationId":"encode_base64_v1_encode_base64_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncodeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Encode Base64 V1 Encode Base64 Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/encode/url":{"post":{"tags":["processing"],"summary":"Encode Url","description":"DDDDDD2 — URL-encode or URL-decode a string.","operationId":"encode_url_v1_encode_url_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncodeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Encode Url V1 Encode Url Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/hash":{"post":{"tags":["processing"],"summary":"Hash Text","description":"DDDDDD3 — Compute a hash of text. Supports md5, sha1, sha256, sha512. No auth.","operationId":"hash_text_v1_hash_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HashRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Hash Text V1 Hash Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/base64_encode":{"post":{"tags":["encoding"],"summary":"Base64 Encode","description":"GWA0 — Encode UTF-8 text to base64.","operationId":"base64_encode_v1_base64_encode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncodingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Base64 Encode V1 Base64 Encode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/base64_decode":{"post":{"tags":["encoding"],"summary":"Base64 Decode","description":"GWA1 — Decode a base64 string to UTF-8 text.","operationId":"base64_decode_v1_base64_decode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncodingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Base64 Decode V1 Base64 Decode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/url_encode":{"post":{"tags":["encoding"],"summary":"Url Encode","description":"GWA2 — Percent-encode a string for URL use.","operationId":"url_encode_v1_url_encode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncodingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Url Encode V1 Url Encode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/url_decode":{"post":{"tags":["encoding"],"summary":"Url Decode","description":"GWA3 — Decode a percent-encoded URL string.","operationId":"url_decode_v1_url_decode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncodingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Url Decode V1 Url Decode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/hex_encode":{"post":{"tags":["encoding"],"summary":"Hex Encode","description":"GWA4 — Encode UTF-8 text to hexadecimal string.","operationId":"hex_encode_v1_hex_encode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncodingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Hex Encode V1 Hex Encode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/hex_decode":{"post":{"tags":["encoding"],"summary":"Hex Decode","description":"GWA5 — Decode a hexadecimal string to UTF-8 text.","operationId":"hex_decode_v1_hex_decode_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncodingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Hex Decode V1 Hex Decode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/crypto/hmac":{"post":{"tags":["crypto"],"summary":"Compute Hmac","description":"GWL0 — Compute HMAC-SHA256 of a message with a secret key (stdlib only).","operationId":"compute_hmac_v1_crypto_hmac_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Compute Hmac V1 Crypto Hmac Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/crypto/generate_key":{"post":{"tags":["crypto"],"summary":"Generate Secure Key","description":"GWL1 — Generate a random secure key of N bytes (hex or base64).","operationId":"generate_secure_key_v1_crypto_generate_key_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Generate Secure Key V1 Crypto Generate Key Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/{path}":{"options":{"summary":" Options Preflight","operationId":"_options_preflight__path__options","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/preprocess_batch":{"post":{"tags":["processing"],"summary":"Preprocess Batch","description":"GG3 — Batch preprocess up to 10 files in one request.\nProcesses each file with preprocess_content and returns merged results.","operationId":"preprocess_batch_v1_preprocess_batch_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContentBatchRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Preprocess Batch V1 Preprocess Batch Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/":{"get":{"tags":["health"],"summary":"Health","description":"Landing page for browsers, JSON status for API clients.","operationId":"health__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"tags":["mcp"],"summary":"Mcp Root","description":"MCP endpoint at root — claude.ai always POSTs MCP messages here.\nRequires Bearer token (ContextForge API key obtained via OAuth).","operationId":"mcp_root__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["mcp"],"summary":"Mcp Root","description":"MCP endpoint at root — claude.ai always POSTs MCP messages here.\nRequires Bearer token (ContextForge API key obtained via OAuth).","operationId":"mcp_root__delete","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/pricing":{"get":{"tags":["ui"],"summary":"Pricing Page","description":"FF1 — Plain-English pricing page showing free vs pro vs team.","operationId":"pricing_page_pricing_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/app":{"get":{"tags":["ui"],"summary":"App Ui","description":"Drag-and-drop web UI — no API key required for demo tier.\nNS10: injects SENTRY_PUBLIC_DSN for browser-side error capture.\nUX-TRYFREE-HONEST: the \"Try for free with Nemotron\" CTA (NIM6) is omitted\nat request time when /v1/try-free would 503 (NVIDIA_SHARED_KEY unset) —\nnever render an inviting CTA that cannot succeed.","operationId":"app_ui_app_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/account":{"get":{"tags":["ui"],"summary":"Account Page","description":"Account dashboard (Paper Brutalism) — profile, API keys, usage & savings,\nplan & billing, settings. Track-2 Section-A UI slice: sample data, structured\nso real (Postgres-backed) data drops in cleanly. NS10: injects SENTRY_PUBLIC_DSN.","operationId":"account_page_account_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/chat":{"get":{"tags":["ui"],"summary":"Chat Page","description":"ContextForge Chat (Paper Brutalism) — token-optimized multi-LLM chat on the\n/v1/chat/completions proxy (auto-compress + LLM routing). Stateless v1.\nNS10: injects SENTRY_PUBLIC_DSN.","operationId":"chat_page_chat_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/signup":{"get":{"tags":["ui"],"summary":"Signup Page","description":"Self-service signup — non-technical users create a free API key. No admin needed.\nGWBA1: injects SENTRY_PUBLIC_DSN for browser-side error capture.","operationId":"signup_page_signup_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/v1/signup":{"post":{"tags":["ui"],"summary":"Signup","description":"Self-service API key creation — no admin key required.\nCreates a free-tier key and returns it once. Store it safely.\nRate-limited by IP to prevent abuse.","operationId":"signup_v1_signup_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignupRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Signup V1 Signup Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/recover":{"post":{"tags":["ui"],"summary":"Recover Key","description":"UX-KEY-RECOVERY — redeem a one-time recovery code for a ROTATED key.\nThe original key cannot be recovered (SHA-256 only); redeeming deactivates\nit and mints a fresh key + fresh recovery code. Unauthenticated by design\n(the caller lost their key); safe because the code is a single-use 144-bit\nsecret — unguessable, no account enumeration.","operationId":"recover_key_v1_recover_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecoverRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Recover Key V1 Recover Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/try-free":{"post":{"tags":["ui"],"summary":"Try Free","description":"NIM6/GW1D: One-click free trial — issues a rate-limited demo API key (max 10/day per IP).\nNo signup form, no email required. Returns a session_key for use in the /app UI.\nRequires NVIDIA_SHARED_KEY to be configured on the server.","operationId":"try_free_v1_try_free_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Try Free V1 Try Free Post"}}}}}}},"/v1/free-credits":{"get":{"tags":["ui"],"summary":"Free Credits","description":"NIM7: Return remaining free NVIDIA requests for the calling session key.\nNo authentication required — returns max limit for unauthenticated requests.","operationId":"free_credits_v1_free_credits_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Free Credits V1 Free Credits Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/ollama-models":{"get":{"tags":["ui"],"summary":"Ollama Models","description":"NIM9: Test connection to a local Ollama instance and list available models.\nNo authentication required — this tests the user's local machine.\nCalls {base}/api/tags to get the model list.","operationId":"ollama_models_v1_ollama_models_get","parameters":[{"name":"x-ollama-base","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Ollama-Base"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Ollama Models V1 Ollama Models Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/providers":{"get":{"tags":["ui"],"summary":"List Providers","description":"AR2 — Lists all supported AI providers with model prefixes, API base URLs, and required env vars.\nNo authentication required (public discovery endpoint).","operationId":"list_providers_v1_providers_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Providers V1 Providers Get"}}}}}}},"/v1/provider-status":{"get":{"tags":["ui"],"summary":"Provider Status","description":"GWAF0 — Check which AI providers are configured on this server.\nReturns availability without exposing key values. No auth required.\n`configured` = a key is present; `usable` (where probed) = the upstream\naccount actually accepts requests right now.","operationId":"provider_status_v1_provider_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Provider Status V1 Provider Status Get"}}}}}}},"/v1/keys/current":{"delete":{"tags":["usage"],"summary":"Delete Current Key","description":"II3 — Revoke the calling API key (self-service deletion).\nUse this when rotating keys or closing your account.\nThe key becomes invalid immediately.","operationId":"delete_current_key_v1_keys_current_delete","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Delete Current Key V1 Keys Current Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/search":{"get":{"tags":["processing"],"summary":"Search Memory","description":"II2 — REST access to memory_search (BM25 + optional semantic).\nSearches across all files previously processed by ContextForge.\nQuery param: ?q=your+question&k=6&semantic=false","operationId":"search_memory_v1_search_get","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","title":"Q"}},{"name":"k","in":"query","required":false,"schema":{"type":"integer","default":6,"title":"K"}},{"name":"semantic","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Semantic"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Search Memory V1 Search Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history":{"get":{"tags":["usage"],"summary":"Processing History","description":"II1/FFFF3 — Last N processing events for the caller's API key.\nSupports pagination: ?page=1&limit=20\nReturns filename, tokens_saved, processor used, and timestamp.","operationId":"processing_history_v1_history_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":50,"title":"Limit"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Processing History V1 History Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/metrics":{"get":{"tags":["health"],"summary":"Prometheus Metrics","description":"RR1 — Server metrics in Prometheus text format.\nNo auth required (standard Prometheus scraping practice).","operationId":"prometheus_metrics_v1_metrics_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/processors":{"get":{"tags":["system"],"summary":"List Processors","description":"VV1 — List all available file processors with their supported extensions.","operationId":"list_processors_v1_processors_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Processors V1 Processors Get"}}}}}}},"/v1/features":{"get":{"tags":["system"],"summary":"Feature Matrix","description":"JJJ2 — Complete feature matrix grouped by tier.\nNo auth required. Useful for sales pages and pricing comparisons.","operationId":"feature_matrix_v1_features_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Feature Matrix V1 Features Get"}}}}}}},"/v1/info":{"get":{"tags":["system"],"summary":"Product Info","description":"GGG3 — All key product info in one call. No auth required.\nVersion, supported features, quick links, and getting started guide.","operationId":"product_info_v1_info_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Product Info V1 Info Get"}}}}}}},"/v1/recommend":{"get":{"tags":["system"],"summary":"Recommend Endpoint","description":"GGG1 — Given a file type and optional query, recommend the best endpoint to use.\nNo auth required. Helpful for new users figuring out which tool to pick.","operationId":"recommend_endpoint_v1_recommend_get","parameters":[{"name":"filename","in":"query","required":false,"schema":{"type":"string","default":"file.txt","title":"Filename"}},{"name":"query","in":"query","required":false,"schema":{"type":"string","default":"","title":"Query"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Recommend Endpoint V1 Recommend Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/robots.txt":{"get":{"tags":["ui"],"summary":"Robots Txt","description":"MMM1 — robots.txt for proper crawl directives.","operationId":"robots_txt_robots_txt_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/sitemap.xml":{"get":{"tags":["ui"],"summary":"Sitemap Xml","description":"MMM2 — sitemap.xml for SEO.","operationId":"sitemap_xml_sitemap_xml_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/manifest.json":{"get":{"tags":["ui"],"summary":"Pwa Manifest","description":"MMM3 — PWA manifest so /app can be installed as a web app.","operationId":"pwa_manifest_manifest_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Pwa Manifest Manifest Json Get"}}}}}}},"/v1/webhooks":{"post":{"tags":["webhooks"],"summary":"Register Webhook","description":"EEEE1 — Register a webhook URL to receive processing completion events.","operationId":"register_webhook_v1_webhooks_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Register Webhook V1 Webhooks Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["webhooks"],"summary":"List Webhooks","description":"EEEE2 — List registered webhooks for the calling key.","operationId":"list_webhooks_v1_webhooks_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Webhooks V1 Webhooks Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/webhooks/test":{"post":{"tags":["webhooks"],"summary":"Test Webhook","description":"EEEE3 — Send a test event to a registered webhook.","operationId":"test_webhook_v1_webhooks_test_post","parameters":[{"name":"webhook_id","in":"query","required":true,"schema":{"type":"string","title":"Webhook Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Test Webhook V1 Webhooks Test Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/webhooks/{webhook_id}":{"get":{"tags":["webhooks"],"summary":"Get Webhook","description":"DDDDD3 — Get a specific webhook by ID.","operationId":"get_webhook_v1_webhooks__webhook_id__get","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","title":"Webhook Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get Webhook V1 Webhooks  Webhook Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["webhooks"],"summary":"Update Webhook","description":"DDDDD2 — Update a webhook URL or events.","operationId":"update_webhook_v1_webhooks__webhook_id__patch","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","title":"Webhook Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Webhook V1 Webhooks  Webhook Id  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["webhooks"],"summary":"Delete Webhook","description":"DDDDD1 — Remove a registered webhook.","operationId":"delete_webhook_v1_webhooks__webhook_id__delete","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","title":"Webhook Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Delete Webhook V1 Webhooks  Webhook Id  Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tags":{"get":{"tags":["system"],"summary":"Common Tags","description":"IIII2 — Common tags/categories for processing results. Useful for filtering history.","operationId":"common_tags_v1_tags_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Common Tags V1 Tags Get"}}}}}}},"/v1/analyze":{"post":{"tags":["processing"],"summary":"Analyze Quality","description":"IIII1 — Analyze compression quality: completeness, accuracy indicators, compression ratio.\nCompares original vs compressed to estimate information retention.","operationId":"analyze_quality_v1_analyze_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalyzeQualityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analyze Quality V1 Analyze Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/limits":{"get":{"tags":["usage"],"summary":"All Limits","description":"IIII3 — Returns all rate limits and quotas for the calling key in one call.","operationId":"all_limits_v1_limits_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response All Limits V1 Limits Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/release":{"get":{"tags":["health"],"summary":"Release Notes","description":"NNNN3 — Release notes for current version. No auth required.","operationId":"release_notes_v1_release_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Release Notes V1 Release Get"}}}}}}},"/v1/api-version":{"get":{"tags":["health"],"summary":"Api Version","description":"FFFF2 — Returns current API version and any upcoming breaking changes.","operationId":"api_version_v1_api_version_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Api Version V1 Api Version Get"}}}}}}},"/v1/quickstart":{"get":{"tags":["system"],"summary":"Quickstart Guide","description":"GWAG0 — Step-by-step integration guide tailored to the caller's tier.\nReturns ready-to-run curl examples using the caller's own API key.","operationId":"quickstart_guide_v1_quickstart_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Quickstart Guide V1 Quickstart Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tokens":{"get":{"tags":["processing"],"summary":"Count Tokens","description":"BBB1 — Rough token count for any text string. No auth required.\nUseful for estimating how many tokens a file would use before compressing.","operationId":"count_tokens_v1_tokens_get","parameters":[{"name":"text","in":"query","required":true,"schema":{"type":"string","title":"Text"}},{"name":"filename","in":"query","required":false,"schema":{"type":"string","default":"file.txt","title":"Filename"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Count Tokens V1 Tokens Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/compress":{"post":{"tags":["processing"],"summary":"Compress Alias","description":"BBB2 — Alias for /v1/preprocess_content with a simpler name.\nIdentical behavior — useful for developers who prefer the shorter name.","operationId":"compress_alias_v1_compress_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreprocessContentRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tokenize":{"post":{"tags":["processing"],"summary":"Tokenize Text","description":"SSS2 — Accurate token counting using tiktoken if available, else character-based estimate.\nUseful for checking if text will fit in a context window before sending.","operationId":"tokenize_text_v1_tokenize_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenizeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tokenize Text V1 Tokenize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/comparison":{"get":{"tags":["system"],"summary":"Comparison Data","description":"HHHH2 — ContextForge vs raw file processing comparison data.","operationId":"comparison_data_v1_comparison_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Comparison Data V1 Comparison Get"}}}}}}},"/v1/blog":{"get":{"tags":["system"],"summary":"Blog Summaries","description":"HHHH1 — Blog-like use case summaries for ContextForge.","operationId":"blog_summaries_v1_blog_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Blog Summaries V1 Blog Get"}}}}}}},"/v1/summarize":{"post":{"tags":["processing"],"summary":"Summarize","description":"WWWW2 — Convenience wrapper: compress file then prepare for summary request.","operationId":"summarize_v1_summarize_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SummarizeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Summarize V1 Summarize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/diff":{"post":{"tags":["processing"],"summary":"Diff Files","description":"AAAAA2 — Compare two versions of file content, show additions/removals.","operationId":"diff_files_v1_diff_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DiffRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Diff Files V1 Diff Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract":{"post":{"tags":["processing"],"summary":"Extract Structured","description":"CCCCC2 — Extract structured data (tables, lists, key-value pairs) from file content.","operationId":"extract_structured_v1_extract_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Extract Structured V1 Extract Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/status/uptime":{"get":{"tags":["health"],"summary":"Uptime Endpoint","description":"CCCCC3 — Dedicated uptime endpoint with availability information.","operationId":"uptime_endpoint_v1_status_uptime_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Uptime Endpoint V1 Status Uptime Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/glossary":{"get":{"tags":["system"],"summary":"Glossary","description":"ZZZZ1 — Defines key terms used in ContextForge responses and docs.","operationId":"glossary_v1_glossary_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Glossary V1 Glossary Get"}}}}}}},"/v1/tips":{"get":{"tags":["system"],"summary":"Quick Tips","description":"ZZZZ2 — Quick tips for getting the most out of ContextForge.","operationId":"quick_tips_v1_tips_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Quick Tips V1 Tips Get"}}}}}}},"/v1/preprocess/stats":{"get":{"tags":["usage"],"summary":"Global Preprocess Stats","description":"AAAAA1 — Global preprocess statistics across all users.","operationId":"global_preprocess_stats_v1_preprocess_stats_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Global Preprocess Stats V1 Preprocess Stats Get"}}}}}}},"/v1/health/extended":{"get":{"tags":["health"],"summary":"Health Extended","description":"AAAAA3 — Extended health check: combines /v1/health + /v1/ready + server stats.","operationId":"health_extended_v1_health_extended_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Extended V1 Health Extended Get"}}}}}}},"/v1/prompt-library":{"get":{"tags":["system"],"summary":"Prompt Library","description":"WWWW1 — Curated prompts for different use cases with ContextForge.","operationId":"prompt_library_v1_prompt_library_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Prompt Library V1 Prompt Library Get"}}}}}}},"/v1/test/echo":{"get":{"tags":["health"],"summary":"Test Echo","description":"XXXX1 — Echo request metadata. Useful for verifying headers and connection.","operationId":"test_echo_v1_test_echo_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Test Echo V1 Test Echo Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/test/slow":{"get":{"tags":["health"],"summary":"Test Slow","description":"XXXX2 — Slow endpoint for timeout testing. Max 5s delay.","operationId":"test_slow_v1_test_slow_get","parameters":[{"name":"delay_ms","in":"query","required":false,"schema":{"type":"integer","default":1000,"title":"Delay Ms"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Test Slow V1 Test Slow Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/benchmark":{"get":{"tags":["health"],"summary":"Internal Benchmark","description":"XXXX3 — Internal benchmark: compress sample data and return performance stats.","operationId":"internal_benchmark_v1_benchmark_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Internal Benchmark V1 Benchmark Get"}}}}}}},"/v1/file-types":{"get":{"tags":["system"],"summary":"File Types Info","description":"WWWW3 — Supported file types with compression stats and tips.","operationId":"file_types_info_v1_file_types_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response File Types Info V1 File Types Get"}}}}}}},"/v1/chunk":{"post":{"tags":["processing"],"summary":"Chunk Content","description":"FFFFF3 — Split large content into overlapping chunks for easier processing.","operationId":"chunk_content_v1_chunk_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChunkRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Chunk Content V1 Chunk Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/pricing/calculator":{"get":{"tags":["system"],"summary":"Pricing Calculator Redirect","description":"GGGGG2 — Pricing calculator info (use POST /v1/estimate for actual calculation).","operationId":"pricing_calculator_redirect_v1_pricing_calculator_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Pricing Calculator Redirect V1 Pricing Calculator Get"}}}}}}},"/v1/use-cases":{"get":{"tags":["system"],"summary":"Use Cases","description":"FFFFF1 — Detailed use cases with ROI calculations per industry.","operationId":"use_cases_v1_use_cases_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Use Cases V1 Use Cases Get"}}}}}}},"/v1/languages":{"get":{"tags":["system"],"summary":"Supported Languages","description":"FFFFF2 — Supported programming languages for the code processor.","operationId":"supported_languages_v1_languages_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Supported Languages V1 Languages Get"}}}}}}},"/v1/testimonials":{"get":{"tags":["system"],"summary":"Testimonials","description":"BBBB1 — Curated use cases showing real token savings for different user types.","operationId":"testimonials_v1_testimonials_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Testimonials V1 Testimonials Get"}}}}}}},"/v1/faq":{"get":{"tags":["system"],"summary":"Faq","description":"CCCC1 — Frequently asked questions as JSON.","operationId":"faq_v1_faq_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Faq V1 Faq Get"}}}}}}},"/v1/pricing/plans":{"get":{"tags":["system"],"summary":"Pricing Plans","description":"CCCC2 — Detailed pricing data as JSON (for dynamic pricing page).","operationId":"pricing_plans_v1_pricing_plans_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Pricing Plans V1 Pricing Plans Get"}}}}}}},"/v1/waitlist":{"post":{"tags":["system"],"summary":"Join Waitlist","description":"CCCC3 — Submit email to join Pro waitlist.","operationId":"join_waitlist_v1_waitlist_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WaitlistRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Join Waitlist V1 Waitlist Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/preprocess_content/schema":{"get":{"tags":["processing"],"summary":"Preprocess Schema","description":"RRRR2 — JSON Schema for the preprocess_content request body.","operationId":"preprocess_schema_v1_preprocess_content_schema_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Preprocess Schema V1 Preprocess Content Schema Get"}}}}}}},"/v1/plans":{"get":{"tags":["system"],"summary":"Plans Comparison","description":"QQQQ1 — Compare ContextForge plans to raw Claude/OpenAI pricing in real $.","operationId":"plans_comparison_v1_plans_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Plans Comparison V1 Plans Get"}}}}}}},"/v1/estimate":{"post":{"tags":["system"],"summary":"Cost Estimate","description":"QQQQ2 — Estimate monthly cost savings given usage pattern.","operationId":"cost_estimate_v1_estimate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EstimateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Cost Estimate V1 Estimate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/estimate_tokens":{"post":{"tags":["system"],"summary":"Estimate Tokens","description":"GWAE1 — Fast token count estimate for any text without preprocessing.\n\nReturns token count and estimated cost at the specified model's input price.\nNo authentication required — useful for client-side pre-flight checks.","operationId":"estimate_tokens_v1_estimate_tokens_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EstimateTokensRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Estimate Tokens V1 Estimate Tokens Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/integrations":{"get":{"tags":["system"],"summary":"Integrations List","description":"QQQQ3 — List all supported integrations with setup links.","operationId":"integrations_list_v1_integrations_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Integrations List V1 Integrations Get"}}}}}}},"/v1/examples/{example_id}":{"get":{"tags":["system"],"summary":"Get Example","description":"CCCCC1 — Get a specific curated example with sample data to try.","operationId":"get_example_v1_examples__example_id__get","parameters":[{"name":"example_id","in":"path","required":true,"schema":{"type":"string","title":"Example Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get Example V1 Examples  Example Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/examples":{"get":{"tags":["system"],"summary":"Curated Examples","description":"YYY1 — Curated examples of what ContextForge can do, with sample data.","operationId":"curated_examples_v1_examples_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Curated Examples V1 Examples Get"}}}}}}},"/v1/demo":{"post":{"tags":["system"],"summary":"Demo Compression","description":"YYY2 — Demo compression on built-in sample data. No auth required. For onboarding.","operationId":"demo_compression_v1_demo_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Demo Compression V1 Demo Post"}}}}}}},"/v1/sdk/python":{"get":{"tags":["system"],"summary":"Sdk Python","description":"VVV1 — Python SDK setup code snippet. No auth required.","operationId":"sdk_python_v1_sdk_python_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Sdk Python V1 Sdk Python Get"}}}}}}},"/v1/sdk/node":{"get":{"tags":["system"],"summary":"Sdk Node","description":"VVV2 — Node.js SDK setup code snippet. No auth required.","operationId":"sdk_node_v1_sdk_node_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Sdk Node V1 Sdk Node Get"}}}}}}},"/v1/moderations":{"post":{"tags":["openai-compat"],"summary":"Moderations","description":"KKKK2 — OpenAI-compatible moderations stub. Always returns safe=True.","operationId":"moderations_v1_moderations_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModerationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Moderations V1 Moderations Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/images/generations":{"post":{"tags":["openai-compat"],"summary":"Images Not Supported","description":"OAI stub — Image generation is not available in ContextForge. Returns 501.","operationId":"images_not_supported_v1_images_generations_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Images Not Supported V1 Images Generations Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/fine-tunes":{"post":{"tags":["openai-compat"],"summary":"Fine Tuning Not Supported","description":"OAI stub — Fine-tuning is not available in ContextForge. Returns 501.","operationId":"fine_tuning_not_supported_v1_fine_tunes_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Fine Tuning Not Supported V1 Fine Tunes Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/fine_tuning/jobs":{"post":{"tags":["openai-compat"],"summary":"Fine Tuning Not Supported","description":"OAI stub — Fine-tuning is not available in ContextForge. Returns 501.","operationId":"fine_tuning_not_supported_v1_fine_tuning_jobs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Fine Tuning Not Supported V1 Fine Tuning Jobs Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/models/{id}/tokens":{"get":{"tags":["openai-compat"],"summary":"Model Token Pricing","description":"KKKK1 — Token pricing info for a model.","operationId":"model_token_pricing_v1_models__id__tokens_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","title":"Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Model Token Pricing V1 Models  Id  Tokens Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/organization":{"get":{"tags":["usage"],"summary":"Organization Info","description":"KKKK3 — Organization-level info (tier, limits, usage aggregate).","operationId":"organization_info_v1_organization_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Organization Info V1 Organization Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/assistants":{"get":{"tags":["openai-compat"],"summary":"List Assistants","description":"TTTT1 — OpenAI Assistants API stub. Returns empty list for SDK compatibility.","operationId":"list_assistants_v1_assistants_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Assistants V1 Assistants Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["openai-compat"],"summary":"Create Assistant","description":"TTTT1 — Assistants stub: create (returns minimal object).","operationId":"create_assistant_v1_assistants_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Assistant V1 Assistants Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/threads":{"get":{"tags":["openai-compat"],"summary":"List Threads","description":"TTTT2 — OpenAI Threads API stub. Returns empty list for SDK compatibility.","operationId":"list_threads_v1_threads_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Threads V1 Threads Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["openai-compat"],"summary":"Create Thread","description":"TTTT2 — Threads stub: create thread (returns minimal object).","operationId":"create_thread_v1_threads_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Thread V1 Threads Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/files":{"post":{"tags":["openai-compat"],"summary":"Upload File Openai","description":"TTTT3 — OpenAI-compatible file upload. Returns OpenAI-format file object.","operationId":"upload_file_openai_v1_files_post","parameters":[{"name":"purpose","in":"query","required":false,"schema":{"type":"string","default":"assistants","title":"Purpose"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_upload_file_openai_v1_files_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Upload File Openai V1 Files Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["processing"],"summary":"List Files","description":"Y1 — List all uploaded files belonging to the caller's API key.\nReturns file_id, original filename, size in bytes, and upload time.","operationId":"list_files_v1_files_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Files V1 Files Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/sdk/{language}":{"get":{"tags":["system"],"summary":"Sdk Unified","description":"ZZZ2 — Unified SDK endpoint. Supports: python, node, curl, go, ruby.","operationId":"sdk_unified_v1_sdk__language__get","parameters":[{"name":"language","in":"path","required":true,"schema":{"type":"string","title":"Language"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Sdk Unified V1 Sdk  Language  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/sdk/curl":{"get":{"tags":["system"],"summary":"Sdk Curl","description":"VVV3 — curl examples for main endpoints. No auth required.","operationId":"sdk_curl_v1_sdk_curl_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Sdk Curl V1 Sdk Curl Get"}}}}}}},"/v1/stats":{"get":{"tags":["health"],"summary":"Server Stats","description":"WWW2 — Public server stats. Uptime, total requests, and basic performance info.","operationId":"server_stats_v1_stats_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Server Stats V1 Stats Get"}}}}}}},"/v1/rate_limit_status":{"get":{"tags":["health"],"summary":"Rate Limit Status Public","description":"RL3 — Returns rate limit rules and the calling IP's current window usage.\n\nNo auth required — intended for API developers to understand limits before\nhitting them and to implement exponential backoff.","operationId":"rate_limit_status_public_v1_rate_limit_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Rate Limit Status Public V1 Rate Limit Status Get"}}}}}}},"/v1/health":{"get":{"tags":["health"],"summary":"Health V1","description":"Human-readable health check — no API key required. Safe to bookmark.\nNNN3: Response cached for 30s to avoid rebuilding hardware/processor info on every request.\nNNN2: X-Cache-Age header shows seconds since last cache refresh.","operationId":"health_v1_v1_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health V1 V1 Health Get"}}}}}}},"/.well-known/oauth-protected-resource":{"get":{"tags":["oauth"],"summary":"Oauth Protected Resource","description":"OAuth protected-resource metadata (.well-known) for MCP client discovery.","operationId":"oauth_protected_resource__well_known_oauth_protected_resource_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Oauth Protected Resource  Well Known Oauth Protected Resource Get"}}}}}}},"/.well-known/oauth-protected-resource/{suffix}":{"get":{"tags":["oauth"],"summary":"Oauth Protected Resource Suffixed","description":"RFC 9728 §3.1 path-suffix metadata (UX-MCP-WELLKNOWN-SUFFIX).\n\nClients of a resource with a path component (e.g. ``{base}/mcp``) insert\nthe well-known segment between host and path, fetching\n``/.well-known/oauth-protected-resource/mcp``. The 2025-06-18 MCP auth\nspec relies on this; previously only the bare path existed and the suffix\nform 404'd. Returns the same authorization_servers as the bare doc, with\n``resource`` identifying the suffixed resource per RFC 9728 §3.3.","operationId":"oauth_protected_resource_suffixed__well_known_oauth_protected_resource__suffix__get","parameters":[{"name":"suffix","in":"path","required":true,"schema":{"type":"string","title":"Suffix"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Oauth Protected Resource Suffixed  Well Known Oauth Protected Resource  Suffix  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/.well-known/oauth-authorization-server":{"get":{"tags":["oauth"],"summary":"Oauth Metadata","description":"OAuth authorization-server metadata (.well-known) — advertises auth/token endpoints for MCP.","operationId":"oauth_metadata__well_known_oauth_authorization_server_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Oauth Metadata  Well Known Oauth Authorization Server Get"}}}}}}},"/register":{"post":{"tags":["oauth"],"summary":"Client Registration","description":"Dynamic client registration (RFC 7591) — required by claude.ai.","operationId":"client_registration_register_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/authorize":{"get":{"tags":["oauth"],"summary":"Authorize Get","description":"OAuth 2.0 authorization endpoint (GET) — start of the MCP authorization flow.","operationId":"authorize_get_authorize_get","parameters":[{"name":"response_type","in":"query","required":false,"schema":{"type":"string","default":"","title":"Response Type"}},{"name":"client_id","in":"query","required":false,"schema":{"type":"string","default":"","title":"Client Id"}},{"name":"redirect_uri","in":"query","required":false,"schema":{"type":"string","default":"","title":"Redirect Uri"}},{"name":"state","in":"query","required":false,"schema":{"type":"string","default":"","title":"State"}},{"name":"code_challenge","in":"query","required":false,"schema":{"type":"string","default":"","title":"Code Challenge"}},{"name":"code_challenge_method","in":"query","required":false,"schema":{"type":"string","default":"S256","title":"Code Challenge Method"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["oauth"],"summary":"Authorize Post","description":"OAuth 2.0 authorization endpoint (POST) — submit consent and issue an authorization code.","operationId":"authorize_post_authorize_post","requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_authorize_post_authorize_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/token":{"post":{"tags":["oauth"],"summary":"Token","description":"OAuth 2.0 token endpoint — exchange an authorization code for an access token.","operationId":"token_token_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Token Token Post"}}}}}}},"/auth/google/login":{"get":{"tags":["sso"],"summary":"Google Login","description":"Begin Google SSO. Inert-safe: 503 JSON when GOOGLE_CLIENT_ID/SECRET are unset.\nOtherwise: mint a single-use CSRF `state`, stash it in a short-lived\nHttpOnly+Secure+SameSite=Lax cookie, and 302 to Google's authorize URL.","operationId":"google_login_auth_google_login_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/auth/google/callback":{"get":{"tags":["sso"],"summary":"Google Callback","description":"Google SSO callback. Validates CSRF state (single-use), exchanges the code,\nVERIFIES the id_token (JWKS signature + aud + iss + exp), provisions-or-links\na ContextForge account + cf-key, then sets a fresh signed session cookie and\n302s to /account ONLY (open-redirect-proof — no user-controlled redirect).","operationId":"google_callback_auth_google_callback_get","parameters":[{"name":"code","in":"query","required":false,"schema":{"type":"string","default":"","title":"Code"}},{"name":"state","in":"query","required":false,"schema":{"type":"string","default":"","title":"State"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/logout":{"post":{"tags":["sso"],"summary":"Auth Logout","description":"Clear the session cookie (sign out). Always 200 — idempotent.","operationId":"auth_logout_auth_logout_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/me":{"get":{"tags":["sso"],"summary":"Me","description":"Return the session account's profile + usage (same figures /v1/usage gives\nfor that account's key) — authenticated ONLY by the signed session cookie,\nWITHOUT ever exposing the raw key. Absent/invalid/expired cookie -> 401.","operationId":"me_v1_me_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/ads-config":{"get":{"tags":["system"],"summary":"Ads Config Public","description":"ADS-CONFIG: public, tier-agnostic ad configuration the frontend reads to decide\nwhether to inject the AdSense script. Returns `{\"enabled\": false}` (nothing else)\nwhen CF_ADS_ENABLED is off — no client id leaks and zero ad code loads. Works for\nanonymous demo users who have no session cookie.","operationId":"ads_config_public_v1_ads_config_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/privacy":{"get":{"tags":["ui"],"summary":"Privacy Page","description":"ADS-PRIVACY-TERMS: privacy policy — AdSense requires an accessible one that\ndiscloses third-party ad cookies. Brand-matched, static, no auth.","operationId":"privacy_page_privacy_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/terms":{"get":{"tags":["ui"],"summary":"Terms Page","description":"ADS-PRIVACY-TERMS: terms of service. Brand-matched, static, no auth.","operationId":"terms_page_terms_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/auth/google/status":{"get":{"tags":["sso"],"summary":"Google Sso Status","description":"Public, secret-free flag the /account page reads to decide whether to show the SSO button.","operationId":"google_sso_status_auth_google_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/feedback":{"post":{"tags":["system"],"summary":"Submit Feedback","description":"Y3 — Submit feedback on a preprocessing result.\nRatings and comments are stored as test cases for future quality improvements.","operationId":"submit_feedback_v1_feedback_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeedbackRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Submit Feedback V1 Feedback Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/share":{"post":{"tags":["system"],"summary":"Create Share","description":"BBBB2 — Generate a shareable link for a processing result. No auth required. 24h TTL.","operationId":"create_share_v1_share_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Create Share V1 Share Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/share/{share_id}":{"get":{"tags":["system"],"summary":"Get Share","description":"BBBB2 — Retrieve a shared processing result by ID. No auth required.","operationId":"get_share_v1_share__share_id__get","parameters":[{"name":"share_id","in":"path","required":true,"schema":{"type":"string","title":"Share Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get Share V1 Share  Share Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/status":{"get":{"tags":["system"],"summary":"Status","description":"Status.","operationId":"status_v1_status_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Status V1 Status Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/status/full":{"get":{"tags":["system"],"summary":"Status Full","description":"VV3 — Comprehensive status: hardware + processors + tier + usage + server load.","operationId":"status_full_v1_status_full_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Status Full V1 Status Full Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/preprocess":{"post":{"tags":["processing"],"summary":"Preprocess","description":"Preprocess.","operationId":"preprocess_v1_preprocess_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreprocessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Preprocess V1 Preprocess Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/preprocess_content":{"post":{"tags":["processing"],"summary":"Preprocess Content","description":"Preprocess raw file content passed as a string (for Claude.ai cloud MCP use).\n\nH2: smart_query auto-detection for tabular files with computable query hints.\nJ3b: Files >5MB are split into chunks, processed, and merged.\nV2: Returns X-ContextForge-Processing-Ms header with elapsed processing time.","operationId":"preprocess_content_v1_preprocess_content_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreprocessContentRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/batch_preprocess_content":{"post":{"tags":["processing"],"summary":"Batch Preprocess Content","description":"GWAG3 — Compress an array of {content, filename} objects in one request.\nReturns results in the same order. Reduces round-trips for multi-file workflows.\nLimit: 20 files per request.","operationId":"batch_preprocess_content_v1_batch_preprocess_content_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchPreprocessContentRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Batch Preprocess Content V1 Batch Preprocess Content Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/analyze_prompt":{"post":{"tags":["processing"],"summary":"Analyze Prompt Endpoint","description":"Real-time prompt scoring via local heuristics — zero API cost, instant response.\nCalled on every keystroke debounce.","operationId":"analyze_prompt_endpoint_v1_analyze_prompt_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalyzePromptRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Analyze Prompt Endpoint V1 Analyze Prompt Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/improve_prompt":{"post":{"tags":["processing"],"summary":"Improve Prompt Endpoint","description":"Generate a fully rewritten, ready-to-use improved prompt via Claude Haiku.\n~$0.0006 per call. Only called when user explicitly clicks Improve.","operationId":"improve_prompt_endpoint_v1_improve_prompt_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalyzePromptRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Improve Prompt Endpoint V1 Improve Prompt Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/smart_query":{"post":{"tags":["processing"],"summary":"Smart Query Rest","description":"CC2 — Direct REST access to smart_query (no MCP needed).\n\nAnswers COUNT/SUM/FILTER/GROUP_BY/SCHEMA/SAMPLE questions directly from\ntabular data without LLM cost. Equivalent to the smart_query MCP tool.\nReturns mode='direct_answer' with the answer, or mode='passthrough' if\nthe question needs Claude to reason about it.","operationId":"smart_query_rest_v1_smart_query_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartQueryRestRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Smart Query Rest V1 Smart Query Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/smart_preprocess":{"post":{"tags":["processing"],"summary":"Smart Preprocess","description":"Smart preprocessing: captures the user's question, routes to direct answer\n(via Claude Haiku + pandas) or falls back to full preprocessing.\nAlso produces an optimized file for re-upload into Claude.","operationId":"smart_preprocess_v1_smart_preprocess_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartPreprocessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Smart Preprocess V1 Smart Preprocess Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/download/{file_id}":{"get":{"tags":["processing"],"summary":"Download File","description":"Download an optimized file by its file_id.","operationId":"download_file_v1_download__file_id__get","parameters":[{"name":"file_id","in":"path","required":true,"schema":{"type":"string","title":"File Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/files/{file_id}":{"delete":{"tags":["processing"],"summary":"Delete File","description":"Immediately delete an uploaded/optimized file from the server.\nUsers can call this to enforce zero-retention instead of waiting for the 1-hour GC.","operationId":"delete_file_v1_files__file_id__delete","parameters":[{"name":"file_id","in":"path","required":true,"schema":{"type":"string","title":"File Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/optimize":{"post":{"tags":["processing"],"summary":"Optimize","description":"Optimize.","operationId":"optimize_v1_optimize_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OptimizeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Optimize V1 Optimize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/cache":{"get":{"tags":["cache"],"summary":"Cache Stats","description":"Y2/LLLL3 — Cache stats with per-processor breakdown and hit rate.","operationId":"cache_stats_v1_cache_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Cache Stats V1 Cache Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/cache/clear":{"post":{"tags":["cache"],"summary":"Cache Clear","description":"Cache clear.","operationId":"cache_clear_v1_cache_clear_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Cache Clear V1 Cache Clear Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/memory":{"get":{"tags":["cache"],"summary":"Memory Stats","description":"Return stats for the persistent markdown query cache (Obsidian memory).","operationId":"memory_stats_v1_memory_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Memory Stats V1 Memory Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/memory/notes":{"get":{"tags":["cache"],"summary":"Memory Notes","description":"Return cached note metadata for knowledge graph / mind map rendering.","operationId":"memory_notes_v1_memory_notes_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":200,"title":"Limit"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Memory Notes V1 Memory Notes Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/memory/search":{"get":{"tags":["cache"],"summary":"Memory Search","description":"Hybrid BM25 + semantic search over the memory graph.\n\nUsed by the extension to retrieve relevant past Q+A pairs before sending\na message to Claude (retrieval-augmented generation / perfect recall).\n\nQuery params:\n  q        — search query (min 2 chars)\n  k        — max results (1-12, default 6)\n  file     — filter by file substring\n  semantic — if true, fuse BM25 with embedding cosine similarity via RRF\n             (Pro/Team tier recommended; falls back to BM25 if unavailable)\n\nSecurity: notes tagged #private are excluded. Every retrieval is logged\n(query hash + note IDs + key hash) to the local audit table.","operationId":"memory_search_v1_memory_search_get","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","title":"Q"}},{"name":"k","in":"query","required":false,"schema":{"type":"integer","default":6,"title":"K"}},{"name":"file","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"File"}},{"name":"semantic","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Semantic"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Memory Search V1 Memory Search Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/usage/export.csv":{"get":{"tags":["usage"],"summary":"Export Usage Csv","description":"LL2 — Download all usage history as a CSV file.\nHeaders: timestamp, filename, tokens_saved, original_tokens, processors","operationId":"export_usage_csv_v1_usage_export_csv_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/usage":{"get":{"tags":["usage"],"summary":"Usage","description":"Usage.","operationId":"usage_v1_usage_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Usage V1 Usage Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/dashboard":{"get":{"tags":["usage"],"summary":"Dashboard","description":"Usage dashboard — token savings over time, file type breakdown, cost savings estimate.\nPlain-English format designed for non-technical users.","operationId":"dashboard_v1_dashboard_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Dashboard V1 Dashboard Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/openai":{"get":{"tags":["openai-compat"],"summary":"Openai Compatibility","description":"SS2 — OpenAI compatibility overview. Shows which endpoints work as drop-in replacements.","operationId":"openai_compatibility_v1_openai_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Openai Compatibility V1 Openai Get"}}}}}}},"/v1/models":{"get":{"tags":["openai-compat"],"summary":"List Models","description":"GWAF3 — OpenAI-compatible model listing with availability based on configured provider keys.\n\nOptional filters:\n- ?type=text-embedding — return only embedding models\n- ?type=model — return only chat/completion models\n- ?owned_by=xai — return only xAI Grok models\n- ?available=true — return only models whose provider API key is configured\n- ?available=false — return only models whose provider key is NOT configured","operationId":"list_models_v1_models_get","parameters":[{"name":"type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Filter by model object type: 'model' or 'text-embedding'","title":"Type"},"description":"Filter by model object type: 'model' or 'text-embedding'"},{"name":"owned_by","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Filter by provider: 'contextforge', 'xai', 'perplexity', 'nvidia'","title":"Owned By"},"description":"Filter by provider: 'contextforge', 'xai', 'perplexity', 'nvidia'"},{"name":"available","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Filter by availability: 'true' shows only models with configured API keys","title":"Available"},"description":"Filter by availability: 'true' shows only models with configured API keys"},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Models V1 Models Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/models/{model_id}":{"get":{"tags":["openai-compat"],"summary":"Get Model","description":"OpenAI-compatible single model retrieval. Includes available field.","operationId":"get_model_v1_models__model_id__get","parameters":[{"name":"model_id","in":"path","required":true,"schema":{"type":"string","title":"Model Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get Model V1 Models  Model Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/chat":{"post":{"tags":["openai-compat"],"summary":"Chat Alias","description":"GGG2 — Simpler alias for /v1/chat/completions. Same behavior, shorter path.","operationId":"chat_alias_v1_chat_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChatCompletionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Chat Alias V1 Chat Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/completions":{"post":{"tags":["openai-compat"],"summary":"Legacy Completions","description":"OAI-compatible legacy text completions endpoint.\n\nConverts the prompt to a chat message and delegates to /v1/chat/completions,\nthen converts the chat response to text_completion format. Compatible with\nolder OpenAI SDK clients (openai.Completion.create / completions.create).","operationId":"legacy_completions_v1_completions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompletionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Legacy Completions V1 Completions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/chat/completions":{"post":{"tags":["openai-compat"],"summary":"Chat Completions","description":"OpenAI-compatible chat completions endpoint.\n\nDrop-in replacement for the OpenAI API — configure your OpenAI SDK to use\nContextForge's base URL. Large message content is automatically compressed\nbefore being sent to Claude, saving tokens without changing your code.\n\nModel mapping:\n  gpt-4o, gpt-4-turbo, gpt-4  → claude-sonnet-4-6\n  gpt-4o-mini, gpt-3.5-turbo  → claude-haiku-4-5-20251001","operationId":"chat_completions_v1_chat_completions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChatCompletionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Chat Completions V1 Chat Completions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/checkout/pro":{"post":{"tags":["billing"],"summary":"Create Checkout Session","description":"MM1 — Create a Stripe Checkout session for the Pro plan upgrade.\nReturns a checkout_url to redirect the user to Stripe's hosted page.\nRequires STRIPE_SECRET_KEY and STRIPE_PRO_PRICE_ID env vars.","operationId":"create_checkout_session_v1_checkout_pro_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Checkout Session V1 Checkout Pro Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/webhooks/stripe":{"post":{"tags":["billing"],"summary":"Stripe Webhook","description":"Stripe webhook endpoint — upgrades/downgrades API key tiers automatically.\nSet STRIPE_WEBHOOK_SECRET env var and register this URL in Stripe dashboard.\nNo API key required (Stripe signs the payload instead).","operationId":"stripe_webhook_webhooks_stripe_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Stripe Webhook Webhooks Stripe Post"}}}}}}},"/docs":{"get":{"tags":["ui"],"summary":"Api Docs","description":"N2/BB2 — Human-readable API docs page. No auth required. Plain English, not Swagger.","operationId":"api_docs_docs_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/connect":{"get":{"tags":["ui"],"summary":"Connect Page","description":"Copy-paste MCP setup for every client (Claude Code, Claude Desktop, claude.ai,\nChatGPT, Cursor, generic JSON). No auth required — the discovery/onboarding surface\nlinked from directory listings (mcp.so, Smithery, Glama) and the landing nav.","operationId":"connect_page_connect_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/v1/embeddings":{"post":{"tags":["openai-compat"],"summary":"Embeddings","description":"J5 — OpenAI-compatible embeddings endpoint.\n\nUses sentence-transformers (all-MiniLM-L6-v2) if available.\nFalls back to a deterministic hash-based pseudo-embedding for compatibility\nwhen sentence-transformers is not installed.\n\nThese embeddings are suitable for semantic search, clustering, and\nsimilarity comparisons — not for training ML models.","operationId":"embeddings_v1_embeddings_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmbeddingsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Embeddings V1 Embeddings Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/changelog":{"get":{"tags":["system"],"summary":"Changelog","description":"N3 — Latest changelog entries as JSON. No auth required. Non-technical friendly.","operationId":"changelog_v1_changelog_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Changelog V1 Changelog Get"}}}}}}},"/v1/mcp-tools":{"get":{"tags":["system"],"summary":"Mcp Tools","description":"P1 — List all MCP tools available at the caller's subscription tier.\nReturns tool names, descriptions, and example queries. JSON.","operationId":"mcp_tools_v1_mcp_tools_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Mcp Tools V1 Mcp Tools Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/keys/rotate":{"post":{"tags":["usage"],"summary":"Rotate Key","description":"CC3 — Generate a new API key with the same tier, then revoke the old one.\nReturns the new key once. Store it safely.","operationId":"rotate_key_v1_keys_rotate_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Rotate Key V1 Keys Rotate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate":{"post":{"tags":["processing"],"summary":"Validate Preprocess","description":"SS3 — Dry-run preprocess without storing result.\nReturns token estimates and compression ratio without actual processing.\nUseful for checking if a file is worth compressing before sending.","operationId":"validate_preprocess_v1_validate_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Validate Preprocess V1 Validate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/keys":{"get":{"tags":["usage"],"summary":"Get My Key Info","description":"PP3 — Get info about the calling API key (tier, limits, creation date).","operationId":"get_my_key_info_v1_keys_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get My Key Info V1 Keys Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/quota":{"get":{"tags":["usage"],"summary":"Quota Status","description":"CC1 — Remaining daily requests for the calling API key.\nPlain-English format: shows used, remaining, and limit.","operationId":"quota_status_v1_quota_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Quota Status V1 Quota Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/rate-limit":{"get":{"tags":["usage"],"summary":"Rate Limit Status","description":"M4 — Show current rate limit status for the calling API key.\nReturns tier limits and current usage window, friendly for non-technical users.","operationId":"rate_limit_status_v1_rate_limit_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Rate Limit Status V1 Rate Limit Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tier":{"get":{"tags":["usage"],"summary":"Tier Info","description":"Return the current API key's tier, rate/quota limits, and deployment mode.","operationId":"tier_info_v1_tier_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Tier Info V1 Tier Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/budget":{"get":{"tags":["usage"],"summary":"Budget","description":"Return cumulative token savings and usage budget for the calling API key.","operationId":"budget_v1_budget_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Budget V1 Budget Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/compress/shell":{"post":{"tags":["processing"],"summary":"Compress Shell","description":"Compress verbose terminal/CLI output before sending to an LLM.\n\nSupports: git status/log/diff, npm, pytest, cargo, docker, pip, kubectl, and more.\nTypical reduction: 60-90% token savings vs raw terminal output.\nSet tool='auto' to detect the CLI tool automatically from output content.","operationId":"compress_shell_v1_compress_shell_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShellCompressRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Compress Shell V1 Compress Shell Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/smart_preprocess/batch":{"post":{"tags":["processing"],"summary":"Batch Preprocess","description":"Run a query across multiple uploaded files (Pro/Team tier only).\n\nAccepts a list of file_ids (from /v1/upload or previous /v1/smart_preprocess\noptimized_file responses) and a single query string.\n\nBehaviour by file type:\n  - CSV / Excel files: DataFrames are merged (union) and the query runs\n    on the combined dataset — useful for aggregating data split across\n    multiple files.\n  - Other file types (PDF, DOCX, TXT, code, etc.): each file is preprocessed\n    individually and results are concatenated. FIND/FILTER queries report\n    matches per file.\n\nResponses include per-file results plus a combined answer where possible.\nLimited to 10 files per request. Max file size per file follows tier limits.","operationId":"batch_preprocess_v1_smart_preprocess_batch_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchPreprocessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Batch Preprocess V1 Smart Preprocess Batch Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/testcase":{"post":{"tags":["monitoring"],"summary":"Submit Testcase","description":"Submit a human test case: before/after token counts + quality rating.","operationId":"submit_testcase_v1_testcase_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestCaseRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Submit Testcase V1 Testcase Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/upload":{"post":{"tags":["processing"],"summary":"Upload File","description":"Single-shot upload for files ≤ ~10 MB. Larger files should use chunked upload.","operationId":"upload_file_v1_upload_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_upload_file_v1_upload_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Upload File V1 Upload Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/upload/init":{"post":{"tags":["processing"],"summary":"Init Chunked Upload","description":"Start a chunked upload session. Returns an upload_id.\nSessions are stored on disk — survive restarts and work across workers.\nPOST chunks to /v1/upload/chunk/{upload_id}, finalize with /v1/upload/finalize/{upload_id}.","operationId":"init_chunked_upload_v1_upload_init_post","parameters":[{"name":"filename","in":"query","required":true,"schema":{"type":"string","title":"Filename"}},{"name":"total_size","in":"query","required":true,"schema":{"type":"integer","title":"Total Size"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Init Chunked Upload V1 Upload Init Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/upload/chunk/{upload_id}":{"post":{"tags":["processing"],"summary":"Upload Chunk","description":"Upload one 20 MB chunk. Any worker can receive any chunk.","operationId":"upload_chunk_v1_upload_chunk__upload_id__post","parameters":[{"name":"upload_id","in":"path","required":true,"schema":{"type":"string","title":"Upload Id"}},{"name":"chunk_index","in":"query","required":true,"schema":{"type":"integer","title":"Chunk Index"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_upload_chunk_v1_upload_chunk__upload_id__post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Upload Chunk V1 Upload Chunk  Upload Id  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/upload/finalize/{upload_id}":{"post":{"tags":["processing"],"summary":"Finalize Chunked Upload","description":"Assemble all chunks into a single file. Returns file_id usable with\n/v1/smart_preprocess (encoding: \"server_path\").","operationId":"finalize_chunked_upload_v1_upload_finalize__upload_id__post","parameters":[{"name":"upload_id","in":"path","required":true,"schema":{"type":"string","title":"Upload Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Finalize Chunked Upload V1 Upload Finalize  Upload Id  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/upload/{file_id}":{"delete":{"tags":["processing"],"summary":"Delete Upload","description":"Delete an uploaded file by its file_id.","operationId":"delete_upload_v1_upload__file_id__delete","parameters":[{"name":"file_id","in":"path","required":true,"schema":{"type":"string","title":"File Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Delete Upload V1 Upload  File Id  Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/keys":{"post":{"tags":["admin"],"summary":"Admin Create Key","description":"Admin: create a new API key (requires admin auth).","operationId":"admin_create_key_v1_admin_keys_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateKeyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"},"title":"Response Admin Create Key V1 Admin Keys Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["admin"],"summary":"Admin List Keys","description":"Admin: list all API keys with tier and status (requires admin auth).","operationId":"admin_list_keys_v1_admin_keys_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response Admin List Keys V1 Admin Keys Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/keys/{api_key}":{"delete":{"tags":["admin"],"summary":"Admin Revoke Key","description":"Admin: revoke an existing API key (requires admin auth).","operationId":"admin_revoke_key_v1_admin_keys__api_key__delete","parameters":[{"name":"api_key","in":"path","required":true,"schema":{"type":"string","title":"Api Key"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Revoke Key V1 Admin Keys  Api Key  Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/keys/{key_name}/tier/{new_tier}":{"post":{"tags":["admin"],"summary":"Set Key Tier Shortcut","description":"N1 — curl-friendly tier upgrade shortcut.\nExample: curl -X POST /v1/admin/keys/alice-free/tier/pro -H 'X-Api-Key: admin-key'","operationId":"set_key_tier_shortcut_v1_admin_keys__key_name__tier__new_tier__post","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"type":"string","title":"Key Name"}},{"name":"new_tier","in":"path","required":true,"schema":{"type":"string","title":"New Tier"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Set Key Tier Shortcut V1 Admin Keys  Key Name  Tier  New Tier  Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/keys/tier":{"post":{"tags":["admin"],"summary":"Admin Set Tier","description":"Set the tier for an existing API key (free → pro → team → admin).","operationId":"admin_set_tier_v1_admin_keys_tier_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SetTierRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Set Tier V1 Admin Keys Tier Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin":{"get":{"tags":["admin"],"summary":"Admin Dashboard","description":"Admin dashboard — tier toggle, feature flags, key management.\nReads CONTEXTFORGE_ADMIN_KEY from env for JS-side auth.","operationId":"admin_dashboard_admin_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/v1/admin/cleanup":{"post":{"tags":["admin"],"summary":"Admin Cleanup","description":"GGGGG1 — Clean up expired uploads and reset temp state (admin only).","operationId":"admin_cleanup_v1_admin_cleanup_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Cleanup V1 Admin Cleanup Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/gc":{"post":{"tags":["admin"],"summary":"Admin Gc","description":"GW3E — Force Python GC + return memory before/after (admin debug aid).","operationId":"admin_gc_v1_admin_gc_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Gc V1 Admin Gc Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/health":{"get":{"tags":["admin"],"summary":"Admin Detailed Health","description":"RR3 — Detailed system health for admins (DB sizes, upload count, cache stats).","operationId":"admin_detailed_health_v1_admin_health_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Detailed Health V1 Admin Health Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/keys/usage":{"get":{"tags":["admin"],"summary":"Admin Keys By Usage","description":"LL3 — List all keys sorted by total tokens saved (admin only).","operationId":"admin_keys_by_usage_v1_admin_keys_usage_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Keys By Usage V1 Admin Keys Usage Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/analytics":{"get":{"tags":["system"],"summary":"Public Analytics","description":"DDD1 — Aggregate usage stats (anonymous, no key data).\nShows overall ContextForge usage across all users.","operationId":"public_analytics_v1_analytics_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Public Analytics V1 Analytics Get"}}}}}}},"/v1/leaderboard":{"get":{"tags":["system"],"summary":"Token Leaderboard","description":"DDD2 — Top 5 file types by tokens saved (anonymous, no user data).\nShows which file types benefit most from compression.","operationId":"token_leaderboard_v1_leaderboard_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Token Leaderboard V1 Leaderboard Get"}}}}}}},"/v1/savings":{"get":{"tags":["usage"],"summary":"Key Savings Summary","description":"DDD3 — Cumulative token savings for the calling key with human-readable summary.","operationId":"key_savings_summary_v1_savings_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Key Savings Summary V1 Savings Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/savings/breakdown":{"get":{"tags":["usage"],"summary":"Savings Breakdown","description":"GWAJ0 — Per-file-type token savings breakdown for the calling key.\nShows which file types ContextForge helps most: CSVs, PDFs, code, etc.\nBased on the processor_used field in usage events.","operationId":"savings_breakdown_v1_savings_breakdown_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Savings Breakdown V1 Savings Breakdown Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/compression-quality":{"get":{"tags":["usage"],"summary":"Compression Quality Histogram","description":"GWAE3 — Histogram of compression ratios for the last N files processed by this key.\nShows the user's savings pattern: what % of their files benefited from compression.","operationId":"compression_quality_histogram_v1_compression_quality_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":50,"title":"Limit"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Compression Quality Histogram V1 Compression Quality Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/detect_encoding":{"post":{"tags":["processing"],"summary":"Detect Encoding","description":"GWAE4 — Detect the likely encoding of content. Returns suggested encoding\nparameter to use with /v1/preprocess_content.","operationId":"detect_encoding_v1_detect_encoding_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectEncodingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Detect Encoding V1 Detect Encoding Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/report":{"get":{"tags":["admin"],"summary":"Admin Report","description":"Aggregate token usage report across all API keys.","operationId":"admin_report_v1_admin_report_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Report V1 Admin Report Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/testcases":{"get":{"tags":["admin"],"summary":"Admin Testcases","description":"List all human-submitted test cases.","operationId":"admin_testcases_v1_admin_testcases_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":true},"title":"Response Admin Testcases V1 Admin Testcases Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/features":{"get":{"tags":["admin"],"summary":"Admin Get Features","description":"List all feature flags with their current enabled state and min_tier.","operationId":"admin_get_features_v1_admin_features_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Get Features V1 Admin Features Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/features/{feature}":{"patch":{"tags":["admin"],"summary":"Admin Set Feature","description":"Update a feature flag.\n\n- enabled: true/false — master switch\n- min_tier: \"free\" | \"pro\" | \"team\" | \"admin\" — minimum tier required\n\nEither or both fields may be supplied. Unknown feature names are created.","operationId":"admin_set_feature_v1_admin_features__feature__patch","parameters":[{"name":"feature","in":"path","required":true,"schema":{"type":"string","title":"Feature"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SetFlagRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Set Feature V1 Admin Features  Feature  Patch"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/mcp":{"delete":{"tags":["mcp"],"summary":"Mcp Endpoint","description":"Remote MCP endpoint for Claude web app (Streamable HTTP transport).\n\nConnect from claude.ai → Settings → Integrations → Add custom integration:\n  URL: https://<your-host>\nThen complete OAuth on the login page using your ContextForge API key.\n\nBoth /mcp and /v1/mcp resolve here — the streamable-http session manager is\npath-agnostic (stateless), so the alias lets clients that default to the\nversioned /v1/mcp path connect without a 404.","operationId":"mcp_endpoint_v1_mcp_delete","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["mcp"],"summary":"Mcp Endpoint","description":"Remote MCP endpoint for Claude web app (Streamable HTTP transport).\n\nConnect from claude.ai → Settings → Integrations → Add custom integration:\n  URL: https://<your-host>\nThen complete OAuth on the login page using your ContextForge API key.\n\nBoth /mcp and /v1/mcp resolve here — the streamable-http session manager is\npath-agnostic (stateless), so the alias lets clients that default to the\nversioned /v1/mcp path connect without a 404.","operationId":"mcp_endpoint_v1_mcp_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["mcp"],"summary":"Mcp Endpoint","description":"Remote MCP endpoint for Claude web app (Streamable HTTP transport).\n\nConnect from claude.ai → Settings → Integrations → Add custom integration:\n  URL: https://<your-host>\nThen complete OAuth on the login page using your ContextForge API key.\n\nBoth /mcp and /v1/mcp resolve here — the streamable-http session manager is\npath-agnostic (stateless), so the alias lets clients that default to the\nversioned /v1/mcp path connect without a 404.","operationId":"mcp_endpoint_v1_mcp_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/mcp":{"delete":{"tags":["mcp"],"summary":"Mcp Endpoint","description":"Remote MCP endpoint for Claude web app (Streamable HTTP transport).\n\nConnect from claude.ai → Settings → Integrations → Add custom integration:\n  URL: https://<your-host>\nThen complete OAuth on the login page using your ContextForge API key.\n\nBoth /mcp and /v1/mcp resolve here — the streamable-http session manager is\npath-agnostic (stateless), so the alias lets clients that default to the\nversioned /v1/mcp path connect without a 404.","operationId":"mcp_endpoint_mcp_delete","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["mcp"],"summary":"Mcp Endpoint","description":"Remote MCP endpoint for Claude web app (Streamable HTTP transport).\n\nConnect from claude.ai → Settings → Integrations → Add custom integration:\n  URL: https://<your-host>\nThen complete OAuth on the login page using your ContextForge API key.\n\nBoth /mcp and /v1/mcp resolve here — the streamable-http session manager is\npath-agnostic (stateless), so the alias lets clients that default to the\nversioned /v1/mcp path connect without a 404.","operationId":"mcp_endpoint_mcp_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["mcp"],"summary":"Mcp Endpoint","description":"Remote MCP endpoint for Claude web app (Streamable HTTP transport).\n\nConnect from claude.ai → Settings → Integrations → Add custom integration:\n  URL: https://<your-host>\nThen complete OAuth on the login page using your ContextForge API key.\n\nBoth /mcp and /v1/mcp resolve here — the streamable-http session manager is\npath-agnostic (stateless), so the alias lets clients that default to the\nversioned /v1/mcp path connect without a 404.","operationId":"mcp_endpoint_mcp_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/mcp/sse":{"get":{"tags":["mcp"],"summary":"Mcp Sse Legacy","description":"Legacy SSE endpoint — kept for backward compatibility.","operationId":"mcp_sse_legacy_mcp_sse_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/mcp/messages":{"post":{"tags":["mcp"],"summary":"Mcp Messages Legacy","description":"Legacy SSE message handler — kept for backward compatibility.","operationId":"mcp_messages_legacy_mcp_messages_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/mcp-health":{"get":{"tags":["health"],"summary":"Mcp Health","description":"GWBA7 — MCP health check: reports whether MCP server and session manager are running.\n\nNo auth required. Used by self-improve Step 1 to detect silent MCP failures.","operationId":"mcp_health_v1_mcp_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Mcp Health V1 Mcp Health Get"}}}}}}},"/v1/onboarding-check":{"get":{"tags":["health"],"summary":"Onboarding Check","description":"IIIII2 — Verify the zero-config promise: all onboarding prerequisites pass.\n\nNo auth required. Returns pass/fail per check with human-readable messages.\nA non-technical user can GET this URL to confirm ContextForge is ready to use.","operationId":"onboarding_check_v1_onboarding_check_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Onboarding Check V1 Onboarding Check Get"}}}}}}},"/v1/sanitize":{"post":{"tags":["processing"],"summary":"Sanitize Pii","description":"LLLLL1 — Strip PII (emails, phone numbers, SSNs, credit cards) from text.\n\nReturns sanitized text + count of redactions. No auth required so it's\neasy to try without signing up.","operationId":"sanitize_pii_v1_sanitize_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SanitizeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Sanitize Pii V1 Sanitize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/stats/daily":{"get":{"tags":["usage"],"summary":"Daily Stats","description":"LLLLL2 — Daily request counts for the calling key over the last 7 days.\n\nUseful for dashboard sparklines. Each entry has a date (YYYY-MM-DD) and\na request_count for that day.","operationId":"daily_stats_v1_stats_daily_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Daily Stats V1 Stats Daily Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/keys/permissions":{"get":{"tags":["usage"],"summary":"Key Permissions","description":"LLLLL3 — Show which endpoint groups the current key can access.","operationId":"key_permissions_v1_keys_permissions_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Key Permissions V1 Keys Permissions Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/audit":{"get":{"tags":["admin"],"summary":"Audit Log","description":"MMMMM2 — Admin: list key lifecycle events (created, revoked, tier-changed).\n\nReturns the most recent events in reverse-chronological order.","operationId":"audit_log_v1_audit_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":100,"title":"Limit"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Audit Log V1 Audit Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/keys/stats":{"get":{"tags":["usage"],"summary":"Key Stats","description":"OOOOO3 — Aggregate stats for the calling key (tokens saved, files processed, requests).","operationId":"key_stats_v1_keys_stats_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Key Stats V1 Keys Stats Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/stats":{"get":{"tags":["admin"],"summary":"Admin Aggregate Stats","description":"PPPPP2 — Admin: cross-key aggregate — total keys, tokens saved, requests.","operationId":"admin_aggregate_stats_v1_admin_stats_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Admin Aggregate Stats V1 Admin Stats Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/keywords":{"post":{"tags":["processing"],"summary":"Extract Keywords","description":"RRRRR1 — Extract top N keywords from text using TF-IDF-style scoring.\n\nNo LLM required — pure statistical extraction. Good for document indexing.\nNo auth required so it's easy to try.","operationId":"extract_keywords_v1_keywords_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Keywords V1 Keywords Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/readability":{"post":{"tags":["processing"],"summary":"Readability Score","description":"RRRRR2 — Flesch-Kincaid readability metrics. No LLM, pure stats.\n\nReturns reading_ease (0-100, higher=easier) and grade_level (US grade).","operationId":"readability_score_v1_readability_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ReadabilityRequest__1"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Readability Score V1 Readability Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/detect_pii":{"post":{"tags":["processing"],"summary":"Detect Pii","description":"GWM1 — Detect and optionally redact PII in text.\n\nFinds emails, phone numbers, SSNs, credit cards, IP addresses, and URLs.\nReturns each match with type, value, and character offset. Also returns a\nredacted version of the text with PII replaced by [TYPE] placeholders.\nNo external dependencies — pure regex.","operationId":"detect_pii_v1_detect_pii_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Detect Pii V1 Detect Pii Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/preprocess_content/formats":{"get":{"tags":["processing"],"summary":"Preprocess Formats","description":"RRRRR3 — List supported output formats for preprocess_content.","operationId":"preprocess_formats_v1_preprocess_content_formats_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Preprocess Formats V1 Preprocess Content Formats Get"}}}}}}},"/v1/detect":{"post":{"tags":["processing"],"summary":"Detect File Type","description":"SSSSS2 — Detect file type from filename or content sniffing. No full processing.","operationId":"detect_file_type_v1_detect_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Detect File Type V1 Detect Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/shortcuts":{"get":{"tags":["system"],"summary":"List Shortcuts","description":"SSSSS3 — List common task shortcuts with example API calls.","operationId":"list_shortcuts_v1_shortcuts_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Shortcuts V1 Shortcuts Get"}}}}}}},"/v1/summarize_bullets":{"post":{"tags":["processing"],"summary":"Summarize Bullets","description":"UUUUU1 — Extractive bullet-point summary. Picks the most informative sentences. No LLM.","operationId":"summarize_bullets_v1_summarize_bullets_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SummarizeBulletsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Summarize Bullets V1 Summarize Bullets Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/word_frequency":{"post":{"tags":["processing"],"summary":"Word Frequency","description":"UUUUU2 — Word frequency distribution. Returns top N words with counts.","operationId":"word_frequency_v1_word_frequency_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__WordFrequencyRequest__1"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Word Frequency V1 Word Frequency Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/sentiment":{"post":{"tags":["processing"],"summary":"Sentiment Score","description":"UUUUU3 — Rule-based sentiment scoring. Returns positive/negative/neutral label and score.","operationId":"sentiment_score_v1_sentiment_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SentimentRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Sentiment Score V1 Sentiment Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/docs/endpoints":{"get":{"tags":["system"],"summary":"List Endpoints","description":"VVVVV1 — Machine-readable list of all endpoints.","operationId":"list_endpoints_v1_docs_endpoints_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Endpoints V1 Docs Endpoints Get"}}}}}}},"/v1/transform":{"post":{"tags":["processing"],"summary":"Transform Text","description":"VVVVV2 — Apply a simple text transformation (no LLM). Useful for preprocessing.","operationId":"transform_text_v1_transform_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TransformRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Transform Text V1 Transform Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/word_count":{"post":{"tags":["processing"],"summary":"Word Count","description":"XXXXX1 — Detailed word/character/paragraph/line count. No auth required.","operationId":"word_count_v1_word_count_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WordCountRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Word Count V1 Word Count Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/truncate":{"post":{"tags":["processing"],"summary":"Truncate Text","description":"XXXXX2 — Truncate text to approximately N tokens. No LLM, uses char approximation.","operationId":"truncate_text_v1_truncate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TruncateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Truncate Text V1 Truncate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/dedup_lines":{"post":{"tags":["processing"],"summary":"Dedup Lines","description":"XXXXX3 — Remove duplicate lines. Preserves first occurrence by default.","operationId":"dedup_lines_v1_dedup_lines_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DedupLinesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Dedup Lines V1 Dedup Lines Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/system/info":{"get":{"tags":["admin"],"summary":"System Info","description":"YYYYY1 — OS, Python version, CPU count, memory. Admin only.","operationId":"system_info_v1_system_info_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response System Info V1 System Info Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/uptime":{"get":{"tags":["health"],"summary":"Server Uptime","description":"YYYYY2 — Seconds and human-readable string since server start. No auth.","operationId":"server_uptime_v1_uptime_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Server Uptime V1 Uptime Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/request_count":{"get":{"tags":["health"],"summary":"Request Count","description":"YYYYY3 — Total requests served since startup. No auth.","operationId":"request_count_v1_request_count_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Request Count V1 Request Count Get"}}}}}}},"/v1/clean_html":{"post":{"tags":["processing"],"summary":"Clean Html","description":"AAAAAA1 — Strip HTML tags from text, returning clean plain text. No auth.","operationId":"clean_html_v1_clean_html_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Clean Html V1 Clean Html Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/normalize_whitespace":{"post":{"tags":["processing"],"summary":"Normalize Whitespace","description":"AAAAAA2 — Collapse multiple spaces/newlines to single. No auth.","operationId":"normalize_whitespace_v1_normalize_whitespace_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Normalize Whitespace V1 Normalize Whitespace Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate_json":{"post":{"tags":["processing"],"summary":"Validate Json","description":"BBBBBB1 — Validate a JSON string and return errors if invalid. No auth.","operationId":"validate_json_v1_validate_json_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateJsonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Validate Json V1 Validate Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate_csv":{"post":{"tags":["processing"],"summary":"Validate Csv","description":"BBBBBB2 — Check if CSV is well-formed (consistent column count, header present). No auth.","operationId":"validate_csv_v1_validate_csv_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateCsvRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Validate Csv V1 Validate Csv Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/language_detect":{"post":{"tags":["processing"],"summary":"Language Detect","description":"EEEEEE1 — Rule-based language detection. Detects common languages by script/word patterns.","operationId":"language_detect_v1_language_detect_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LanguageDetectRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Language Detect V1 Language Detect Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_tokens_batch":{"post":{"tags":["processing"],"summary":"Count Tokens Batch","description":"EEEEEE2 — Count approximate tokens for a list of strings in one call. No auth.","operationId":"count_tokens_batch_v1_count_tokens_batch_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenCountBatchRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Tokens Batch V1 Count Tokens Batch Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_stats":{"get":{"tags":["usage"],"summary":"Text Stats","description":"EEEEEE3 — Aggregate text processing stats for the calling key.","operationId":"text_stats_v1_text_stats_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Stats V1 Text Stats Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_emails":{"post":{"tags":["processing"],"summary":"Extract Emails","description":"GGGGGG1 — Extract all email addresses from text. No auth.","operationId":"extract_emails_v1_extract_emails_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Extract Emails V1 Extract Emails Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_numbers":{"post":{"tags":["processing"],"summary":"Extract Numbers","description":"GGGGGG2 — Extract all numbers (integers and floats) from text. No auth.\n\nComma thousands-separators are honoured: \"$1,234.56\" reads as one number\n(1234.56), not split at the comma into 1 and 234.56 — which would also\ncorrupt count/sum/min/max. The grouped alternative is tried first so it\nwins before the bare-digit fallback; a comma followed by a space (a list,\n\"1, 234\") is correctly NOT treated as a thousands group.","operationId":"extract_numbers_v1_extract_numbers_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Numbers V1 Extract Numbers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_similarity":{"post":{"tags":["processing"],"summary":"Text Similarity","description":"GGGGGG3 — Compute Jaccard similarity between two texts (word-level). No auth.","operationId":"text_similarity_v1_text_similarity_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimilarityRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Similarity V1 Text Similarity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/meta":{"get":{"tags":["system"],"summary":"Api Meta","description":"HHHHHH1 — API metadata: name, version, description, contact info. No auth.","operationId":"api_meta_v1_meta_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Api Meta V1 Meta Get"}}}}}}},"/v1/batch_process":{"post":{"tags":["processing"],"summary":"Batch Process","description":"HHHHHH2 — Apply a single operation to up to 5 texts in one call. No auth.","operationId":"batch_process_v1_batch_process_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchProcessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Batch Process V1 Batch Process Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/changelog/latest":{"get":{"tags":["system"],"summary":"Changelog Latest","description":"HHHHHH3 — Return just the latest changelog entry as JSON. No auth.","operationId":"changelog_latest_v1_changelog_latest_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Changelog Latest V1 Changelog Latest Get"}}}}}}},"/v1/extract_dates":{"post":{"tags":["processing"],"summary":"Extract Dates","description":"JJJJJJ1 — Extract date-like strings from text. Supports ISO, US, and verbose formats.","operationId":"extract_dates_v1_extract_dates_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Dates V1 Extract Dates Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_headers":{"post":{"tags":["processing"],"summary":"Extract Headers","description":"JJJJJJ2 — Extract Markdown headings (H1-H6) from text.","operationId":"extract_headers_v1_extract_headers_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Headers V1 Extract Headers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/flesch_kincaid":{"post":{"tags":["processing"],"summary":"Flesch Kincaid","description":"GW3A — Enhanced Flesch-Kincaid with polysyllabic word count and difficulty band.","operationId":"flesch_kincaid_v1_flesch_kincaid_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ReadabilityRequest__1"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Flesch Kincaid V1 Flesch Kincaid Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_tables":{"post":{"tags":["processing"],"summary":"Extract Tables","description":"GW3B — Extract Markdown tables as JSON arrays. No auth.","operationId":"extract_tables_v1_extract_tables_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractTablesRequest__1"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Tables V1 Extract Tables Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/paragraph_split":{"post":{"tags":["processing"],"summary":"Paragraph Split","description":"GW3C — Split text into paragraphs with character/word count per paragraph.","operationId":"paragraph_split_v1_paragraph_split_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ParagraphSplitRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Paragraph Split V1 Paragraph Split Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/detect_language_extended":{"post":{"tags":["processing"],"summary":"Detect Language Extended","description":"GW7A — Extended language detection with French/Spanish/German/Italian etc. No auth.","operationId":"detect_language_extended_v1_detect_language_extended_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Detect Language Extended V1 Detect Language Extended Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_to_bullets":{"post":{"tags":["processing"],"summary":"Text To Bullets","description":"GW7B — Convert paragraph text to extractive bullet points. No auth.","operationId":"text_to_bullets_v1_text_to_bullets_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text To Bullets V1 Text To Bullets Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/markdown_to_text":{"post":{"tags":["processing"],"summary":"Markdown To Text","description":"GW7C — Strip Markdown formatting to plain text. No auth.","operationId":"markdown_to_text_v1_markdown_to_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkdownToTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Markdown To Text V1 Markdown To Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/case_convert":{"post":{"tags":["processing"],"summary":"Case Convert","description":"GW7F — Convert text between cases. No auth.","operationId":"case_convert_v1_case_convert_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__CaseConvertRequest__1"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Case Convert V1 Case Convert Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/number_words":{"post":{"tags":["processing"],"summary":"Number Words","description":"GW7E — Convert numbers to words or words to numbers. No auth.","operationId":"number_words_v1_number_words_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NumberWordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Number Words V1 Number Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/stats/endpoints":{"get":{"tags":["usage"],"summary":"Endpoint Stats","description":"GW7D — Hit count per endpoint since server start (admin only).","operationId":"endpoint_stats_v1_stats_endpoints_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Endpoint Stats V1 Stats Endpoints Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/smart_summarize":{"post":{"tags":["processing"],"summary":"Smart Summarize","description":"GW6A — Auto-select summarization mode based on text length. No auth.","operationId":"smart_summarize_v1_smart_summarize_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartSummarizeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Smart Summarize V1 Smart Summarize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_summarize_smart":{"post":{"tags":["processing"],"summary":"Text Summarize Smart","description":"GWAI4 — Alias for /v1/smart_summarize with token-count framing.\nSelects mode by approximate token count: < 500 tokens → extractive, ≥ 500 → bullet.\nReturns mode_used field so callers know what happened.","operationId":"text_summarize_smart_v1_text_summarize_smart_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartSummarizeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Summarize Smart V1 Text Summarize Smart Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_complexity":{"post":{"tags":["processing"],"summary":"Text Complexity","description":"GW6B — Score text complexity: vocab richness, sentence length, unique word ratio.","operationId":"text_complexity_v1_text_complexity_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextComplexityRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Complexity V1 Text Complexity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/mask_numbers":{"post":{"tags":["processing"],"summary":"Mask Numbers","description":"GW6C — Replace all numbers with [NUMBER] for AI privacy. No auth.","operationId":"mask_numbers_v1_mask_numbers_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Mask Numbers V1 Mask Numbers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_code_blocks":{"post":{"tags":["processing"],"summary":"Extract Code Blocks","description":"GW5A — Extract fenced code blocks from Markdown. No auth.","operationId":"extract_code_blocks_v1_extract_code_blocks_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Code Blocks V1 Extract Code Blocks Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_links":{"post":{"tags":["processing"],"summary":"Extract Links","description":"GW5B — Extract all hyperlinks from Markdown/HTML text. No auth.","operationId":"extract_links_v1_extract_links_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HtmlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Links V1 Extract Links Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/normalize_text":{"post":{"tags":["processing"],"summary":"Normalize Text","description":"GW5C — Normalize text: accents, quotes, dashes. No auth.","operationId":"normalize_text_v1_normalize_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NormalizeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Normalize Text V1 Normalize Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/format_json":{"post":{"tags":["processing"],"summary":"Format Json","description":"GW5E — Pretty-print or minify JSON. No auth.","operationId":"format_json_v1_format_json_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FormatJsonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Format Json V1 Format Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/escape":{"post":{"tags":["processing"],"summary":"Escape","description":"GW5F — Escape/unescape text (HTML/URL/JSON). No auth.","operationId":"escape_v1_escape_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EscapeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Escape V1 Escape Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/server/config":{"get":{"tags":["health"],"summary":"Server Config","description":"GW5D — Read-only server config: Python version, platform, env var names present.","operationId":"server_config_v1_server_config_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Server Config V1 Server Config Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/redact":{"post":{"tags":["processing"],"summary":"Redact","description":"GW4A — Redact custom regex patterns from text. No auth.","operationId":"redact_v1_redact_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RedactRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Redact V1 Redact Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/expand_abbreviations":{"post":{"tags":["processing"],"summary":"Expand Abbreviations","description":"GW4C — Expand common abbreviations in text. No auth.","operationId":"expand_abbreviations_v1_expand_abbreviations_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpandAbbreviationsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Expand Abbreviations V1 Expand Abbreviations Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_chars":{"post":{"tags":["processing"],"summary":"Count Chars","description":"GW4E — Detailed character count breakdown. No auth.","operationId":"count_chars_v1_count_chars_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__CountCharsRequest__1"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Chars V1 Count Chars Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_diff":{"post":{"tags":["processing"],"summary":"Text Diff","description":"GW4B — Show line-level diff between two texts. No auth.","operationId":"text_diff_v1_text_diff_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextDiffRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Diff V1 Text Diff Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/docs/search":{"get":{"tags":["docs"],"summary":"Docs Search","description":"GW4D — Search endpoint descriptions by keyword. No auth.","operationId":"docs_search_v1_docs_search_get","parameters":[{"name":"q","in":"query","required":false,"schema":{"type":"string","default":"","title":"Q"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Docs Search V1 Docs Search Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/endpoints":{"get":{"tags":["docs"],"summary":"List All Endpoints","description":"GW4F — Machine-readable list of all endpoints. No auth.","operationId":"list_all_endpoints_v1_endpoints_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List All Endpoints V1 Endpoints Get"}}}}}}},"/v1/summarize_map":{"post":{"tags":["processing"],"summary":"Summarize Map","description":"GW2D — Map-reduce extractive summarization. No auth. No LLM.\n\nSplits document into chunks, extracts top sentences from each chunk via\nTF-IDF-style scoring, then merges into a final bullet-point summary.","operationId":"summarize_map_v1_summarize_map_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SummarizeMapRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Summarize Map V1 Summarize Map Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/outline":{"post":{"tags":["processing"],"summary":"Outline","description":"GW2F — Extract document structure as nested JSON. No auth. No LLM.","operationId":"outline_v1_outline_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OutlineRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Outline V1 Outline Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_stats/{key_id}":{"get":{"tags":["usage"],"summary":"Text Stats By Key","description":"GW2E — Per-key text stats over last 7 days. Admin or own key only.","operationId":"text_stats_by_key_v1_text_stats__key_id__get","parameters":[{"name":"key_id","in":"path","required":true,"schema":{"type":"string","title":"Key Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Stats By Key V1 Text Stats  Key Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/extract_phones":{"post":{"tags":["extraction"],"summary":"Extract Phones","description":"GW8B — Extract and normalize phone numbers from text.","operationId":"extract_phones_v1_extract_phones_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractPhonesRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Extract Phones V1 Extract Phones Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/truncate_text":{"post":{"tags":["processing"],"summary":"Truncate Text Endpoint","description":"GW8C — Truncate text to N words or chars, preserving word boundaries.","operationId":"truncate_text_endpoint_v1_truncate_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TruncateTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Truncate Text Endpoint V1 Truncate Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/repeat_text":{"post":{"tags":["processing"],"summary":"Repeat Text","description":"GW8D — Repeat text N times with a separator.","operationId":"repeat_text_v1_repeat_text_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RepeatTextRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Repeat Text V1 Repeat Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_vowels":{"post":{"tags":["analysis"],"summary":"Count Vowels","description":"GW8F — Count vowels, consonants, and special characters in text.","operationId":"count_vowels_v1_count_vowels_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountVowelsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Vowels V1 Count Vowels Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_rotate":{"post":{"tags":["processing"],"summary":"Text Rotate","description":"GW8G — Rotate letters by N positions (ROT13 when shift=13).","operationId":"text_rotate_v1_text_rotate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextRotateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Rotate V1 Text Rotate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/anagram_check":{"post":{"tags":["analysis"],"summary":"Anagram Check","description":"GW9A — Check if two strings are anagrams of each other.","operationId":"anagram_check_v1_anagram_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnagramCheckRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Anagram Check V1 Anagram Check Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/palindrome_check":{"post":{"tags":["analysis"],"summary":"Palindrome Check","description":"GW9B — Check if text is a palindrome (ignore case, spaces, punctuation).","operationId":"palindrome_check_v1_palindrome_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PalindromeCheckRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Palindrome Check V1 Palindrome Check Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/longest_word":{"post":{"tags":["analysis"],"summary":"Longest Word","description":"GW9D — Find the longest word(s) in a text.","operationId":"longest_word_v1_longest_word_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LongestWordRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Longest Word V1 Longest Word Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/remove_stopwords":{"post":{"tags":["processing"],"summary":"Remove Stopwords","description":"GW9E — Remove common English stopwords from text.","operationId":"remove_stopwords_v1_remove_stopwords_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveStopwordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Remove Stopwords V1 Remove Stopwords Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text_stats_detailed":{"post":{"tags":["analysis"],"summary":"Text Stats Detailed","description":"GW9F — Detailed text stats: avg word length, median sentence length, top words.","operationId":"text_stats_detailed_v1_text_stats_detailed_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextStatsDetailedRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Text Stats Detailed V1 Text Stats Detailed Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/count_sentences":{"post":{"tags":["analysis"],"summary":"Count Sentences","description":"GW9G — Count sentences and compute average sentence length in words.","operationId":"count_sentences_v1_count_sentences_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__CountSentencesRequest__1"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Count Sentences V1 Count Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/math_eval":{"post":{"tags":["math"],"summary":"Math Eval","description":"GWB0 — Safely evaluate a basic arithmetic expression.","operationId":"math_eval_v1_math_eval_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MathEvalRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Math Eval V1 Math Eval Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/statistics":{"post":{"tags":["math"],"summary":"Statistics Endpoint","description":"GWB1 — Compute mean, median, mode, and std dev for a list of numbers.","operationId":"statistics_endpoint_v1_statistics_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StatisticsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Statistics Endpoint V1 Statistics Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/fizzbuzz":{"post":{"tags":["math"],"summary":"Fizzbuzz","description":"GWB2 — Generate FizzBuzz sequence from start to end.","operationId":"fizzbuzz_v1_fizzbuzz_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FizzBuzzRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Fizzbuzz V1 Fizzbuzz Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/prime_check":{"post":{"tags":["math"],"summary":"Prime Check","description":"GWB3 — Check if a number is prime; return factors if composite.","operationId":"prime_check_v1_prime_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrimeCheckRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Prime Check V1 Prime Check Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/roman_numerals":{"post":{"tags":["math"],"summary":"Roman Numerals","description":"GWB4 — Convert integer to Roman numerals or Roman numerals to integer.","operationId":"roman_numerals_v1_roman_numerals_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RomanNumeralsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Roman Numerals V1 Roman Numerals Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/temperature_convert":{"post":{"tags":["conversion"],"summary":"Temperature Convert","description":"GWB5 — Convert between Celsius, Fahrenheit, and Kelvin.","operationId":"temperature_convert_v1_temperature_convert_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TemperatureRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Temperature Convert V1 Temperature Convert Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/unit_convert":{"post":{"tags":["conversion"],"summary":"Unit Convert","description":"GWB6 — Convert common units (length, weight).","operationId":"unit_convert_v1_unit_convert_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnitConvertRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Unit Convert V1 Unit Convert Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/parse_date":{"post":{"tags":["datetime"],"summary":"Parse Date","description":"GWC0 — Parse a date string in multiple formats and return ISO 8601.","operationId":"parse_date_v1_parse_date_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ParseDateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Parse Date V1 Parse Date Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/date_diff":{"post":{"tags":["datetime"],"summary":"Date Diff","description":"GWC1 — Compute the difference between two dates.","operationId":"date_diff_v1_date_diff_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DateDiffRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Date Diff V1 Date Diff Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/date_add":{"post":{"tags":["datetime"],"summary":"Date Add","description":"GWC2 — Add or subtract days/weeks/months from a date.","operationId":"date_add_v1_date_add_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DateAddRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Date Add V1 Date Add Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/current_time":{"get":{"tags":["datetime"],"summary":"Current Time","description":"GWC3 — Return current UTC time with timezone info.","operationId":"current_time_v1_current_time_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Current Time V1 Current Time Get"}}}}}}},"/v1/timestamp_convert":{"post":{"tags":["datetime"],"summary":"Timestamp Convert","description":"GWC4 — Convert Unix timestamp ↔ human-readable date.","operationId":"timestamp_convert_v1_timestamp_convert_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimestampRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Timestamp Convert V1 Timestamp Convert Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/levenshtein":{"post":{"tags":["text"],"summary":"Levenshtein Endpoint","description":"GWC6 — Compute Levenshtein edit distance between two strings.","operationId":"levenshtein_endpoint_v1_levenshtein_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LevenshteinRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Levenshtein Endpoint V1 Levenshtein Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/fuzzy_match":{"post":{"tags":["text"],"summary":"Fuzzy Match","description":"GWC5 — Find closest strings from candidates using Levenshtein distance.","operationId":"fuzzy_match_v1_fuzzy_match_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FuzzyMatchRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Fuzzy Match V1 Fuzzy Match Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_sort":{"post":{"tags":["list"],"summary":"List Sort","description":"GWD0 — Sort a JSON array of strings or numbers.","operationId":"list_sort_v1_list_sort_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSortRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Sort V1 List Sort Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_dedupe":{"post":{"tags":["list"],"summary":"List Dedupe","description":"GWD1 — Remove duplicates from a list, preserving order.","operationId":"list_dedupe_v1_list_dedupe_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDedupeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Dedupe V1 List Dedupe Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_chunk":{"post":{"tags":["list"],"summary":"List Chunk","description":"GWD2 — Split a list into chunks of size N.","operationId":"list_chunk_v1_list_chunk_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListChunkRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Chunk V1 List Chunk Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_flatten":{"post":{"tags":["list"],"summary":"List Flatten","description":"GWD3 — Flatten a nested list up to depth N.","operationId":"list_flatten_v1_list_flatten_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListFlattenRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Flatten V1 List Flatten Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_intersect":{"post":{"tags":["list"],"summary":"List Intersect","description":"GWD4 — Return items present in both lists (intersection).","operationId":"list_intersect_v1_list_intersect_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSetRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Intersect V1 List Intersect Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/list_diff":{"post":{"tags":["list"],"summary":"List Diff","description":"GWD5 — Return items in list_a that are not in list_b (set difference).","operationId":"list_diff_v1_list_diff_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSetRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Diff V1 List Diff Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/color_convert":{"post":{"tags":["format"],"summary":"Color Convert","description":"GWE0 — Convert between hex, RGB, and HSL color formats.","operationId":"color_convert_v1_color_convert_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ColorConvertRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Color Convert V1 Color Convert Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate_slug":{"post":{"tags":["format"],"summary":"Generate Slug","description":"GWE1 — Convert text to a URL-safe slug.","operationId":"generate_slug_v1_generate_slug_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateSlugRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Generate Slug V1 Generate Slug Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/lorem_ipsum":{"post":{"tags":["format"],"summary":"Lorem Ipsum","description":"GWE2 — Generate N paragraphs of Lorem Ipsum placeholder text.","operationId":"lorem_ipsum_v1_lorem_ipsum_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoremIpsumRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Lorem Ipsum V1 Lorem Ipsum Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/random_password":{"post":{"tags":["format"],"summary":"Random Password","description":"GWE3 — Generate a random password with configurable options.","operationId":"random_password_v1_random_password_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RandomPasswordRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Random Password V1 Random Password Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/uuid_generate":{"post":{"tags":["format"],"summary":"Uuid Generate","description":"GWE4 — Generate N random UUID v4 values.","operationId":"uuid_generate_v1_uuid_generate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UuidGenerateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Uuid Generate V1 Uuid Generate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/rate_limit_info":{"get":{"tags":["usage"],"summary":"Rate Limit Info","description":"GWN2 — Show rate limit config and current window usage.","operationId":"rate_limit_info_v1_rate_limit_info_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Rate Limit Info V1 Rate Limit Info Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/server/routes":{"get":{"tags":["diagnostics"],"summary":"Server Routes","description":"GWN3 — List all registered routes with method and path.","operationId":"server_routes_v1_server_routes_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Server Routes V1 Server Routes Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/rate-limits":{"get":{"tags":["usage"],"summary":"Rate Limits Public","description":"GWE4 — Public endpoint: rate limit rules per endpoint group for SDK clients.","operationId":"rate_limits_public_v1_rate_limits_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Rate Limits Public V1 Rate Limits Get"}}}}}}},"/v1/keys/validate":{"post":{"tags":["keys"],"summary":"Validate Key Endpoint","description":"GWE6 — Validate an API key and return its tier/metadata without exposing sensitive info.","operationId":"validate_key_endpoint_v1_keys_validate_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Validate Key Endpoint V1 Keys Validate Post"}}}}}}},"/v1/keys/regenerate":{"post":{"tags":["keys"],"summary":"Regenerate Key","description":"GWF0 — Alias for /v1/keys/rotate: regenerates the calling key keeping tier/name.","operationId":"regenerate_key_v1_keys_regenerate_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Regenerate Key V1 Keys Regenerate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/keys/info":{"get":{"tags":["keys"],"summary":"Key Info","description":"GWF1 — Metadata for the calling key: name, tier, limits, request_count.","operationId":"key_info_v1_keys_info_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Key Info V1 Keys Info Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compress":{"post":{"tags":["text"],"summary":"Text Compress","description":"GWF3 — Compress text: strips trailing whitespace, deduplicates lines, removes blanks.","operationId":"text_compress_v1_text_compress_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Compress V1 Text Compress Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/server/memory":{"get":{"tags":["diagnostics"],"summary":"Server Memory","description":"GWF5 — Process RSS memory in MB (no auth, for Railway monitoring).","operationId":"server_memory_v1_server_memory_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Server Memory V1 Server Memory Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/env":{"get":{"tags":["diagnostics"],"summary":"Safe Env","description":"GWG0 — Non-secret env vars for debugging (RAILWAY_ENVIRONMENT, PORT, LOG_LEVEL).","operationId":"safe_env_v1_env_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Safe Env V1 Env Get"}}}}}}},"/v1/text/lines":{"post":{"tags":["text"],"summary":"Text Lines","description":"GWG1 — Split text into an array of lines with optional filtering.","operationId":"text_lines_v1_text_lines_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Lines V1 Text Lines Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/join":{"post":{"tags":["text"],"summary":"Text Join","description":"GWG2 — Join an array of strings with a configurable separator.","operationId":"text_join_v1_text_join_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Join V1 Text Join Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/replace":{"post":{"tags":["text"],"summary":"Text Replace","description":"GWG3 — Find-and-replace in text (supports regex flag).","operationId":"text_replace_v1_text_replace_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Replace V1 Text Replace Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_words":{"post":{"tags":["text"],"summary":"Text Count Words V2","description":"GWG4 — Accurate word, sentence, paragraph, and character count.","operationId":"text_count_words_v2_v1_text_count_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Count Words V2 V1 Text Count Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/config":{"get":{"tags":["diagnostics"],"summary":"Feature Config","description":"GWG6 — Public endpoint listing which optional features are enabled.","operationId":"feature_config_v1_config_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Feature Config V1 Config Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/wrap":{"post":{"tags":["text"],"summary":"Text Wrap","description":"GWH1 — Word-wrap text to N characters per line.","operationId":"text_wrap_v1_text_wrap_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Wrap V1 Text Wrap Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/indent":{"post":{"tags":["text"],"summary":"Text Indent","description":"GWH2 — Add or remove indentation from each line.","operationId":"text_indent_v1_text_indent_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Indent V1 Text Indent Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/pad":{"post":{"tags":["text"],"summary":"Text Pad","description":"GWH3 — Pad each line to a fixed width (left/right/center alignment).","operationId":"text_pad_v1_text_pad_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Pad V1 Text Pad Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/mask":{"post":{"tags":["text"],"summary":"Text Mask","description":"GWH4 — Mask sensitive patterns (credit cards, SSNs, phone numbers) with ***.","operationId":"text_mask_v1_text_mask_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Mask V1 Text Mask Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/changelog/count":{"get":{"tags":["info"],"summary":"Changelog Count","description":"GWH6 — Returns the number of changelog entries (lightweight).","operationId":"changelog_count_v1_changelog_count_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Changelog Count V1 Changelog Count Get"}}}}}}},"/v1/text/abbreviate":{"post":{"tags":["text"],"summary":"Text Abbreviate","description":"GWI0 — Shorten text to N words with ellipsis (useful for UI previews).","operationId":"text_abbreviate_v1_text_abbreviate_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Abbreviate V1 Text Abbreviate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/capitalize_words":{"post":{"tags":["text"],"summary":"Text Capitalize Words","description":"GWI1 — Capitalize each word (title case) or first letter of each sentence.","operationId":"text_capitalize_words_v1_text_capitalize_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Capitalize Words V1 Text Capitalize Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_stopwords":{"post":{"tags":["text"],"summary":"Text Remove Stopwords","description":"GWI2 — Remove common English stop words from text.","operationId":"text_remove_stopwords_v1_text_remove_stopwords_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Remove Stopwords V1 Text Remove Stopwords Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/to_json":{"post":{"tags":["text"],"summary":"Text To Json","description":"GWI3 — Parse text as CSV/YAML/TOML and return JSON (auto-detect format).","operationId":"text_to_json_v1_text_to_json_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text To Json V1 Text To Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/system/process":{"get":{"tags":["diagnostics"],"summary":"System Process Info","description":"GWI4 — Process info: pid, uptime, threads, file handles (diagnostics).","operationId":"system_process_info_v1_system_process_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response System Process Info V1 System Process Get"}}}}}}},"/v1/text/diff_words":{"post":{"tags":["text"],"summary":"Text Diff Words","description":"GWI6 — Word-level diff between two texts (additions and deletions).","operationId":"text_diff_words_v1_text_diff_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Diff Words V1 Text Diff Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/normalize":{"post":{"tags":["text"],"summary":"Text Normalize","description":"GWO4 — Normalize text: strip zero-width chars, fix line endings, collapse whitespace.","operationId":"text_normalize_v1_text_normalize_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NormalizeTextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Normalize V1 Text Normalize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/summarize_ratio":{"post":{"tags":["text"],"summary":"Text Summarize Ratio","description":"GWO5 — Predict token compression ratio without compressing. Heuristic, no LLM.","operationId":"text_summarize_ratio_v1_text_summarize_ratio_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SummarizeRatioRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Summarize Ratio V1 Text Summarize Ratio Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_keywords":{"post":{"tags":["text"],"summary":"Text Extract Keywords","description":"GWP4 — Extract top keywords using TF-IDF-like term frequency scoring. No LLM.","operationId":"text_extract_keywords_v1_text_extract_keywords_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractKeywordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Keywords V1 Text Extract Keywords Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/sentence_split":{"post":{"tags":["text"],"summary":"Text Sentence Split","description":"GWP5 — Split text into sentences, handling abbreviations and decimal numbers.","operationId":"text_sentence_split_v1_text_sentence_split_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SentenceSplitRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Sentence Split V1 Text Sentence Split Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/chunk":{"post":{"tags":["text"],"summary":"Text Chunk","description":"GWQ0 — Split text into chunks of approximately N tokens. Essential for LLM context window management.","operationId":"text_chunk_v1_text_chunk_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChunkTextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Chunk V1 Text Chunk Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/token_count":{"post":{"tags":["text"],"summary":"Text Token Count","description":"GWQ1 — Estimate token count for text. Uses word-boundary heuristic (~4 chars/token). No LLM call.","operationId":"text_token_count_v1_text_token_count_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenCountRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Token Count V1 Text Token Count Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/truncate_to_tokens":{"post":{"tags":["text"],"summary":"Text Truncate To Tokens","description":"GWQ5 — Truncate text to fit in N tokens while preserving word boundaries.","operationId":"text_truncate_to_tokens_v1_text_truncate_to_tokens_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TruncateToTokensRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Truncate To Tokens V1 Text Truncate To Tokens Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/window-sizes":{"get":{"tags":["context"],"summary":"Context Window Sizes","description":"GWQ7 — Token limits for major LLM models. Reference endpoint for context planning. Public.","operationId":"context_window_sizes_v1_context_window_sizes_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Context Window Sizes V1 Context Window Sizes Get"}}}}}}},"/v1/text/compare":{"post":{"tags":["text"],"summary":"Text Compare","description":"GWT1 — Compute similarity between two texts using Jaccard + word overlap. No LLM.","operationId":"text_compare_v1_text_compare_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextCompareRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Compare V1 Text Compare Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/estimate_cost":{"post":{"tags":["context"],"summary":"Context Estimate Cost","description":"GWT2 — Estimate LLM API cost for a given token count and model. No LLM call.","operationId":"context_estimate_cost_v1_context_estimate_cost_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EstimateCostRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Context Estimate Cost V1 Context Estimate Cost Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/deduplicate_lines":{"post":{"tags":["text"],"summary":"Text Deduplicate Lines","description":"GWR2 — Remove duplicate lines from text. Returns deduplicated result with duplicate count.","operationId":"text_deduplicate_lines_v1_text_deduplicate_lines_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeduplicateLinesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Deduplicate Lines V1 Text Deduplicate Lines Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/slug":{"post":{"tags":["text"],"summary":"Text Slug","description":"GWR3 — Generate a URL-safe slug from text. Lowercase, special chars removed, spaces to separator.","operationId":"text_slug_v1_text_slug_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SlugRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Slug V1 Text Slug Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/readability":{"post":{"tags":["text"],"summary":"Text Readability","description":"GWS2 — Flesch-Kincaid readability analysis. No LLM.","operationId":"text_readability_v1_text_readability_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ReadabilityRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Readability V1 Text Readability Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/word_frequency":{"post":{"tags":["text"],"summary":"Text Word Frequency","description":"GWS3 — Count word frequencies in text. Returns top N words with counts. No LLM.","operationId":"text_word_frequency_v1_text_word_frequency_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__WordFrequencyRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Word Frequency V1 Text Word Frequency Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_sections":{"post":{"tags":["text"],"summary":"Text Extract Sections","description":"GWU1 — Parse document into sections by heading level (markdown or plain). No LLM.","operationId":"text_extract_sections_v1_text_extract_sections_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractSectionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Sections V1 Text Extract Sections Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_tokens_batch":{"post":{"tags":["text"],"summary":"Text Count Tokens Batch","description":"GWU2 — Count tokens for multiple texts in one request. Same heuristic as /v1/text/token_count. No LLM.","operationId":"text_count_tokens_batch_v1_text_count_tokens_batch_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountTokensBatchRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Count Tokens Batch V1 Text Count Tokens Batch Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_relevant":{"post":{"tags":["text"],"summary":"Text Extract Relevant","description":"GWV1 — Return top-N sentences most relevant to query using TF-IDF scoring. No LLM.","operationId":"text_extract_relevant_v1_text_extract_relevant_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractRelevantRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Relevant V1 Text Extract Relevant Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/summarize_extractive":{"post":{"tags":["text"],"summary":"Text Summarize Extractive","description":"GWV2 — Pick top K representative sentences without LLM generation.","operationId":"text_summarize_extractive_v1_text_summarize_extractive_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SummarizeExtractiveRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Summarize Extractive V1 Text Summarize Extractive Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/prepare":{"post":{"tags":["context"],"summary":"Context Prepare","description":"GWW1 — Orchestrate context preparation: estimate tokens, check fit, recommend action. No LLM.","operationId":"context_prepare_v1_context_prepare_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextPrepareRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Context Prepare V1 Context Prepare Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/stats":{"post":{"tags":["text"],"summary":"Text Stats Comprehensive","description":"GWW2 — Comprehensive text analysis: tokens, sentences, reading time, code detection, language. No LLM.","operationId":"text_stats_comprehensive_v1_text_stats_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextStatsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Stats Comprehensive V1 Text Stats Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_content_type":{"post":{"tags":["text"],"summary":"Text Detect Content Type","description":"GWX1 — Detect content type of text (code, json, csv, markdown, html, email, plain). No LLM.","operationId":"text_detect_content_type_v1_text_detect_content_type_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectContentTypeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Detect Content Type V1 Text Detect Content Type Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_boilerplate":{"post":{"tags":["text"],"summary":"Text Remove Boilerplate","description":"GWX2 — Remove repetitive boilerplate lines (headers, footers, disclaimers). No LLM.","operationId":"text_remove_boilerplate_v1_text_remove_boilerplate_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveBoilerplateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Remove Boilerplate V1 Text Remove Boilerplate Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/data/flatten_json":{"post":{"tags":["data"],"summary":"Flatten Json","description":"GWJ0 — Flatten nested JSON to dot-notation keys.","operationId":"flatten_json_v1_data_flatten_json_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Flatten Json V1 Data Flatten Json Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/data/csv_to_markdown":{"post":{"tags":["data"],"summary":"Csv To Markdown","description":"GWJ1 — Convert CSV text to a Markdown table.","operationId":"csv_to_markdown_v1_data_csv_to_markdown_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Csv To Markdown V1 Data Csv To Markdown Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/data/json_to_csv":{"post":{"tags":["data"],"summary":"Json To Csv","description":"GWJ2 — Convert a JSON array of objects to CSV text.","operationId":"json_to_csv_v1_data_json_to_csv_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Json To Csv V1 Data Json To Csv Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/data/group_by":{"post":{"tags":["data"],"summary":"Group By Key","description":"GWJ3 — Group a JSON array of objects by a key field.","operationId":"group_by_key_v1_data_group_by_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Group By Key V1 Data Group By Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/data/sort_by":{"post":{"tags":["data"],"summary":"Sort By Key","description":"GWJ4 — Sort a JSON array of objects by a key field (asc/desc).","operationId":"sort_by_key_v1_data_sort_by_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Sort By Key V1 Data Sort By Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/data/pivot":{"post":{"tags":["data"],"summary":"Pivot Data","description":"GWJ6 — Pivot a list of {key, value} pairs into a single flat dict.","operationId":"pivot_data_v1_data_pivot_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Pivot Data V1 Data Pivot Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate/email":{"post":{"tags":["validation"],"summary":"Validate Email V2","description":"GWK0 — Validate an email address format.","operationId":"validate_email_v2_v1_validate_email_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Validate Email V2 V1 Validate Email Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate/url":{"post":{"tags":["validation"],"summary":"Validate Url V2","description":"GWK1 — Validate a URL (scheme must be http/https).","operationId":"validate_url_v2_v1_validate_url_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Validate Url V2 V1 Validate Url Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate/phone":{"post":{"tags":["validation"],"summary":"Validate Phone V2","description":"GWK2 — Validate a phone number (E.164 or common US formats).","operationId":"validate_phone_v2_v1_validate_phone_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Validate Phone V2 V1 Validate Phone Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate/date":{"post":{"tags":["validation"],"summary":"Validate Date V2","description":"GWK3 — Validate a date string and detect its format.","operationId":"validate_date_v2_v1_validate_date_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Validate Date V2 V1 Validate Date Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate/schema":{"post":{"tags":["validation"],"summary":"Validate Schema V2","description":"GWK4 — Validate a JSON object against a simple JSON Schema (type + required).","operationId":"validate_schema_v2_v1_validate_schema_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Validate Schema V2 V1 Validate Schema Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/validate/ip":{"post":{"tags":["validation"],"summary":"Validate Ip V2","description":"GWK6 — Validate an IPv4 or IPv6 address.","operationId":"validate_ip_v2_v1_validate_ip_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Validate Ip V2 V1 Validate Ip Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/numbers/format":{"post":{"tags":["numbers"],"summary":"Format Number","description":"GWL2 — Format a number with commas, decimal places, currency symbol.","operationId":"format_number_v1_numbers_format_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Format Number V1 Numbers Format Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/numbers/round":{"post":{"tags":["numbers"],"summary":"Round Number","description":"GWL3 — Round a number to N decimal places with configurable rounding mode.","operationId":"round_number_v1_numbers_round_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Round Number V1 Numbers Round Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/numbers/clamp":{"post":{"tags":["numbers"],"summary":"Clamp Number","description":"GWL4 — Clamp a number between min and max values.","operationId":"clamp_number_v1_numbers_clamp_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Clamp Number V1 Numbers Clamp Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/time/zones":{"get":{"tags":["datetime"],"summary":"List Timezones","description":"GWL6 — List common timezone names (useful for date conversion).","operationId":"list_timezones_v1_time_zones_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Timezones V1 Time Zones Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/time/convert":{"post":{"tags":["datetime"],"summary":"Convert Timezone","description":"GWL7 — Convert a datetime string from one timezone to another.","operationId":"convert_timezone_v1_time_convert_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Convert Timezone V1 Time Convert Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/redact_pii":{"post":{"tags":["text"],"summary":"Text Redact Pii","description":"GWY1 — Detect and redact PII (email, phone, SSN, credit card, IP) from text. No LLM.","operationId":"text_redact_pii_v1_text_redact_pii_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RedactPiiRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Redact Pii V1 Text Redact Pii Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/deduplicate_sentences":{"post":{"tags":["text"],"summary":"Text Deduplicate Sentences","description":"GWY2 — Remove near-duplicate sentences using Jaccard similarity. No LLM.","operationId":"text_deduplicate_sentences_v1_text_deduplicate_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeduplicateSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Deduplicate Sentences V1 Text Deduplicate Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_code_blocks":{"post":{"tags":["text"],"summary":"Text Extract Code Blocks","description":"GWZ1 — Extract fenced code blocks from markdown. Returns language, code, line numbers. No LLM.","operationId":"text_extract_code_blocks_v1_text_extract_code_blocks_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractCodeBlocksRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Code Blocks V1 Text Extract Code Blocks Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/flatten_markdown":{"post":{"tags":["text"],"summary":"Text Flatten Markdown","description":"GWZ2 — Strip markdown syntax (headers, bold, links, lists) while preserving readable content. No LLM.","operationId":"text_flatten_markdown_v1_text_flatten_markdown_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FlattenMarkdownRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Flatten Markdown V1 Text Flatten Markdown Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_urls":{"post":{"tags":["text"],"summary":"Text Extract Urls","description":"GWAA1 — Extract URLs from text with scheme/domain/path metadata. No LLM.","operationId":"text_extract_urls_v1_text_extract_urls_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractUrlsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Urls V1 Text Extract Urls Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/normalize_unicode":{"post":{"tags":["text"],"summary":"Text Normalize Unicode","description":"GWAA2 — Normalize smart quotes/dashes/NBSP/ellipsis to ASCII equivalents. Cleans OCR/PDF output. No LLM.","operationId":"text_normalize_unicode_v1_text_normalize_unicode_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__NormalizeUnicodeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Normalize Unicode V1 Text Normalize Unicode Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_numbers":{"post":{"tags":["text"],"summary":"Text Extract Numbers","description":"GWAB1 — Extract numeric values with units and context from text. No LLM.","operationId":"text_extract_numbers_v1_text_extract_numbers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractNumbersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Numbers V1 Text Extract Numbers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/to_outline":{"post":{"tags":["text"],"summary":"Text Build Outline","description":"GWAB2 — Convert document to hierarchical outline from heading structure. No LLM.","operationId":"text_build_outline_v1_text_to_outline_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ToOutlineRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Build Outline V1 Text To Outline Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/keyword_in_context":{"post":{"tags":["text"],"summary":"Text Keyword In Context","description":"GWAC1 — KWIC concordance: find keyword occurrences with surrounding word context. No LLM.","operationId":"text_keyword_in_context_v1_text_keyword_in_context_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordInContextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Keyword In Context V1 Text Keyword In Context Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/format_as_prompt":{"post":{"tags":["text"],"summary":"Text Format As Prompt","description":"GWAC2 — Structure content into an optimal AI prompt (xml_tags/markdown_headers/plain). No LLM.","operationId":"text_format_as_prompt_v1_text_format_as_prompt_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FormatAsPromptRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Format As Prompt V1 Text Format As Prompt Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/fill_template":{"post":{"tags":["text"],"summary":"Text Fill Template","description":"GWAD1 — Fill {{variable}} templates with variable substitution. No LLM.","operationId":"text_fill_template_v1_text_fill_template_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__FillTemplateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Fill Template V1 Text Fill Template Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/classify_complexity":{"post":{"tags":["text"],"summary":"Text Classify Complexity","description":"GWAD2 — Vocabulary richness, grade level, and complexity classification. No LLM.","operationId":"text_classify_complexity_v1_text_classify_complexity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClassifyComplexityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Classify Complexity V1 Text Classify Complexity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/diff":{"post":{"tags":["text"],"summary":"Text Compute Diff","description":"GWAE1 — Word or line-level diff between two texts using difflib. No LLM.","operationId":"text_compute_diff_v1_text_diff_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeDiffRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Compute Diff V1 Text Diff Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compress_whitespace":{"post":{"tags":["text"],"summary":"Text Compress Whitespace","description":"GWAE2 — Normalize tabs/spaces/trailing whitespace/line endings. No LLM.","operationId":"text_compress_whitespace_v1_text_compress_whitespace_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompressWhitespaceRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Compress Whitespace V1 Text Compress Whitespace Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/truncate_sentences":{"post":{"tags":["text"],"summary":"Text Truncate Sentences","description":"Truncate sentences.","operationId":"text_truncate_sentences_v1_text_truncate_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TruncateSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Truncate Sentences V1 Text Truncate Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_action_items":{"post":{"tags":["text"],"summary":"Text Extract Action Items","description":"Extract action items.","operationId":"text_extract_action_items_v1_text_extract_action_items_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractActionItemsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Action Items V1 Text Extract Action Items Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_chars":{"post":{"tags":["text"],"summary":"Text Count Chars","description":"Count chars.","operationId":"text_count_chars_v1_text_count_chars_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__CountCharsRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Count Chars V1 Text Count Chars Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_dates":{"post":{"tags":["text"],"summary":"Text Extract Dates","description":"Extract dates.","operationId":"text_extract_dates_v1_text_extract_dates_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractDatesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Dates V1 Text Extract Dates Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_html_tags":{"post":{"tags":["text"],"summary":"Text Remove Html Tags","description":"Remove HTML tags.","operationId":"text_remove_html_tags_v1_text_remove_html_tags_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveHtmlTagsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Remove Html Tags V1 Text Remove Html Tags Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/segment_paragraphs":{"post":{"tags":["text"],"summary":"Text Segment Paragraphs","description":"Segment paragraphs.","operationId":"text_segment_paragraphs_v1_text_segment_paragraphs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SegmentParagraphsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Segment Paragraphs V1 Text Segment Paragraphs Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/highlight_terms":{"post":{"tags":["text"],"summary":"Text Highlight Terms","description":"Highlight terms.","operationId":"text_highlight_terms_v1_text_highlight_terms_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HighlightTermsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Highlight Terms V1 Text Highlight Terms Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_emails":{"post":{"tags":["text"],"summary":"Text Extract Emails","description":"Extract emails.","operationId":"text_extract_emails_v1_text_extract_emails_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractEmailsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Emails V1 Text Extract Emails Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/convert_case":{"post":{"tags":["text"],"summary":"Text Convert Case","description":"Convert case.","operationId":"text_convert_case_v1_text_convert_case_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__CaseConvertRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Convert Case V1 Text Convert Case Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/reorder_sentences":{"post":{"tags":["text"],"summary":"Text Reorder Sentences","description":"Reorder sentences.","operationId":"text_reorder_sentences_v1_text_reorder_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ReorderSentencesRequest__1"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Reorder Sentences V1 Text Reorder Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_replace_all":{"post":{"tags":["text"],"summary":"Text Find Replace All","description":"Find replace all.","operationId":"text_find_replace_all_v1_text_find_replace_all_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindReplaceAllRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Find Replace All V1 Text Find Replace All Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_sentences":{"post":{"tags":["text"],"summary":"Text Count Sentences","description":"Count sentences.","operationId":"text_count_sentences_v1_text_count_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__CountSentencesRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Count Sentences V1 Text Count Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_quotes":{"post":{"tags":["text"],"summary":"Text Extract Quotes","description":"Extract quotes.","operationId":"text_extract_quotes_v1_text_extract_quotes_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractQuotesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Quotes V1 Text Extract Quotes Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/anonymize":{"post":{"tags":["text"],"summary":"Text Anonymize","description":"Anonymize.","operationId":"text_anonymize_v1_text_anonymize_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnonymizeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Anonymize V1 Text Anonymize Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/split_on_delimiter":{"post":{"tags":["text"],"summary":"Text Split On Delimiter","description":"Split on delimiter.","operationId":"text_split_on_delimiter_v1_text_split_on_delimiter_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SplitOnDelimiterRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Split On Delimiter V1 Text Split On Delimiter Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/longest_common_substring":{"post":{"tags":["text"],"summary":"Text Longest Common Substring","description":"Longest common substring.","operationId":"text_longest_common_substring_v1_text_longest_common_substring_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LongestCommonSubstringRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Longest Common Substring V1 Text Longest Common Substring Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/generate_ngrams":{"post":{"tags":["text"],"summary":"Text Generate Ngrams","description":"Generate n-grams.","operationId":"text_generate_ngrams_v1_text_generate_ngrams_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateNgramsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Generate Ngrams V1 Text Generate Ngrams Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_stopwords_advanced":{"post":{"tags":["text"],"summary":"Text Remove Stopwords Advanced","description":"Remove stopwords advanced.","operationId":"text_remove_stopwords_advanced_v1_text_remove_stopwords_advanced_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveStopwordsAdvancedRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Remove Stopwords Advanced V1 Text Remove Stopwords Advanced Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_abbreviations":{"post":{"tags":["text"],"summary":"Text Extract Abbreviations","description":"Extract abbreviations.","operationId":"text_extract_abbreviations_v1_text_extract_abbreviations_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractAbbreviationsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Abbreviations V1 Text Extract Abbreviations Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/word_context":{"post":{"tags":["text"],"summary":"Text Word Context","description":"Word context.","operationId":"text_word_context_v1_text_word_context_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WordContextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Word Context V1 Text Word Context Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_language":{"post":{"summary":"Text Detect Language","description":"Detect language.","operationId":"text_detect_language_v1_text_detect_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectLanguageRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Detect Language V1 Text Detect Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/clean_text":{"post":{"summary":"Text Clean Text","description":"Clean text.","operationId":"text_clean_text_v1_text_clean_text_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CleanTextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Clean Text V1 Text Clean Text Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_key_points":{"post":{"tags":["text"],"summary":"Text Extract Key Points","description":"GWC1-0 — Extract top-N key sentences using TF-IDF + position scoring. Auth-gated. No LLM.","operationId":"text_extract_key_points_v1_text_extract_key_points_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractKeyPointsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Key Points V1 Text Extract Key Points Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/fit_to_window":{"post":{"tags":["context"],"summary":"Context Fit To Window","description":"GWC1-1 — Fit text to a model's context window. Returns fitted text + strategy. Auth-gated.","operationId":"context_fit_to_window_v1_context_fit_to_window_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__FitToWindowRequest__1"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Context Fit To Window V1 Context Fit To Window Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/ops":{"get":{"tags":["text"],"summary":"List Text Ops","description":"GWC1-2 — Machine-readable list of all /v1/text/* operations. No auth required.","operationId":"list_text_ops_v1_text_ops_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response List Text Ops V1 Text Ops Get"}}}}}}},"/v1/text/rank_sentences":{"post":{"tags":["text"],"summary":"Text Rank Sentences","description":"GWC1-3 — Rank all sentences by importance (TF-IDF + position + length). Auth-gated. No LLM.","operationId":"text_rank_sentences_v1_text_rank_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RankSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Rank Sentences V1 Text Rank Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_definitions":{"post":{"tags":["text"],"summary":"Text Extract Definitions","description":"GWC2-0 — Extract \"X is/are/means Y\" definition patterns from text. Auth-gated. No LLM.","operationId":"text_extract_definitions_v1_text_extract_definitions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractDefinitionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Extract Definitions V1 Text Extract Definitions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/strip_redundant":{"post":{"tags":["text"],"summary":"Text Strip Redundant","description":"GWC2-1 — Remove redundant filler phrases from text. Auth-gated. No LLM.","operationId":"text_strip_redundant_v1_text_strip_redundant_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StripRedundantRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Strip Redundant V1 Text Strip Redundant Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/token_budget":{"post":{"tags":["context"],"summary":"Context Token Budget","description":"GWC2-2 — Allocate a token budget across texts by priority. Auth-gated. No LLM.","operationId":"context_token_budget_v1_context_token_budget_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenBudgetRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Context Token Budget V1 Context Token Budget Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/condense":{"post":{"tags":["text"],"summary":"Text Condense","description":"GWC2-3 — Aggressive single-pass context condensation: strip fillers, collapse whitespace, dedup sentences. Auth-gated.","operationId":"text_condense_v1_text_condense_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CondenseRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Condense V1 Text Condense Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_topic_sentences":{"post":{"tags":["text"],"summary":"Text Find Topic Sentences","description":"GWC3-0 — Find topic sentence (first substantive sentence) of each paragraph. Auth-gated. No LLM.","operationId":"text_find_topic_sentences_v1_text_find_topic_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindTopicSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Find Topic Sentences V1 Text Find Topic Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_density":{"post":{"tags":["text"],"summary":"Text Score Density","description":"GWC3-1 — Compute information density: content_word ratio + unique ratio. Auth-gated. No LLM.","operationId":"text_score_density_v1_text_score_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreDensityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Score Density V1 Text Score Density Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/split_for_ai":{"post":{"tags":["context"],"summary":"Context Split For Ai","description":"GWC3-2 — Split text into AI-ready chunks with overlap and token estimates. Auth-gated. No LLM.","operationId":"context_split_for_ai_v1_context_split_for_ai_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SplitForAiRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Context Split For Ai V1 Context Split For Ai Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_citations":{"post":{"tags":["text"],"summary":"Text Remove Citations","description":"GWC3-3 — Remove citation markers ([1], [Author 2020], footnote numbers) from text. Auth-gated. No LLM.","operationId":"text_remove_citations_v1_text_remove_citations_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveCitationsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Text Remove Citations V1 Text Remove Citations Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_entities":{"post":{"tags":["text"],"summary":"Text Extract Entities","description":"GWC4-0 — Regex-based named entity extraction (dates, emails, phones, URLs, money, proper nouns).","operationId":"text_extract_entities_v1_text_extract_entities_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractEntitiesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/generate_summary_line":{"post":{"tags":["text"],"summary":"Text Generate Summary Line","description":"GWC4-1 — Single-sentence summary using TF-IDF scoring, optionally truncated to max_chars.","operationId":"text_generate_summary_line_v1_text_generate_summary_line_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateSummaryLineRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_intent":{"post":{"tags":["text"],"summary":"Text Detect Intent","description":"GWC4-2 — Classify each sentence as question/instruction/exclamation/statement.","operationId":"text_detect_intent_v1_text_detect_intent_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectIntentRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_lists":{"post":{"tags":["text"],"summary":"Text Extract Lists","description":"GWC4-3 — Extract bullet and numbered lists from text.","operationId":"text_extract_lists_v1_text_extract_lists_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractListsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/fix_punctuation":{"post":{"tags":["text"],"summary":"Text Fix Punctuation","description":"GWC5-0 — Fix common punctuation issues: double spaces, missing post-comma space, smart quotes.","operationId":"text_fix_punctuation_v1_text_fix_punctuation_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FixPunctuationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/expand_contractions":{"post":{"tags":["text"],"summary":"Text Expand Contractions","description":"GWC5-1 — Expand English contractions (don't→do not, can't→cannot, etc.).","operationId":"text_expand_contractions_v1_text_expand_contractions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpandContractionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_syllables":{"post":{"tags":["text"],"summary":"Text Count Syllables","description":"GWC5-2 — Estimate syllable count per word using vowel-group heuristic.","operationId":"text_count_syllables_v1_text_count_syllables_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__CountSyllablesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_headings":{"post":{"tags":["text"],"summary":"Text Extract Headings","description":"GWC5-3 — Extract Markdown headings with level and text.","operationId":"text_extract_headings_v1_text_extract_headings_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractHeadingsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/assemble":{"post":{"tags":["context"],"summary":"Context Assemble","description":"GWC6-0 — Assemble multiple text sections into a prompt-ready context block with budget enforcement.","operationId":"context_assemble_v1_context_assemble_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextAssembleRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_sentences":{"post":{"tags":["text"],"summary":"Text Score Sentences","description":"GWC6-1 — Score each sentence on length, vocabulary, and position dimensions.","operationId":"text_score_sentences_v1_text_score_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/filter_by_score":{"post":{"tags":["text"],"summary":"Text Filter By Score","description":"GWC6-2 — Return only sentences scoring above min_score threshold.","operationId":"text_filter_by_score_v1_text_filter_by_score_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FilterByScoreRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/summarize_sections":{"post":{"tags":["context"],"summary":"Context Summarize Sections","description":"GWC6-3 — Return first sentence of each ## section as section summary map.","operationId":"context_summarize_sections_v1_context_summarize_sections_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__SummarizeSectionsRequest__1"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_metadata":{"post":{"tags":["text"],"summary":"Text Extract Metadata","description":"GWC7-0 — Extract document metadata: reading time, Flesch ease, sentence/vocab stats.","operationId":"text_extract_metadata_v1_text_extract_metadata_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractMetadataRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_coherence":{"post":{"tags":["text"],"summary":"Text Measure Coherence","description":"GWC7-1 — Measure paragraph coherence by Jaccard overlap of content words between consecutive paragraphs.","operationId":"text_measure_coherence_v1_text_measure_coherence_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__MeasureCoherenceRequest__1"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/tag_sentences":{"post":{"tags":["text"],"summary":"Text Tag Sentences","description":"GWC7-2 — Tag each sentence with length, intent, and position labels.","operationId":"text_tag_sentences_v1_text_tag_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_transitions":{"post":{"tags":["text"],"summary":"Text Extract Transitions","description":"GWC7-3 — Extract transition words/phrases with their sentence context.","operationId":"text_extract_transitions_v1_text_extract_transitions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractTransitionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/rerank":{"post":{"tags":["context"],"summary":"Context Rerank","description":"GWC8-0 — Rerank candidate passages by TF-IDF relevance to a query.","operationId":"context_rerank_v1_context_rerank_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextRerankRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_tables":{"post":{"tags":["text"],"summary":"Text Extract Tables","description":"GWC8-1 — Extract Markdown pipe tables from text.","operationId":"text_extract_tables_v1_text_extract_tables_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractTablesRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_similarity_matrix":{"post":{"tags":["text"],"summary":"Text Compute Similarity Matrix","description":"GWC8-2 — Compute pairwise Jaccard similarity matrix for up to 20 texts.","operationId":"text_compute_similarity_matrix_v1_text_compute_similarity_matrix_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimilarityMatrixRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/group_sentences":{"post":{"tags":["text"],"summary":"Text Group Sentences","description":"GWC8-3 — Group sentences by topic similarity using greedy Jaccard threshold.","operationId":"text_group_sentences_v1_text_group_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GroupSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/to_numbered_list":{"post":{"tags":["text"],"summary":"Text To Numbered List","description":"GWC9-0 — Convert text sentences or lines to a numbered list.","operationId":"text_to_numbered_list_v1_text_to_numbered_list_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ToNumberedListRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/to_bullet_list":{"post":{"tags":["text"],"summary":"Text To Bullet List","description":"GWC9-1 — Convert text sentences or lines to a bullet list.","operationId":"text_to_bullet_list_v1_text_to_bullet_list_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ToBulletListRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/wrap_paragraphs":{"post":{"tags":["text"],"summary":"Text Wrap Paragraphs","description":"GWC9-2 — Re-wrap text so each paragraph fits within max_width characters per line.","operationId":"text_wrap_paragraphs_v1_text_wrap_paragraphs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WrapParagraphsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/add_line_numbers":{"post":{"tags":["text"],"summary":"Text Add Line Numbers","description":"GWC9-3 — Prefix each line with its line number.","operationId":"text_add_line_numbers_v1_text_add_line_numbers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddLineNumbersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_tfidf":{"post":{"tags":["text"],"summary":"Text Compute Tfidf","description":"GWC10-0 — Compute TF-IDF term weights for text, returning top-N terms.","operationId":"text_compute_tfidf_v1_text_compute_tfidf_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeTfidfRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_proper_nouns":{"post":{"tags":["text"],"summary":"Text Extract Proper Nouns","description":"GWC10-1 — Extract proper noun sequences (consecutive capitalized words, not sentence-start).","operationId":"text_extract_proper_nouns_v1_text_extract_proper_nouns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractProperNounsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/normalize_whitespace":{"post":{"tags":["text"],"summary":"Text Normalize Whitespace","description":"GWC10-2 — Normalize whitespace: tabs→spaces, CRLF→LF, collapse excessive blank lines.","operationId":"text_normalize_whitespace_v1_text_normalize_whitespace_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NormalizeWhitespaceRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/estimate_reading_level":{"post":{"tags":["text"],"summary":"Text Estimate Reading Level","description":"GWC10-3 — Estimate reading level: elementary/middle/high/college using Flesch-Kincaid grade.","operationId":"text_estimate_reading_level_v1_text_estimate_reading_level_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EstimateReadingLevelRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/build_prompt":{"post":{"tags":["text"],"summary":"Text Build Prompt","description":"GWC11-0 — Assemble a structured prompt from system/user/context/instruction parts.","operationId":"text_build_prompt_v1_text_build_prompt_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildPromptRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_code_comments":{"post":{"tags":["text"],"summary":"Text Extract Code Comments","description":"GWC11-1 — Extract inline and block comments from code text.","operationId":"text_extract_code_comments_v1_text_extract_code_comments_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractCodeCommentsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_tokens_detailed":{"post":{"tags":["text"],"summary":"Text Count Tokens Detailed","description":"GWC11-2 — Detailed token count: chars, words, estimated_tokens, token_density, longest_word.","operationId":"text_count_tokens_detailed_v1_text_count_tokens_detailed_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountTokensDetailedRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/validate_structure":{"post":{"tags":["text"],"summary":"Text Validate Structure","description":"GWC11-3 — Validate that text has expected structural elements.","operationId":"text_validate_structure_v1_text_validate_structure_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateStructureRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_arguments":{"post":{"tags":["text"],"summary":"Text Extract Arguments","description":"GWC12-0 — Extract claim/argument pairs from argumentative text.","operationId":"text_extract_arguments_v1_text_extract_arguments_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractArgumentsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tone":{"post":{"tags":["text"],"summary":"Text Detect Tone","description":"GWC12-1 — Detect tone: formal/informal/positive/negative/neutral.","operationId":"text_detect_tone_v1_text_detect_tone_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__DetectToneRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/expand_text":{"post":{"tags":["text"],"summary":"Text Expand Text","description":"GWC12-2 — Expand abbreviations, contractions, and fix sentence spacing.","operationId":"text_expand_text_v1_text_expand_text_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpandTextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/semantic_chunks":{"post":{"tags":["text"],"summary":"Text Semantic Chunks","description":"GWC12-3 — Split text into semantic chunks by detecting topic shifts.","operationId":"text_semantic_chunks_v1_text_semantic_chunks_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SemanticChunksRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_passive_voice":{"post":{"tags":["text"],"summary":"Text Detect Passive Voice","description":"GWC13-0 — Detect passive voice sentences using be-verb + past-participle heuristic.","operationId":"text_detect_passive_voice_v1_text_detect_passive_voice_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectPassiveVoiceRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_references":{"post":{"tags":["text"],"summary":"Text Extract References","description":"GWC13-1 — Extract cross-references (section, page, figure, table, footnote, cf.) from text.","operationId":"text_extract_references_v1_text_extract_references_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractReferencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/estimate_expertise":{"post":{"tags":["text"],"summary":"Text Estimate Expertise","description":"GWC13-2 — Estimate target expertise level: beginner/intermediate/expert.","operationId":"text_estimate_expertise_v1_text_estimate_expertise_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EstimateExpertiseRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/merge_short_paragraphs":{"post":{"tags":["text"],"summary":"Text Merge Short Paragraphs","description":"GWC13-3 — Merge consecutive paragraphs shorter than min_words into the preceding one.","operationId":"text_merge_short_paragraphs_v1_text_merge_short_paragraphs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MergeShortParagraphsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lists":{"post":{"tags":["text"],"summary":"Text Detect Lists","description":"GWC14-0 — Detect and extract bullet/numbered lists from text.","operationId":"text_detect_lists_v1_text_detect_lists_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectListsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_hashtags":{"post":{"tags":["text"],"summary":"Text Extract Hashtags","description":"GWC14-1 — Extract #hashtags from text with position.","operationId":"text_extract_hashtags_v1_text_extract_hashtags_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractHashtagsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_mentions":{"post":{"tags":["text"],"summary":"Text Extract Mentions","description":"GWC14-2 — Extract @mentions from text with position.","operationId":"text_extract_mentions_v1_text_extract_mentions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractMentionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_lines":{"post":{"tags":["text"],"summary":"Text Count Lines","description":"GWC14-3 — Count total, blank, and non-blank lines in text.","operationId":"text_count_lines_v1_text_count_lines_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__CountLinesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_acronyms":{"post":{"tags":["text"],"summary":"Text Extract Acronyms","description":"GWC15-0 — Extract UPPER-CASE acronyms (2+ letters) from text.","operationId":"text_extract_acronyms_v1_text_extract_acronyms_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractAcronymsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_duplicate_lines":{"post":{"tags":["text"],"summary":"Text Find Duplicate Lines","description":"GWC15-1 — Find duplicate lines in text.","operationId":"text_find_duplicate_lines_v1_text_find_duplicate_lines_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindDuplicateLinesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_questions":{"post":{"tags":["text"],"summary":"Text Detect Questions","description":"GWC15-2 — Detect interrogative sentences ending with '?' or starting with wh-/aux-words.","operationId":"text_detect_questions_v1_text_detect_questions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectQuestionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/char_frequency":{"post":{"tags":["text"],"summary":"Text Char Frequency","description":"GWC15-3 — Character frequency analysis of text.","operationId":"text_char_frequency_v1_text_char_frequency_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CharFrequencyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_ips":{"post":{"tags":["text"],"summary":"Text Extract Ips","description":"GWC16-0 — Extract IPv4 and IPv6 addresses from text.","operationId":"text_extract_ips_v1_text_extract_ips_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractIpsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_currencies":{"post":{"tags":["text"],"summary":"Text Extract Currencies","description":"GWC16-1 — Extract currency amounts (e.g. $100, €50, £20, ¥1000, USD 500).","operationId":"text_extract_currencies_v1_text_extract_currencies_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractCurrenciesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/word_ngrams":{"post":{"tags":["text"],"summary":"Text Word Ngrams","description":"GWC16-2 — Generate word n-grams from text.","operationId":"text_word_ngrams_v1_text_word_ngrams_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WordNgramsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/jaccard_similarity":{"post":{"tags":["text"],"summary":"Text Jaccard Similarity","description":"GWC16-3 — Compute Jaccard similarity between two texts using word sets.","operationId":"text_jaccard_similarity_v1_text_jaccard_similarity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JaccardSimilarityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hedging":{"post":{"tags":["text"],"summary":"Text Detect Hedging","description":"GWC17-0 — Detect hedging language in text.","operationId":"text_detect_hedging_v1_text_detect_hedging_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectHedgingRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_formality":{"post":{"tags":["text"],"summary":"Text Score Formality","description":"GWC17-1 — Score text formality 0.0 (informal) to 1.0 (very formal).","operationId":"text_score_formality_v1_text_score_formality_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ScoreFormalityRequest__1"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jargon":{"post":{"tags":["text"],"summary":"Text Detect Jargon","description":"GWC17-2 — Detect domain jargon (tech, legal, medical, finance).","operationId":"text_detect_jargon_v1_text_detect_jargon_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectJargonRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_conditionals":{"post":{"tags":["text"],"summary":"Text Extract Conditionals","description":"GWC17-3 — Extract conditional sentences from text.","operationId":"text_extract_conditionals_v1_text_extract_conditionals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractConditionalsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_negation":{"post":{"tags":["text"],"summary":"Text Detect Negation","description":"GWC18-0 — Detect negation markers in text.","operationId":"text_detect_negation_v1_text_detect_negation_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectNegationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_imperatives":{"post":{"tags":["text"],"summary":"Text Detect Imperatives","description":"GWC18-1 — Detect imperative sentences starting with a base verb.","operationId":"text_detect_imperatives_v1_text_detect_imperatives_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectImperativesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_comparisons":{"post":{"tags":["text"],"summary":"Text Extract Comparisons","description":"GWC18-2 — Extract comparison phrases from text.","operationId":"text_extract_comparisons_v1_text_extract_comparisons_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractComparisonsRequest__1"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cliches":{"post":{"tags":["text"],"summary":"Text Find Cliches","description":"GWC18-3 — Detect common English clichés in text.","operationId":"text_find_cliches_v1_text_find_cliches_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindClichesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_ttr":{"post":{"tags":["text"],"summary":"Text Compute Ttr","description":"GWC19-0 — Compute Type-Token Ratio (vocabulary richness).","operationId":"text_compute_ttr_v1_text_compute_ttr_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeTtrRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_causal":{"post":{"tags":["text"],"summary":"Text Extract Causal","description":"GWC19-1 — Extract causal phrases from text.","operationId":"text_extract_causal_v1_text_extract_causal_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractCausalRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_clarity":{"post":{"tags":["text"],"summary":"Text Score Clarity","description":"GWC19-2 — Score text clarity 0.0 (complex) to 1.0 (very clear).","operationId":"text_score_clarity_v1_text_score_clarity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreClarityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_temporal":{"post":{"tags":["text"],"summary":"Text Extract Temporal","description":"GWC19-3 — Extract temporal expressions from text.","operationId":"text_extract_temporal_v1_text_extract_temporal_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractTemporalRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_discourse_markers":{"post":{"tags":["text"],"summary":"Text Extract Discourse Markers","description":"GWC20-0 — Extract discourse/cohesion markers from text.","operationId":"text_extract_discourse_markers_v1_text_extract_discourse_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractDiscourseMarkersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_repetition":{"post":{"tags":["text"],"summary":"Text Detect Repetition","description":"GWC20-1 — Detect repeated phrases (n-grams appearing 2+ times).","operationId":"text_detect_repetition_v1_text_detect_repetition_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectRepetitionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_hypotheticals":{"post":{"tags":["text"],"summary":"Text Extract Hypotheticals","description":"GWC20-2 — Extract hypothetical statements from text.","operationId":"text_extract_hypotheticals_v1_text_extract_hypotheticals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractHypotheticalsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_lexical_diversity":{"post":{"tags":["text"],"summary":"Text Measure Lexical Diversity","description":"GWC20-3 — Measure lexical diversity using Moving-Average Type-Token Ratio (MATTR).","operationId":"text_measure_lexical_diversity_v1_text_measure_lexical_diversity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureLexicalDiversityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_pronouns":{"post":{"tags":["text"],"summary":"Text Count Pronouns","description":"GWC21-0 — Count 1st/2nd/3rd person pronouns and identify dominant voice.","operationId":"text_count_pronouns_v1_text_count_pronouns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountPronounsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_examples":{"post":{"tags":["text"],"summary":"Text Extract Examples","description":"GWC21-1 — Extract example phrases introduced by signals like 'for example', 'such as', etc.","operationId":"text_extract_examples_v1_text_extract_examples_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractExamplesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_key_facts":{"post":{"tags":["text"],"summary":"Text Find Key Facts","description":"GWC21-2 — Extract sentences containing factual signals: numbers, dates, percentages, proper nouns.","operationId":"text_find_key_facts_v1_text_find_key_facts_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindKeyFactsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/check_sentence_variety":{"post":{"tags":["text"],"summary":"Text Check Sentence Variety","description":"GWC21-3 — Analyze sentence start variety; detect repetitive sentence openers.","operationId":"text_check_sentence_variety_v1_text_check_sentence_variety_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckSentenceVarietyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_emphasis":{"post":{"tags":["text"],"summary":"Text Find Emphasis","description":"GWC22-0 — Find bolded and italicized text in Markdown.","operationId":"text_find_emphasis_v1_text_find_emphasis_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindEmphasisRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_statistics":{"post":{"tags":["text"],"summary":"Text Extract Statistics","description":"GWC22-1 — Extract sentences containing statistical claims: percentages, quantities, ranges.","operationId":"text_extract_statistics_v1_text_extract_statistics_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractStatisticsRequest__1"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_language_mix":{"post":{"tags":["text"],"summary":"Text Detect Language Mix","description":"GWC22-2 — Detect if text mixes multiple scripts/languages.","operationId":"text_detect_language_mix_v1_text_detect_language_mix_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectLanguageMixRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/summarize_keywords":{"post":{"tags":["text"],"summary":"Text Summarize Keywords","description":"GWC22-3 — Return a one-line keyword summary using TF-IDF top-N keywords.","operationId":"text_summarize_keywords_v1_text_summarize_keywords_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SummarizeKeywordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wordiness":{"post":{"tags":["text"],"summary":"Text Detect Wordiness","description":"GWC23-0 — Detect wordy phrases and suggest concise alternatives.","operationId":"text_detect_wordiness_v1_text_detect_wordiness_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectWordinessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sentence_fragments":{"post":{"tags":["text"],"summary":"Text Find Sentence Fragments","description":"GWC23-1 — Detect very short sentences that may be incomplete fragments.","operationId":"text_find_sentence_fragments_v1_text_find_sentence_fragments_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindSentenceFragmentsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_sentence_complexity":{"post":{"tags":["text"],"summary":"Text Measure Sentence Complexity","description":"GWC23-2 — Compute sentence complexity via conjunction/subordinator density.","operationId":"text_measure_sentence_complexity_v1_text_measure_sentence_complexity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureSentenceComplexityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/highlight_keywords":{"post":{"tags":["text"],"summary":"Text Highlight Keywords","description":"GWC23-3 — Find all positions of keywords in text.","operationId":"text_highlight_keywords_v1_text_highlight_keywords_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HighlightKeywordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/package_context":{"post":{"tags":["text"],"summary":"Text Package Context","description":"GWC24-0 — Pack multiple sections into a token-budgeted context block.","operationId":"text_package_context_v1_text_package_context_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PackageContextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_topic_shift":{"post":{"tags":["text"],"summary":"Text Detect Topic Shift","description":"GWC24-1 — Detect points where topic changes significantly via word-set dissimilarity.","operationId":"text_detect_topic_shift_v1_text_detect_topic_shift_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectTopicShiftRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_redundancy":{"post":{"tags":["text"],"summary":"Text Measure Redundancy","description":"GWC24-2 — Measure text redundancy via repeated n-gram concepts.","operationId":"text_measure_redundancy_v1_text_measure_redundancy_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureRedundancyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_topic_words":{"post":{"tags":["text"],"summary":"Text Extract Topic Words","description":"GWC24-3 — Extract most topically significant words using TF-IDF weighting.","operationId":"text_extract_topic_words_v1_text_extract_topic_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractTopicWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/check_consistency":{"post":{"tags":["text"],"summary":"Text Check Consistency","description":"GWC25-0 — Detect potential consistency issues: mixed tense, mixed person, mixed formality.","operationId":"text_check_consistency_v1_text_check_consistency_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckConsistencyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_information_density":{"post":{"tags":["text"],"summary":"Text Score Information Density","description":"GWC25-1 — Score each paragraph's information density.","operationId":"text_score_information_density_v1_text_score_information_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreInformationDensityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_numbers_with_units":{"post":{"tags":["text"],"summary":"Text Extract Numbers With Units","description":"GWC25-2 — Extract all numbers with associated units as structured objects.","operationId":"text_extract_numbers_with_units_v1_text_extract_numbers_with_units_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractNumbersWithUnitsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/summarize_structure":{"post":{"tags":["text"],"summary":"Text Summarize Structure","description":"GWC25-3 — Summarize text structure: counts of words, sentences, paragraphs, headings, lists, code blocks.","operationId":"text_summarize_structure_v1_text_summarize_structure_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SummarizeStructureRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_action_items":{"post":{"tags":["text"],"summary":"Text Find Action Items","description":"GWC26-1 — Find imperative/action sentences.","operationId":"text_find_action_items_v1_text_find_action_items_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindActionItemsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_transition_words":{"post":{"tags":["text"],"summary":"Text Find Transition Words","description":"GWC26-2 — Find transition/connective words (however, therefore, moreover, etc.).","operationId":"text_find_transition_words_v1_text_find_transition_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindTransitionWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_sentiment_simple":{"post":{"tags":["text"],"summary":"Text Score Sentiment Simple","description":"GWC26-3 — Simple rule-based positive/negative sentiment scoring (no ML).","operationId":"text_score_sentiment_simple_v1_text_score_sentiment_simple_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreSentimentSimpleRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_phone_numbers":{"post":{"tags":["text"],"summary":"Text Extract Phone Numbers","description":"GWC27-0 — Extract phone numbers from text.","operationId":"text_extract_phone_numbers_v1_text_extract_phone_numbers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractPhoneNumbersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_markdown_elements":{"post":{"tags":["text"],"summary":"Text Count Markdown Elements","description":"GWC27-2 — Count markdown elements: bold, italic, links, images, headers, code spans.","operationId":"text_count_markdown_elements_v1_text_count_markdown_elements_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountMarkdownElementsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_punctuation":{"post":{"tags":["text"],"summary":"Text Count Punctuation","description":"GWC27-3 — Count punctuation marks by type.","operationId":"text_count_punctuation_v1_text_count_punctuation_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountPunctuationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_definitions":{"post":{"tags":["text"],"summary":"Text Find Definitions","description":"GWC27-4 — Find definitional sentences (X is defined as, refers to, means, etc.).","operationId":"text_find_definitions_v1_text_find_definitions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindDefinitionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_readability":{"post":{"tags":["text"],"summary":"Text Score Readability","description":"GWC28-0 — Compute Flesch Reading Ease score.","operationId":"text_score_readability_v1_text_score_readability_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreReadabilityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_text_similarity":{"post":{"tags":["text"],"summary":"Text Measure Text Similarity","description":"GWC28-1 — Measure cosine similarity between two texts using word frequency vectors.","operationId":"text_measure_text_similarity_v1_text_measure_text_similarity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureTextSimilarityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_repetitions":{"post":{"tags":["text"],"summary":"Text Find Repetitions","description":"GWC28-2 — Find words/phrases repeated more than min_count times.","operationId":"text_find_repetitions_v1_text_find_repetitions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindRepetitionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/estimate_reading_time":{"post":{"tags":["text"],"summary":"Text Estimate Reading Time","description":"GWC28-3 — Estimate reading time based on word count and WPM.","operationId":"text_estimate_reading_time_v1_text_estimate_reading_time_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EstimateReadingTimeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_proper_nouns":{"post":{"tags":["text"],"summary":"Text Find Proper Nouns","description":"GWC29-0 — Find capitalized proper noun sequences (e.g., New York, United States).","operationId":"text_find_proper_nouns_v1_text_find_proper_nouns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindProperNounsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_acronyms":{"post":{"tags":["text"],"summary":"Text Find Acronyms","description":"GWC29-2 — Find uppercase acronyms (2+ consecutive capital letters).","operationId":"text_find_acronyms_v1_text_find_acronyms_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__FindAcronymsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_vocabulary_diversity":{"post":{"tags":["text"],"summary":"Text Score Vocabulary Diversity","description":"GWC29-3 — Compute type-token ratio (unique words / total words).","operationId":"text_score_vocabulary_diversity_v1_text_score_vocabulary_diversity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreVocabularyDiversityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_comparisons":{"post":{"tags":["text"],"summary":"Text Find Comparisons","description":"GWC29-4 — Find sentences containing comparative language.","operationId":"text_find_comparisons_v1_text_find_comparisons_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindComparisonsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_superlatives":{"post":{"tags":["text"],"summary":"Text Find Superlatives","description":"GWC30-0 — Find superlative forms (best, worst, largest, most X, etc.).","operationId":"text_find_superlatives_v1_text_find_superlatives_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindSuperlativesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_imperative_mood":{"post":{"tags":["text"],"summary":"Text Detect Imperative Mood","description":"GWC30-1 — Detect sentences with imperative/directive mood.","operationId":"text_detect_imperative_mood_v1_text_detect_imperative_mood_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectImperativeMoodRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_causal_relations":{"post":{"tags":["text"],"summary":"Text Find Causal Relations","description":"GWC30-3 — Find sentences with causal connectives (because, therefore, thus, hence).","operationId":"text_find_causal_relations_v1_text_find_causal_relations_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindCausalRelationsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_conditional_sentences":{"post":{"tags":["text"],"summary":"Text Find Conditional Sentences","description":"GWC30-4 — Find conditional sentences (if/unless/provided that, etc.).","operationId":"text_find_conditional_sentences_v1_text_find_conditional_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindConditionalSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_opinion_markers":{"post":{"tags":["text"],"summary":"Text Find Opinion Markers","description":"GWC31-0 — Find opinion/stance markers (I think, I believe, in my opinion, etc.).","operationId":"text_find_opinion_markers_v1_text_find_opinion_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindOpinionMarkersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rhetorical_questions":{"post":{"tags":["text"],"summary":"Text Detect Rhetorical Questions","description":"GWC31-1 — Detect rhetorical questions (ending with 'right?', 'isn't it?', etc.).","operationId":"text_detect_rhetorical_questions_v1_text_detect_rhetorical_questions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectRhetoricalQuestionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_concessions":{"post":{"tags":["text"],"summary":"Text Find Concessions","description":"GWC31-2 — Find concession sentences (although, even though, despite, etc.).","operationId":"text_find_concessions_v1_text_find_concessions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindConcessionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_argument_strength":{"post":{"tags":["text"],"summary":"Text Score Argument Strength","description":"GWC31-3 — Heuristic argument strength score based on evidence, claims, and hedges.","operationId":"text_score_argument_strength_v1_text_score_argument_strength_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreArgumentStrengthRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_alliteration":{"post":{"tags":["text"],"summary":"Text Find Alliteration","description":"GWC32-0 — Detect alliterative sequences (N+ consecutive words starting with same letter).","operationId":"text_find_alliteration_v1_text_find_alliteration_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindAlliterationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tautology":{"post":{"tags":["text"],"summary":"Text Detect Tautology","description":"GWC32-1 — Find tautological/redundant phrases (free gift, added bonus, etc.).","operationId":"text_detect_tautology_v1_text_detect_tautology_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectTautologyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_analogies":{"post":{"tags":["text"],"summary":"Text Find Analogies","description":"GWC32-2 — Find analogy patterns (like X, just as X, similar to X, akin to X).","operationId":"text_find_analogies_v1_text_find_analogies_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindAnalogiesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_sentence_balance":{"post":{"tags":["text"],"summary":"Text Score Sentence Balance","description":"GWC32-3 — Measure sentence length balance (std dev, mean, CV).","operationId":"text_score_sentence_balance_v1_text_score_sentence_balance_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreSentenceBalanceRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_citations":{"post":{"tags":["text"],"summary":"Text Find Citations","description":"GWC33-0 — Find citation patterns (APA, bracket [1], parenthetical (Author Year)).","operationId":"text_find_citations_v1_text_find_citations_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindCitationsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_version_numbers":{"post":{"tags":["text"],"summary":"Text Extract Version Numbers","description":"GWC33-1 — Extract version numbers (v1.2.3, version 2.0, 1.0.0-beta).","operationId":"text_extract_version_numbers_v1_text_extract_version_numbers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractVersionNumbersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_code_identifiers":{"post":{"tags":["text"],"summary":"Text Find Code Identifiers","description":"GWC33-2 — Find likely code identifiers: camelCase, PascalCase, snake_case, ALL_CAPS.","operationId":"text_find_code_identifiers_v1_text_find_code_identifiers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindCodeIdentifiersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_technical_jargon":{"post":{"tags":["text"],"summary":"Text Detect Technical Jargon","description":"GWC33-3 — Detect domain-specific technical jargon from a curated word list.","operationId":"text_detect_technical_jargon_v1_text_detect_technical_jargon_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectTechnicalJargonRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_text_density":{"post":{"tags":["text"],"summary":"Text Measure Text Density","description":"GWC34-0 — Measure information density: TTR, avg word length, composite score.","operationId":"text_measure_text_density_v1_text_measure_text_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureTextDensityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hedging_language":{"post":{"tags":["text"],"summary":"Text Find Hedging Language","description":"GWC34-1 — Find hedging expressions with sentence context (richer than detect_hedging).","operationId":"text_find_hedging_language_v1_text_find_hedging_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindHedgingLanguageRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nominalization":{"post":{"tags":["text"],"summary":"Text Find Nominalization","description":"GWC34-2 — Find nominalized forms (investigation, development, implementation, etc.).","operationId":"text_find_nominalization_v1_text_find_nominalization_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindNominalizationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sentence_fragments":{"post":{"tags":["text"],"summary":"Text Detect Sentence Fragments","description":"GWC34-3 — Detect likely sentence fragments (very short sentences, no finite verb).","operationId":"text_detect_sentence_fragments_v1_text_detect_sentence_fragments_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectSentenceFragmentsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_anaphora":{"post":{"tags":["text"],"summary":"Text Find Anaphora","description":"GWC35-0 — Detect anaphora (same word/phrase repeated at start of successive sentences).","operationId":"text_find_anaphora_v1_text_find_anaphora_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindAnaphoraRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_asyndeton":{"post":{"tags":["text"],"summary":"Text Detect Asyndeton","description":"GWC35-1 — Detect asyndeton (comma-separated lists without a final conjunction).","operationId":"text_detect_asyndeton_v1_text_detect_asyndeton_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectAsyndetonRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_antithesis":{"post":{"tags":["text"],"summary":"Text Find Antithesis","description":"GWC35-2 — Find antithesis patterns (contrasting clauses joined by but/yet/whereas/etc.).","operationId":"text_find_antithesis_v1_text_find_antithesis_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindAntithesisRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_oxymoron":{"post":{"tags":["text"],"summary":"Text Find Oxymoron","description":"GWC35-3 — Detect common oxymoron phrases from a curated list.","operationId":"text_find_oxymoron_v1_text_find_oxymoron_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindOxymoronRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_polysyndeton":{"post":{"tags":["text"],"summary":"Text Detect Polysyndeton","description":"GWC36-0 — Detect polysyndeton (multiple and/or/but conjunctions in a list).","operationId":"text_detect_polysyndeton_v1_text_detect_polysyndeton_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectPolysyndetonRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_epistrophe":{"post":{"tags":["text"],"summary":"Text Find Epistrophe","description":"GWC36-1 — Detect epistrophe (same word/phrase repeated at end of successive sentences).","operationId":"text_find_epistrophe_v1_text_find_epistrophe_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindEpistropheRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hyperbole":{"post":{"tags":["text"],"summary":"Text Find Hyperbole","description":"GWC36-2 — Detect hyperbole markers from a curated phrase list.","operationId":"text_find_hyperbole_v1_text_find_hyperbole_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindHyperboleRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_euphemism":{"post":{"tags":["text"],"summary":"Text Find Euphemism","description":"GWC36-3 — Detect euphemistic substitutions from a curated list.","operationId":"text_find_euphemism_v1_text_find_euphemism_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindEuphemismRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_litotes":{"post":{"tags":["text"],"summary":"Text Find Litotes","description":"GWC37-0 — Detect litotes (understatement via double negation: not bad, not uncommon).","operationId":"text_find_litotes_v1_text_find_litotes_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindLitotesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_metonymy":{"post":{"tags":["text"],"summary":"Text Find Metonymy","description":"GWC37-1 — Detect common metonymy phrases (the pen, the crown, Wall Street, etc.).","operationId":"text_find_metonymy_v1_text_find_metonymy_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindMetonymyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_climax_order":{"post":{"tags":["text"],"summary":"Text Detect Climax Order","description":"GWC37-2 — Detect climactic ordering in comma-separated series by word length escalation.","operationId":"text_detect_climax_order_v1_text_detect_climax_order_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectClimaxOrderRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_irony_markers":{"post":{"tags":["text"],"summary":"Text Find Irony Markers","description":"GWC37-3 — Detect irony/sarcasm markers from a curated phrase list.","operationId":"text_find_irony_markers_v1_text_find_irony_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindIronyMarkersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_idioms":{"post":{"tags":["text"],"summary":"Text Find Idioms","description":"GWC38-0 — Detect common English idioms from a curated list of 20 phrases.","operationId":"text_find_idioms_v1_text_find_idioms_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindIdiomsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_proverbs":{"post":{"tags":["text"],"summary":"Text Find Proverbs","description":"GWC38-1 — Detect common proverbs and sayings from a curated list of 20.","operationId":"text_find_proverbs_v1_text_find_proverbs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindProverbsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_slang":{"post":{"tags":["text"],"summary":"Text Find Slang","description":"GWC38-2 — Detect common slang terms from a curated list of 20.","operationId":"text_find_slang_v1_text_find_slang_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindSlangRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_colloquialisms":{"post":{"tags":["text"],"summary":"Text Detect Colloquialisms","description":"GWC38-3 — Detect informal contractions (gonna, wanna, kinda, ain't, dunno, etc.).","operationId":"text_detect_colloquialisms_v1_text_detect_colloquialisms_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectColloquialismsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_similes":{"post":{"tags":["text"],"summary":"Text Find Similes","description":"GWC39-1 — Detect simile patterns (like X, as X as Y, as if X) in text.","operationId":"text_find_similes_v1_text_find_similes_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindSimilesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ambiguity":{"post":{"tags":["text"],"summary":"Text Detect Ambiguity","description":"GWC39-2 — Detect potentially ambiguous sentences with unclear referents.","operationId":"text_detect_ambiguity_v1_text_detect_ambiguity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectAmbiguityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_quotes_with_speaker":{"post":{"tags":["text"],"summary":"Text Extract Quotes With Speaker","description":"GWC39-3 — Find quoted speech with speaker attribution (X said Y).","operationId":"text_extract_quotes_with_speaker_v1_text_extract_quotes_with_speaker_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractQuotesWithSpeakerRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_filler_words":{"post":{"tags":["text"],"summary":"Text Count Filler Words","description":"GWC39-4 — Count filler/hedge words (um, uh, like, basically, literally, etc.).","operationId":"text_count_filler_words_v1_text_count_filler_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountFillerWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cliches":{"post":{"tags":["text"],"summary":"Text Detect Cliches","description":"GWC40-0 — Detect clichéd phrases with plain-English alternatives.","operationId":"text_detect_cliches_v1_text_detect_cliches_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectClichesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alliteration":{"post":{"tags":["text"],"summary":"Text Detect Alliteration","description":"GWC40-1 — Detect alliterative word runs (≥N consecutive words sharing a starting letter).","operationId":"text_detect_alliteration_v1_text_detect_alliteration_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectAlliterationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_opinion_markers":{"post":{"tags":["text"],"summary":"Text Detect Opinion Markers","description":"GWC40-2 — Detect subjective opinion markers (I think, I believe, in my opinion, etc.).","operationId":"text_detect_opinion_markers_v1_text_detect_opinion_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectOpinionMarkersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hyperbole":{"post":{"tags":["text"],"summary":"Text Detect Hyperbole","description":"GWC40-3 — Detect hyperbolic/absolute language (literally, never, always, impossible, etc.).","operationId":"text_detect_hyperbole_v1_text_detect_hyperbole_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectHyperboleRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_objectivity":{"post":{"tags":["text"],"summary":"Text Score Objectivity","description":"GWC41-0 — Score text objectivity (0=subjective, 100=objective).","operationId":"text_score_objectivity_v1_text_score_objectivity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreObjectivityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_emphasis":{"post":{"tags":["text"],"summary":"Text Detect Emphasis","description":"GWC41-1 — Detect emphasized text patterns (CAPS, *asterisks*, _underscores_, !!).","operationId":"text_detect_emphasis_v1_text_detect_emphasis_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectEmphasisRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_vocabulary_richness":{"post":{"tags":["text"],"summary":"Text Measure Vocabulary Richness","description":"GWC41-2 — Measure vocabulary richness: TTR, hapax ratio, avg word length.","operationId":"text_measure_vocabulary_richness_v1_text_measure_vocabulary_richness_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureVocabularyRichnessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pronoun_density":{"post":{"tags":["text"],"summary":"Text Detect Pronoun Density","description":"GWC41-3 — Measure first/second/third person pronoun usage and density.","operationId":"text_detect_pronoun_density_v1_text_detect_pronoun_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectPronounDensityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/classify_sentences":{"post":{"tags":["text"],"summary":"Text Classify Sentences","description":"GWC42-0 — Classify each sentence as declarative/interrogative/exclamatory/imperative.","operationId":"text_classify_sentences_v1_text_classify_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClassifySentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sentence_starters":{"post":{"tags":["text"],"summary":"Text Detect Sentence Starters","description":"GWC42-1 — Report what word type each sentence starts with; flag conjunction starts.","operationId":"text_detect_sentence_starters_v1_text_detect_sentence_starters_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectSentenceStartersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_sentence_uniformity":{"post":{"tags":["text"],"summary":"Text Measure Sentence Uniformity","description":"GWC42-2 — Measure sentence length uniformity: mean, std_dev, CV, min, max.","operationId":"text_measure_sentence_uniformity_v1_text_measure_sentence_uniformity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureSentenceUniformityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_named_patterns":{"post":{"tags":["text"],"summary":"Text Extract Named Patterns","description":"GWC42-3 — Extract structured named patterns: emails, URLs, phones, ZIP codes, IPv4.","operationId":"text_extract_named_patterns_v1_text_extract_named_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractNamedPatternsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/contract_words":{"post":{"tags":["text"],"summary":"Text Contract Words","description":"GWC43-0 — Contract common word pairs to contractions (do not → don't).","operationId":"text_contract_words_v1_text_contract_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/add_emphasis":{"post":{"tags":["text"],"summary":"Text Add Emphasis","description":"GWC43-1 — Add *markdown emphasis* around specified keywords.","operationId":"text_add_emphasis_v1_text_add_emphasis_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddEmphasisRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/reverse_sentences":{"post":{"tags":["text"],"summary":"Text Reverse Sentences","description":"GWC43-2 — Reverse the order of sentences in a passage.","operationId":"text_reverse_sentences_v1_text_reverse_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReverseSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/swap_case_words":{"post":{"tags":["text"],"summary":"Text Swap Case Words","description":"GWC43-3 — Toggle case for specified words (or all words if none specified).","operationId":"text_swap_case_words_v1_text_swap_case_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SwapCaseWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compare_readability":{"post":{"tags":["text"],"summary":"Text Compare Readability","description":"GWC44-0 — Compare readability of two texts side by side.","operationId":"text_compare_readability_v1_text_compare_readability_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompareReadabilityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_longest_words":{"post":{"tags":["text"],"summary":"Text Find Longest Words","description":"GWC44-1 — Find the N longest unique words in text.","operationId":"text_find_longest_words_v1_text_find_longest_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindLongestWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_by_word_length":{"post":{"tags":["text"],"summary":"Text Count By Word Length","description":"GWC44-2 — Histogram of word lengths.","operationId":"text_count_by_word_length_v1_text_count_by_word_length_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountByWordLengthRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rare_words":{"post":{"tags":["text"],"summary":"Text Find Rare Words","description":"GWC44-3 — Find words appearing ≤ max_count times (hapax legomena).","operationId":"text_find_rare_words_v1_text_find_rare_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindRareWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/split_by_context":{"post":{"tags":["text"],"summary":"Text Split By Context","description":"GWC48-0 — Split text into AI context window-optimized chunks (paragraph-aware).","operationId":"text_split_by_context_v1_text_split_by_context_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SplitByContextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_summary_sentences":{"post":{"tags":["text"],"summary":"Text Extract Summary Sentences","description":"GWC48-1 — Extract 1-3 summary sentences from each paragraph.","operationId":"text_extract_summary_sentences_v1_text_extract_summary_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractSummarySentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_language_features":{"post":{"tags":["text"],"summary":"Text Detect Language Features","description":"GWC48-2 — Detect language features: register, technical density, academic markers.","operationId":"text_detect_language_features_v1_text_detect_language_features_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectLanguageFeaturesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_parallel_sentences":{"post":{"tags":["text"],"summary":"Text Find Parallel Sentences","description":"GWC48-3 — Find sentences with parallel structure.","operationId":"text_find_parallel_sentences_v1_text_find_parallel_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindParallelSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_text_quality":{"post":{"tags":["text"],"summary":"Text Score Text Quality","description":"GWC47-0 — Holistic text quality score: readability + diversity + variety + density.","operationId":"text_score_text_quality_v1_text_score_text_quality_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreTextQualityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_bullet_points":{"post":{"tags":["text"],"summary":"Text Extract Bullet Points","description":"GWC47-1 — Extract bullet points and numbered list items from text.","operationId":"text_extract_bullet_points_v1_text_extract_bullet_points_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractBulletPointsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_document_type":{"post":{"tags":["text"],"summary":"Text Detect Document Type","description":"GWC47-2 — Classify document type using structural heuristics.","operationId":"text_detect_document_type_v1_text_detect_document_type_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectDocumentTypeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_named_entities_regex":{"post":{"tags":["text"],"summary":"Text Extract Named Entities Regex","description":"GWC47-3 — Extract named entities using regex: PERSON, ORG, MONEY, PERCENT, LOCATION.","operationId":"text_extract_named_entities_regex_v1_text_extract_named_entities_regex_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractNamedEntitiesRegexRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_boilerplate_headers":{"post":{"tags":["text"],"summary":"Text Remove Boilerplate Headers","description":"GWC46-0 — Remove common document boilerplate headers and disclaimers.","operationId":"text_remove_boilerplate_headers_v1_text_remove_boilerplate_headers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveBoilerplateHeadersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/deduplicate_paragraphs":{"post":{"tags":["text"],"summary":"Text Deduplicate Paragraphs","description":"GWC46-1 — Remove near-duplicate paragraphs using Jaccard similarity.","operationId":"text_deduplicate_paragraphs_v1_text_deduplicate_paragraphs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeduplicateParagraphsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compress_for_context":{"post":{"tags":["text"],"summary":"Text Compress For Context","description":"GWC46-2 — Multi-pass aggressive compression: boilerplate + fillers + whitespace + dedup.","operationId":"text_compress_for_context_v1_text_compress_for_context_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompressForContextRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_unique_phrases":{"post":{"tags":["text"],"summary":"Text Count Unique Phrases","description":"GWC46-3 — Count unique n-gram phrases (bigrams/trigrams) with frequencies.","operationId":"text_count_unique_phrases_v1_text_count_unique_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountUniquePhrasesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_key_value_pairs":{"post":{"tags":["text"],"summary":"Text Extract Key Value Pairs","description":"GWC45-0 — Extract key:value pairs from structured text.","operationId":"text_extract_key_value_pairs_v1_text_extract_key_value_pairs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractKeyValuePairsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/quality_score":{"post":{"tags":["context"],"summary":"Context Quality Score","description":"GWC45-1 — Score how well compressed text preserves key information.","operationId":"context_quality_score_v1_context_quality_score_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextQualityScoreRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_abbreviation_definitions":{"post":{"tags":["text"],"summary":"Text Find Abbreviation Definitions","description":"GWC45-2 — Find inline abbreviation definitions like 'API (Application Programming Interface)'.","operationId":"text_find_abbreviation_definitions_v1_text_find_abbreviation_definitions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindAbbreviationDefinitionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/strip_redundant_phrases":{"post":{"tags":["text"],"summary":"Text Strip Redundant Phrases","description":"GWC45-3 — Strip redundant introductory filler phrases from text.","operationId":"text_strip_redundant_phrases_v1_text_strip_redundant_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StripRedundantPhrasesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/estimate_token_count":{"post":{"tags":["text"],"summary":"Text Estimate Token Count","description":"GWC49-0 — Estimate token count using character-based heuristics.","operationId":"text_estimate_token_count_v1_text_estimate_token_count_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EstimateTokenCountRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/rank_paragraphs":{"post":{"tags":["text"],"summary":"Text Rank Paragraphs","description":"GWC50-0 — Rank paragraphs by information density.","operationId":"text_rank_paragraphs_v1_text_rank_paragraphs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RankParagraphsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_first_sentences":{"post":{"tags":["text"],"summary":"Text Extract First Sentences","description":"GWC50-1 — Extract the first sentence from each paragraph.","operationId":"text_extract_first_sentences_v1_text_extract_first_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractFirstSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sentence_types":{"post":{"tags":["text"],"summary":"Text Detect Sentence Types","description":"GWC50-2 — Classify sentences as simple/compound/complex/compound-complex.","operationId":"text_detect_sentence_types_v1_text_detect_sentence_types_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectSentenceTypesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_topic_sentence_candidates":{"post":{"tags":["text"],"summary":"Text Find Topic Sentence Candidates","description":"GWC50-3 — Return top topic sentence candidates per paragraph.","operationId":"text_find_topic_sentence_candidates_v1_text_find_topic_sentence_candidates_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindTopicSentenceCandidatesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/truncate_to_paragraphs":{"post":{"tags":["text"],"summary":"Text Truncate To Paragraphs","description":"GWC51-0 — Truncate text to at most N complete paragraphs.","operationId":"text_truncate_to_paragraphs_v1_text_truncate_to_paragraphs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TruncateToParagraphsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/interleave_texts":{"post":{"tags":["text"],"summary":"Text Interleave Texts","description":"GWC51-1 — Interleave two texts sentence-by-sentence.","operationId":"text_interleave_texts_v1_text_interleave_texts_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InterleaveTextsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_paragraph_by_index":{"post":{"tags":["text"],"summary":"Text Extract Paragraph By Index","description":"GWC51-2 — Extract a specific paragraph by zero-based index.","operationId":"text_extract_paragraph_by_index_v1_text_extract_paragraph_by_index_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractParagraphByIndexRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_words_by_frequency":{"post":{"tags":["text"],"summary":"Text Count Words By Frequency","description":"GWC51-3 — Return word frequency histogram sorted by count descending.","operationId":"text_count_words_by_frequency_v1_text_count_words_by_frequency_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountWordsByFrequencyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_context_quality":{"post":{"tags":["text"],"summary":"Text Score Context Quality","description":"GWC52-0 — Score a context block for vocabulary diversity, sentence variety, density, and boilerplate.","operationId":"text_score_context_quality_v1_text_score_context_quality_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreContextQualityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_semantic_keywords":{"post":{"tags":["text"],"summary":"Text Extract Semantic Keywords","description":"GWC52-1 — Extract semantically significant keywords using TF*position weighting.","operationId":"text_extract_semantic_keywords_v1_text_extract_semantic_keywords_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractSemanticKeywordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_paragraph_similarity":{"post":{"tags":["text"],"summary":"Text Compute Paragraph Similarity","description":"GWC52-2 — Pairwise Jaccard similarity matrix between all paragraphs.","operationId":"text_compute_paragraph_similarity_v1_text_compute_paragraph_similarity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeParagraphSimilarityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/filter_sentences_by_length":{"post":{"tags":["text"],"summary":"Text Filter Sentences By Length","description":"GWC52-3 — Keep only sentences within [min_words, max_words] word count range.","operationId":"text_filter_sentences_by_length_v1_text_filter_sentences_by_length_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FilterSentencesByLengthRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_writing_style":{"post":{"tags":["text"],"summary":"Text Detect Writing Style","description":"GWC53-0 — Detect writing style: analytical/narrative/descriptive/persuasive/expository.","operationId":"text_detect_writing_style_v1_text_detect_writing_style_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectWritingStyleRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_rhetorical_devices":{"post":{"tags":["text"],"summary":"Text Extract Rhetorical Devices","description":"GWC53-1 — Detect rhetorical devices: repetition, anaphora, tricolon, question-answer, contrast.","operationId":"text_extract_rhetorical_devices_v1_text_extract_rhetorical_devices_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractRhetoricalDevicesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_persuasiveness":{"post":{"tags":["text"],"summary":"Text Score Persuasiveness","description":"GWC53-2 — Heuristic persuasiveness score based on evidence, CTA, statistics, urgency.","operationId":"text_score_persuasiveness_v1_text_score_persuasiveness_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScorePersuasivenessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_numbered_claims":{"post":{"tags":["text"],"summary":"Text Find Numbered Claims","description":"GWC53-3 — Extract numbered claims or assertions from text.","operationId":"text_find_numbered_claims_v1_text_find_numbered_claims_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindNumberedClaimsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/optimize":{"post":{"tags":["context"],"summary":"Context Optimize","description":"GWC54-0 — Multi-pass context optimization for LLM consumption.","operationId":"context_optimize_v1_context_optimize_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextOptimizeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_filler":{"post":{"tags":["text"],"summary":"Text Remove Filler","description":"GWC54-1 — Remove low-information filler words/phrases from text.","operationId":"text_remove_filler_v1_text_remove_filler_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveFillerRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/compress_to_tokens":{"post":{"tags":["context"],"summary":"Context Compress To Tokens","description":"GWC54-2 — Compress text to fit within N tokens, keeping most informative content.","operationId":"context_compress_to_tokens_v1_context_compress_to_tokens_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__FitToWindowRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/grade_writing":{"post":{"tags":["text"],"summary":"Text Grade Writing","description":"GWC54-3 — Grade writing quality with actionable feedback.","operationId":"text_grade_writing_v1_text_grade_writing_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GradeWritingRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/budget":{"post":{"tags":["context"],"summary":"Context Budget","description":"GWC55-0 — Pack texts into a token budget using greedy priority strategy.","operationId":"context_budget_v1_context_budget_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextBudgetRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_information_density":{"post":{"tags":["text"],"summary":"Text Count Information Density","description":"GWC55-2 — Compute information density metrics for text.","operationId":"text_count_information_density_v1_text_count_information_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountInfoDensityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/deduplicate_sources":{"post":{"tags":["context"],"summary":"Context Deduplicate Sources","description":"GWC55-3 — Remove near-duplicate passages from a list using Jaccard similarity.","operationId":"context_deduplicate_sources_v1_context_deduplicate_sources_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeduplicateSourcesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_topic_clusters":{"post":{"tags":["text"],"summary":"Text Extract Topic Clusters","description":"GWC56-0 — Cluster sentences by shared keyword topics.","operationId":"text_extract_topic_clusters_v1_text_extract_topic_clusters_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractTopicClustersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_transitions":{"post":{"tags":["text"],"summary":"Text Find Transitions","description":"GWC56-1 — Find discourse transition phrases and classify their type.","operationId":"text_find_transitions_v1_text_find_transitions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindTransitionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_numeric_claims":{"post":{"tags":["text"],"summary":"Text Extract Numeric Claims","description":"GWC56-2 — Extract statistical/numeric claims from text (numbers with units/percentages).","operationId":"text_extract_numeric_claims_v1_text_extract_numeric_claims_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractStatisticsRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/summarize_sections":{"post":{"tags":["text"],"summary":"Text Summarize Sections","description":"GWC56-3 — Split text by headings and summarize each section extractively.","operationId":"text_summarize_sections_v1_text_summarize_sections_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__SummarizeSectionsRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_claims":{"post":{"tags":["text"],"summary":"Text Extract Claims","description":"GWC57-0 — Extract factual claims from text using assertion verb detection.","operationId":"text_extract_claims_v1_text_extract_claims_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractClaimsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_contradictions_extended":{"post":{"tags":["text"],"summary":"Text Detect Contradictions Extended","description":"GWC57-1 — Find sentences with contradictory sentiment about the same subject.","operationId":"text_detect_contradictions_extended_v1_text_detect_contradictions_extended_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectContradictionsExtRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_sentence_coherence":{"post":{"tags":["text"],"summary":"Text Measure Sentence Coherence","description":"GWC57-2 — Measure text coherence via sentence-to-sentence keyword continuity.","operationId":"text_measure_sentence_coherence_v1_text_measure_sentence_coherence_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__MeasureCoherenceRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/sort_sentences":{"post":{"tags":["text"],"summary":"Text Sort Sentences","description":"GWC57-3 — Reorder sentences by importance, length, or chronological markers.","operationId":"text_sort_sentences_v1_text_sort_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ReorderSentencesRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/tag_pos_heuristic":{"post":{"tags":["text"],"summary":"Text Tag Pos Heuristic","description":"GWC58-0 — Annotate words with part-of-speech tags using suffix heuristics.","operationId":"text_tag_pos_heuristic_v1_text_tag_pos_heuristic_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnnotatePosRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_comparisons":{"post":{"tags":["text"],"summary":"Text Detect Comparisons","description":"GWC58-1 — Find comparative structures in text.","operationId":"text_detect_comparisons_v1_text_detect_comparisons_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ExtractComparisonsRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_causal_links":{"post":{"tags":["text"],"summary":"Text Find Causal Links","description":"GWC58-2 — Find causal relationship phrases in text.","operationId":"text_find_causal_links_v1_text_find_causal_links_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindCausalLinksRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/rate_formality":{"post":{"tags":["text"],"summary":"Text Rate Formality","description":"GWC58-3 — Score text formality (0=informal, 100=formal).","operationId":"text_rate_formality_v1_text_rate_formality_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__server__ScoreFormalityRequest__2"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/extract_key_passages":{"post":{"tags":["context"],"summary":"Context Extract Key Passages","description":"GWC59-0 — Extract the most information-dense passages from a document.","operationId":"context_extract_key_passages_v1_context_extract_key_passages_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractKeyPassagesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_redundant_sentences":{"post":{"tags":["text"],"summary":"Text Remove Redundant Sentences","description":"GWC59-1 — Remove sentences highly similar to earlier ones (Jaccard-based).","operationId":"text_remove_redundant_sentences_v1_text_remove_redundant_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveRedundantSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/preview":{"post":{"tags":["context"],"summary":"Context Preview","description":"GWC59-2 — Generate a structured document preview.","operationId":"context_preview_v1_context_preview_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextPreviewRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/expand_acronyms":{"post":{"tags":["text"],"summary":"Text Expand Acronyms","description":"GWC59-3 — Expand known acronyms in text.","operationId":"text_expand_acronyms_v1_text_expand_acronyms_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpandAcronymsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/filter_sentences_by_keyword":{"post":{"tags":["text"],"summary":"Text Filter Sentences By Keyword","description":"GWC60-0 — Keep only sentences containing at least one of the provided keywords.","operationId":"text_filter_sentences_by_keyword_v1_text_filter_sentences_by_keyword_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FilterSentencesByKeywordRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/distill":{"post":{"tags":["context"],"summary":"Context Distill","description":"GWC60-1 — Extract the most essential sentences by keyword density + position bias.","operationId":"context_distill_v1_context_distill_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextDistillRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/highlight_changes":{"post":{"tags":["text"],"summary":"Text Highlight Changes","description":"GWC60-2 — Annotated word-level diff between two texts.","operationId":"text_highlight_changes_v1_text_highlight_changes_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HighlightChangesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_overlap":{"post":{"tags":["text"],"summary":"Text Compute Overlap","description":"GWC60-3 — Word-level Jaccard overlap between two texts.","operationId":"text_compute_overlap_v1_text_compute_overlap_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeOverlapRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_relevance":{"post":{"tags":["text"],"summary":"Text Score Relevance","description":"GWC61-0 — Score each sentence against a query by word overlap.","operationId":"text_score_relevance_v1_text_score_relevance_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreRelevanceRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_off_topic":{"post":{"tags":["text"],"summary":"Text Detect Off Topic","description":"GWC61-1 — Flag sentences with low overlap with topic words.","operationId":"text_detect_off_topic_v1_text_detect_off_topic_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectOffTopicRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_content_words":{"post":{"tags":["text"],"summary":"Text Count Content Words","description":"GWC61-2 — Count content words vs function words.","operationId":"text_count_content_words_v1_text_count_content_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountContentWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_focus_sentence":{"post":{"tags":["text"],"summary":"Text Find Focus Sentence","description":"GWC61-3 — Find the sentence with the highest content-word density.","operationId":"text_find_focus_sentence_v1_text_find_focus_sentence_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindFocusSentenceRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_subheadings":{"post":{"tags":["text"],"summary":"Text Extract Subheadings","description":"GWC62-0 — Extract markdown subheadings (level 2+) from text.","operationId":"text_extract_subheadings_v1_text_extract_subheadings_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractSubheadingsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_sentences_with_numbers":{"post":{"tags":["text"],"summary":"Text Extract Sentences With Numbers","description":"GWC62-1 — Extract sentences that contain at least one numeric value.","operationId":"text_extract_sentences_with_numbers_v1_text_extract_sentences_with_numbers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractSentencesWithNumbersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_long_sentences":{"post":{"tags":["text"],"summary":"Text Extract Long Sentences","description":"GWC62-2 — Return sentences exceeding word count threshold.","operationId":"text_extract_long_sentences_v1_text_extract_long_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractLongSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_short_sentences":{"post":{"tags":["text"],"summary":"Text Extract Short Sentences","description":"GWC62-3 — Return sentences below word count threshold.","operationId":"text_extract_short_sentences_v1_text_extract_short_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractShortSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_punctuation":{"post":{"tags":["text"],"summary":"Text Remove Punctuation","description":"GWC63-0 — Strip all punctuation from text, preserving spaces.","operationId":"text_remove_punctuation_v1_text_remove_punctuation_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemovePunctuationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/normalize_numbers":{"post":{"tags":["text"],"summary":"Text Normalize Numbers","description":"GWC63-1 — Replace spelled-out numbers with digits.","operationId":"text_normalize_numbers_v1_text_normalize_numbers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NormalizeNumbersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_parentheticals":{"post":{"tags":["text"],"summary":"Text Extract Parentheticals","description":"GWC63-2 — Extract text inside parentheses, brackets, or curly braces.","operationId":"text_extract_parentheticals_v1_text_extract_parentheticals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractParentheticalsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/strip_markdown":{"post":{"tags":["text"],"summary":"Text Strip Markdown","description":"GWC63-3 — Remove markdown formatting to produce plain text.","operationId":"text_strip_markdown_v1_text_strip_markdown_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StripMarkdownRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_syllables_per_word":{"post":{"tags":["text"],"summary":"Text Count Syllables Per Word","description":"GWC64-0 — Estimate syllable count per word using vowel-group heuristic.","operationId":"text_count_syllables_per_word_v1_text_count_syllables_per_word_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountSyllablesPerWordRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sentence_complexity":{"post":{"tags":["text"],"summary":"Text Detect Sentence Complexity","description":"GWC64-1 — Classify each sentence as simple/compound/complex.","operationId":"text_detect_sentence_complexity_v1_text_detect_sentence_complexity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectSentenceComplexityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_repeated_phrases":{"post":{"tags":["text"],"summary":"Text Find Repeated Phrases","description":"GWC64-2 — Find bigrams/trigrams appearing more than once.","operationId":"text_find_repeated_phrases_v1_text_find_repeated_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindRepeatedPhrasesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_abstractness":{"post":{"tags":["text"],"summary":"Text Score Abstractness","description":"GWC64-3 — Score text abstractness using abstract indicator word ratio.","operationId":"text_score_abstractness_v1_text_score_abstractness_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreAbstractnessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/score_density":{"post":{"tags":["context"],"summary":"Context Score Density Gwc65","description":"GWC65-0 — Score each paragraph's information density.","operationId":"context_score_density_gwc65_v1_context_score_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextScoreDensityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_topic_boundaries":{"post":{"tags":["text"],"summary":"Text Find Topic Boundaries","description":"GWC65-1 — Detect topic shift boundaries between consecutive sentences.","operationId":"text_find_topic_boundaries_v1_text_find_topic_boundaries_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindTopicBoundariesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/trim_to_sentences":{"post":{"tags":["context"],"summary":"Context Trim To Sentences","description":"GWC65-2 — Trim text to max_sentences highest-scoring sentences.","operationId":"context_trim_to_sentences_v1_context_trim_to_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextTrimToSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_named_patterns":{"post":{"tags":["text"],"summary":"Text Count Named Patterns","description":"GWC65-3 — Count occurrences of named pattern types in text.","operationId":"text_count_named_patterns_v1_text_count_named_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountNamedPatternsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/to_sentence_case":{"post":{"tags":["text"],"summary":"Text To Sentence Case","description":"GWC66-0 — Convert text to sentence case.","operationId":"text_to_sentence_case_v1_text_to_sentence_case_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ToSentenceCaseRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_collocations":{"post":{"tags":["text"],"summary":"Text Extract Collocations","description":"GWC66-1 — Find word pairs commonly appearing within a window.","operationId":"text_extract_collocations_v1_text_extract_collocations_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractCollocationsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_engagement":{"post":{"tags":["text"],"summary":"Text Score Engagement","description":"GWC66-2 — Score text engagement based on questions, exclamations, active verbs, pronouns.","operationId":"text_score_engagement_v1_text_score_engagement_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreEngagementRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/split_by_sentence_count":{"post":{"tags":["text"],"summary":"Text Split By Sentence Count","description":"GWC66-3 — Split text into chunks of N sentences.","operationId":"text_split_by_sentence_count_v1_text_split_by_sentence_count_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SplitBySentenceCountRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/split_paragraphs":{"post":{"tags":["context"],"summary":"Context Split Paragraphs","description":"GWC67-0 — Split text into individual paragraphs with metadata.","operationId":"context_split_paragraphs_v1_context_split_paragraphs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextSplitParagraphsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_first_n_words":{"post":{"tags":["text"],"summary":"Text Extract First N Words","description":"GWC67-1 — Extract the first N words from text.","operationId":"text_extract_first_n_words_v1_text_extract_first_n_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractFirstNWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_last_n_words":{"post":{"tags":["text"],"summary":"Text Extract Last N Words","description":"GWC67-2 — Extract the last N words from text.","operationId":"text_extract_last_n_words_v1_text_extract_last_n_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractLastNWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_unique_words":{"post":{"tags":["text"],"summary":"Text Count Unique Words","description":"GWC67-3 — Count unique words (case-insensitive).","operationId":"text_count_unique_words_v1_text_count_unique_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountUniqueWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lists_advanced":{"post":{"tags":["text"],"summary":"Text Detect Lists Advanced","description":"GWC68-0 — Detect ordered and unordered lists in text.","operationId":"text_detect_lists_advanced_v1_text_detect_lists_advanced_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectListsAdvancedRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bold_italic":{"post":{"tags":["text"],"summary":"Text Find Bold Italic","description":"GWC68-1 — Find bold and italic spans in markdown text.","operationId":"text_find_bold_italic_v1_text_find_bold_italic_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindBoldItalicRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_key_terms":{"post":{"tags":["text"],"summary":"Text Extract Key Terms","description":"GWC68-2 — Extract key technical terms (capitalized sequences and hyphenated words).","operationId":"text_extract_key_terms_v1_text_extract_key_terms_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractKeyTermsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_avg_word_length":{"post":{"tags":["text"],"summary":"Text Measure Avg Word Length","description":"GWC68-3 — Compute average word length and distribution by bucket.","operationId":"text_measure_avg_word_length_v1_text_measure_avg_word_length_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureAvgWordLengthRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/compress_sentences":{"post":{"tags":["context"],"summary":"Context Compress Sentences","description":"GWC69-0 — Remove filler/weak words to compress each sentence.","operationId":"context_compress_sentences_v1_context_compress_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextCompressSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_topic_sentences":{"post":{"tags":["text"],"summary":"Text Extract Topic Sentences","description":"GWC69-1 — Return the first sentence of each paragraph as topic sentences.","operationId":"text_extract_topic_sentences_v1_text_extract_topic_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractTopicSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_sentence_importance":{"post":{"tags":["text"],"summary":"Text Score Sentence Importance","description":"GWC69-2 — Score each sentence by position + content word frequency.","operationId":"text_score_sentence_importance_v1_text_score_sentence_importance_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreSentenceImportanceRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/context/extract_outline":{"post":{"tags":["context"],"summary":"Context Extract Outline","description":"GWC69-3 — Extract a document outline from headings and section first sentences.","operationId":"context_extract_outline_v1_context_extract_outline_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContextExtractOutlineRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/check_grammar_simple":{"post":{"tags":["text"],"summary":"Text Check Grammar Simple","description":"GWC70-0 — Flag simple grammar issues: double spaces, repeated words, missing caps.","operationId":"text_check_grammar_simple_v1_text_check_grammar_simple_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckGrammarSimpleRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_weak_verbs":{"post":{"tags":["text"],"summary":"Text Find Weak Verbs","description":"GWC70-1 — Identify weak verb forms and suggest stronger alternatives.","operationId":"text_find_weak_verbs_v1_text_find_weak_verbs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindWeakVerbsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_double_negatives":{"post":{"tags":["text"],"summary":"Text Detect Double Negatives","description":"GWC70-2 — Detect double negatives in text.","operationId":"text_detect_double_negatives_v1_text_detect_double_negatives_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectDoubleNegativesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_specificity":{"post":{"tags":["text"],"summary":"Text Score Specificity","description":"GWC70-3 — Score text specificity using numbers, proper nouns, and technical terms.","operationId":"text_score_specificity_v1_text_score_specificity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreSpecificityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/remove_filler_words":{"post":{"tags":["text"],"summary":"Text Remove Filler Words","description":"GWC71-0 — Remove filler/hedging words from text.","operationId":"text_remove_filler_words_v1_text_remove_filler_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveFillerWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_main_clause":{"post":{"tags":["text"],"summary":"Text Extract Main Clause","description":"GWC71-1 — Extract the main clause from each sentence by stripping parentheticals and subordinates.","operationId":"text_extract_main_clause_v1_text_extract_main_clause_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractMainClauseRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_conciseness":{"post":{"tags":["text"],"summary":"Text Score Conciseness","description":"GWC71-2 — Score text conciseness (0-100): fewer fillers and verbose phrases = higher score.","operationId":"text_score_conciseness_v1_text_score_conciseness_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreConcisenessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_verbose_phrases":{"post":{"tags":["text"],"summary":"Text Find Verbose Phrases","description":"GWC71-3 — Find verbose phrases and suggest concise alternatives.","operationId":"text_find_verbose_phrases_v1_text_find_verbose_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindVerbosePhrasesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/summarize_to_n_words":{"post":{"tags":["text"],"summary":"Text Summarize To N Words","description":"GWC72-0 — Extractive summary truncated to at most N words, preserving full sentences.","operationId":"text_summarize_to_n_words_v1_text_summarize_to_n_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SummarizeToNWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_conclusions":{"post":{"tags":["text"],"summary":"Text Extract Conclusions","description":"GWC72-1 — Find conclusion sentences using common conclusion trigger words.","operationId":"text_extract_conclusions_v1_text_extract_conclusions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractConclusionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/build_glossary":{"post":{"tags":["text"],"summary":"Text Build Glossary","description":"GWC72-2 — Build a glossary by finding 'X is Y' and 'X: Y' definition patterns.","operationId":"text_build_glossary_v1_text_build_glossary_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildGlossaryRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_requirements":{"post":{"tags":["text"],"summary":"Text Extract Requirements","description":"GWC72-3 — Extract requirement sentences using modal verbs and strength classification.","operationId":"text_extract_requirements_v1_text_extract_requirements_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractRequirementsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/measure_cohesion":{"post":{"tags":["text"],"summary":"Text Measure Cohesion","description":"GWC73-0 — Measure text cohesion by tracking keyword chains across sentences.","operationId":"text_measure_cohesion_v1_text_measure_cohesion_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasureCohesionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_topic_clusters":{"post":{"tags":["text"],"summary":"Text Find Topic Clusters","description":"GWC73-1 — Group sentences into topic clusters by keyword overlap.","operationId":"text_find_topic_clusters_v1_text_find_topic_clusters_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindTopicClustersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_contradictions":{"post":{"tags":["text"],"summary":"Text Detect Contradictions","description":"GWC73-3 — Find sentence pairs with contradictory terms in close proximity.","operationId":"text_detect_contradictions_v1_text_detect_contradictions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectContradictionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/split_complex_sentences":{"post":{"tags":["Text Analysis"],"summary":"Text Split Complex Sentences","description":"Split complex sentences.","operationId":"text_split_complex_sentences_v1_text_split_complex_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SplitComplexSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Split Complex Sentences V1 Text Split Complex Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/tag_discourse_roles":{"post":{"tags":["Text Analysis"],"summary":"Text Tag Discourse Roles","description":"Tag discourse roles.","operationId":"text_tag_discourse_roles_v1_text_tag_discourse_roles_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagDiscourseRolesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Tag Discourse Roles V1 Text Tag Discourse Roles Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_epistemic_markers":{"post":{"tags":["Text Analysis"],"summary":"Text Find Epistemic Markers","description":"Find epistemic markers.","operationId":"text_find_epistemic_markers_v1_text_find_epistemic_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindEpistemicMarkersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Epistemic Markers V1 Text Find Epistemic Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_lexical_density":{"post":{"tags":["Text Analysis"],"summary":"Text Compute Lexical Density","description":"Compute lexical density.","operationId":"text_compute_lexical_density_v1_text_compute_lexical_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeLexicalDensityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Compute Lexical Density V1 Text Compute Lexical Density Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_weasel_words":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Weasel Words","description":"Detect weasel words.","operationId":"text_detect_weasel_words_v1_text_detect_weasel_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectWeaselWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Weasel Words V1 Text Detect Weasel Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_concreteness":{"post":{"tags":["Text Analysis"],"summary":"Text Score Concreteness","description":"Score concreteness.","operationId":"text_score_concreteness_v1_text_score_concreteness_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreConcretenessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Concreteness V1 Text Score Concreteness Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sentence_pairs":{"post":{"tags":["Text Analysis"],"summary":"Text Find Sentence Pairs","description":"Find sentence pairs.","operationId":"text_find_sentence_pairs_v1_text_find_sentence_pairs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindSentencePairsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Sentence Pairs V1 Text Find Sentence Pairs Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_intensifiers":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Intensifiers","description":"Extract intensifiers.","operationId":"text_extract_intensifiers_v1_text_extract_intensifiers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractIntensifiersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Intensifiers V1 Text Extract Intensifiers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_sentence_entropy":{"post":{"tags":["Text Analysis"],"summary":"Text Compute Sentence Entropy","description":"Compute sentence entropy.","operationId":"text_compute_sentence_entropy_v1_text_compute_sentence_entropy_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeSentenceEntropyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Compute Sentence Entropy V1 Text Compute Sentence Entropy Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_passive_nominals":{"post":{"tags":["Text Analysis"],"summary":"Text Find Passive Nominals","description":"Find passive nominals.","operationId":"text_find_passive_nominals_v1_text_find_passive_nominals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindPassiveNominalsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Passive Nominals V1 Text Find Passive Nominals Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_logical_flow":{"post":{"tags":["Text Analysis"],"summary":"Text Score Logical Flow","description":"Score logical flow.","operationId":"text_score_logical_flow_v1_text_score_logical_flow_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreLogicalFlowRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Logical Flow V1 Text Score Logical Flow Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_overused_words":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Overused Words","description":"Detect overused words.","operationId":"text_detect_overused_words_v1_text_detect_overused_words_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectOverusedWordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Overused Words V1 Text Detect Overused Words Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_numeric_ranges":{"post":{"tags":["Text Analysis"],"summary":"Text Find Numeric Ranges","description":"Find numeric ranges.","operationId":"text_find_numeric_ranges_v1_text_find_numeric_ranges_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindNumericRangesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Numeric Ranges V1 Text Find Numeric Ranges Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pronoun_shift":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Pronoun Shift","description":"Detect pronoun shift.","operationId":"text_detect_pronoun_shift_v1_text_detect_pronoun_shift_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectPronounShiftRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Pronoun Shift V1 Text Detect Pronoun Shift Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_argument_density":{"post":{"tags":["Text Analysis"],"summary":"Text Score Argument Density","description":"Score argument density.","operationId":"text_score_argument_density_v1_text_score_argument_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreArgumentDensityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Argument Density V1 Text Score Argument Density Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_conditional_chains":{"post":{"tags":["Text Analysis"],"summary":"Text Find Conditional Chains","description":"Find conditional chains.","operationId":"text_find_conditional_chains_v1_text_find_conditional_chains_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindConditionalChainsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Conditional Chains V1 Text Find Conditional Chains Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_presupposition_triggers":{"post":{"tags":["Text Analysis"],"summary":"Text Find Presupposition Triggers","description":"Find presupposition triggers.","operationId":"text_find_presupposition_triggers_v1_text_find_presupposition_triggers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindPresuppositionTriggersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Presupposition Triggers V1 Text Find Presupposition Triggers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_stance_markers":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Stance Markers","description":"Extract stance markers.","operationId":"text_extract_stance_markers_v1_text_extract_stance_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractStanceMarkersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Stance Markers V1 Text Extract Stance Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_text_pattern":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Text Pattern","description":"Detect text pattern.","operationId":"text_detect_text_pattern_v1_text_detect_text_pattern_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectTextPatternRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Text Pattern V1 Text Detect Text Pattern Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_evidential_phrases":{"post":{"tags":["Text Analysis"],"summary":"Text Find Evidential Phrases","description":"Find evidential phrases.","operationId":"text_find_evidential_phrases_v1_text_find_evidential_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindEvidentialPhrasesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Evidential Phrases V1 Text Find Evidential Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_word_rarity":{"post":{"tags":["Text Analysis"],"summary":"Text Compute Word Rarity","description":"Compute word rarity.","operationId":"text_compute_word_rarity_v1_text_compute_word_rarity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeWordRarityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Compute Word Rarity V1 Text Compute Word Rarity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_temporal_markers":{"post":{"tags":["Text Analysis"],"summary":"Text Find Temporal Markers","description":"Find temporal markers.","operationId":"text_find_temporal_markers_v1_text_find_temporal_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindTemporalMarkersRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Temporal Markers V1 Text Find Temporal Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ambiguous_pronouns":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Ambiguous Pronouns","description":"Detect ambiguous pronouns.","operationId":"text_detect_ambiguous_pronouns_v1_text_detect_ambiguous_pronouns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectAmbiguousPronouns"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Ambiguous Pronouns V1 Text Detect Ambiguous Pronouns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_text_maturity":{"post":{"tags":["Text Analysis"],"summary":"Text Score Text Maturity","description":"Score text maturity.","operationId":"text_score_text_maturity_v1_text_score_text_maturity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreTextMaturityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Text Maturity V1 Text Score Text Maturity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_comparatives":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Comparatives","description":"Extract comparatives.","operationId":"text_extract_comparatives_v1_text_extract_comparatives_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractComparativesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Comparatives V1 Text Extract Comparatives Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cognitive_load":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Cognitive Load","description":"Detect cognitive load.","operationId":"text_detect_cognitive_load_v1_text_detect_cognitive_load_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectCognitiveLoadRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Cognitive Load V1 Text Detect Cognitive Load Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_abstract_nouns":{"post":{"tags":["Text Analysis"],"summary":"Text Find Abstract Nouns","description":"Find abstract nouns.","operationId":"text_find_abstract_nouns_v1_text_find_abstract_nouns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindAbstractNounsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Abstract Nouns V1 Text Find Abstract Nouns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_voice_consistency":{"post":{"tags":["Text Analysis"],"summary":"Text Score Voice Consistency","description":"Score voice consistency.","operationId":"text_score_voice_consistency_v1_text_score_voice_consistency_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreVoiceConsistencyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Voice Consistency V1 Text Score Voice Consistency Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_modality_expressions":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Modality Expressions","description":"Extract modality expressions.","operationId":"text_extract_modality_expressions_v1_text_extract_modality_expressions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractModalityExpressionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Modality Expressions V1 Text Extract Modality Expressions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_buzzwords":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Buzzwords","description":"Detect buzzwords.","operationId":"text_detect_buzzwords_v1_text_detect_buzzwords_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectBuzzwordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Buzzwords V1 Text Detect Buzzwords Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/count_subordinate_clauses":{"post":{"tags":["Text Analysis"],"summary":"Text Count Subordinate Clauses","description":"Count subordinate clauses.","operationId":"text_count_subordinate_clauses_v1_text_count_subordinate_clauses_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountSubordinateClausesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Count Subordinate Clauses V1 Text Count Subordinate Clauses Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sentence_bridges":{"post":{"tags":["Text Analysis"],"summary":"Text Find Sentence Bridges","description":"Find sentence bridges.","operationId":"text_find_sentence_bridges_v1_text_find_sentence_bridges_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindSentenceBridgesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Sentence Bridges V1 Text Find Sentence Bridges Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_claim_evidence_pairs":{"post":{"tags":["Text Analysis"],"summary":"Text Find Claim Evidence Pairs","description":"Find claim evidence pairs.","operationId":"text_find_claim_evidence_pairs_v1_text_find_claim_evidence_pairs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindClaimEvidencePairsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Claim Evidence Pairs V1 Text Find Claim Evidence Pairs Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_loaded_language":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Loaded Language","description":"Detect loaded language.","operationId":"text_detect_loaded_language_v1_text_detect_loaded_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectLoadedLanguageRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Loaded Language V1 Text Detect Loaded Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_balanced_coverage":{"post":{"tags":["Text Analysis"],"summary":"Text Score Balanced Coverage","description":"Score balanced coverage.","operationId":"text_score_balanced_coverage_v1_text_score_balanced_coverage_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreBalancedCoverageRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Balanced Coverage V1 Text Score Balanced Coverage Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_appositive_phrases":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Appositive Phrases","description":"Extract appositive phrases.","operationId":"text_extract_appositive_phrases_v1_text_extract_appositive_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractAppositivePhrases"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Appositive Phrases V1 Text Extract Appositive Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_discourse_particles":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Discourse Particles","description":"Extract discourse particles.","operationId":"text_extract_discourse_particles_v1_text_extract_discourse_particles_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractDiscourseParticlesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Discourse Particles V1 Text Extract Discourse Particles Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_compound_nouns":{"post":{"tags":["Text Analysis"],"summary":"Text Find Compound Nouns","description":"Find compound nouns.","operationId":"text_find_compound_nouns_v1_text_find_compound_nouns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindCompoundNounsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Compound Nouns V1 Text Find Compound Nouns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_reading_flow":{"post":{"tags":["Text Analysis"],"summary":"Text Compute Reading Flow","description":"Compute reading flow.","operationId":"text_compute_reading_flow_v1_text_compute_reading_flow_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeReadingFlowRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Compute Reading Flow V1 Text Compute Reading Flow Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_enumeration_patterns":{"post":{"tags":["Text Analysis"],"summary":"Text Find Enumeration Patterns","description":"Find enumeration patterns.","operationId":"text_find_enumeration_patterns_v1_text_find_enumeration_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindEnumerationPatternsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Enumeration Patterns V1 Text Find Enumeration Patterns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_loanwords":{"post":{"tags":["Text Analysis"],"summary":"Text Find Loanwords","description":"Find loanwords.","operationId":"text_find_loanwords_v1_text_find_loanwords_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindLoanwordsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Loanwords V1 Text Find Loanwords Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/compute_morphological_complexity":{"post":{"tags":["Text Analysis"],"summary":"Text Compute Morphological Complexity","description":"Compute morphological complexity.","operationId":"text_compute_morphological_complexity_v1_text_compute_morphological_complexity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeMorphologicalComplexityRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Compute Morphological Complexity V1 Text Compute Morphological Complexity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_negation_scope":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Negation Scope","description":"Extract negation scope.","operationId":"text_extract_negation_scope_v1_text_extract_negation_scope_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractNegationScopeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Negation Scope V1 Text Extract Negation Scope Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_academic_register":{"post":{"tags":["Text Analysis"],"summary":"Text Score Academic Register","description":"Score academic register.","operationId":"text_score_academic_register_v1_text_score_academic_register_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreAcademicRegisterRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Academic Register V1 Text Score Academic Register Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_question_types":{"post":{"tags":["Text Analysis"],"summary":"Text Find Question Types","description":"Find question types.","operationId":"text_find_question_types_v1_text_find_question_types_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindQuestionTypesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Question Types V1 Text Find Question Types Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_emotional_arc":{"post":{"tags":["Text Analysis"],"summary":"Text Score Emotional Arc","description":"Score emotional arc.","operationId":"text_score_emotional_arc_v1_text_score_emotional_arc_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreEmotionalArcRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Emotional Arc V1 Text Score Emotional Arc Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_knowledge_claims":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Knowledge Claims","description":"Extract knowledge claims.","operationId":"text_extract_knowledge_claims_v1_text_extract_knowledge_claims_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractKnowledgeClaimsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Knowledge Claims V1 Text Extract Knowledge Claims Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sentence_rhythm":{"post":{"tags":["Text Analysis"],"summary":"Text Find Sentence Rhythm","description":"Find sentence rhythm.","operationId":"text_find_sentence_rhythm_v1_text_find_sentence_rhythm_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindSentenceRhythmRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Sentence Rhythm V1 Text Find Sentence Rhythm Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_overstatement":{"post":{"tags":["Text Analysis"],"summary":"Text Detect Overstatement","description":"Detect overstatement.","operationId":"text_detect_overstatement_v1_text_detect_overstatement_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DetectOverstatementRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Detect Overstatement V1 Text Detect Overstatement Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_implicit_assumptions":{"post":{"tags":["Text Analysis"],"summary":"Text Find Implicit Assumptions","description":"Find implicit assumptions.","operationId":"text_find_implicit_assumptions_v1_text_find_implicit_assumptions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindImplicitAssumptionsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Implicit Assumptions V1 Text Find Implicit Assumptions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_speech_acts":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Speech Acts","description":"Extract speech acts.","operationId":"text_extract_speech_acts_v1_text_extract_speech_acts_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractSpeechActsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Speech Acts V1 Text Extract Speech Acts Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_parallel_arguments":{"post":{"tags":["Text Analysis"],"summary":"Text Find Parallel Arguments","description":"Find parallel arguments.","operationId":"text_find_parallel_arguments_v1_text_find_parallel_arguments_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindParallelArgumentsRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Parallel Arguments V1 Text Find Parallel Arguments Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pivot_sentences":{"post":{"tags":["Text Analysis"],"summary":"Text Find Pivot Sentences","description":"Find pivot sentences.","operationId":"text_find_pivot_sentences_v1_text_find_pivot_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindPivotSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Pivot Sentences V1 Text Find Pivot Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_author_stance":{"post":{"tags":["Text Analysis"],"summary":"Text Extract Author Stance","description":"Extract author stance.","operationId":"text_extract_author_stance_v1_text_extract_author_stance_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExtractAuthorStanceRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Extract Author Stance V1 Text Extract Author Stance Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_text_explicitness":{"post":{"tags":["Text Analysis"],"summary":"Text Score Text Explicitness","description":"Score text explicitness.","operationId":"text_score_text_explicitness_v1_text_score_text_explicitness_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoreTextExplicitnessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Score Text Explicitness V1 Text Score Text Explicitness Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_context_sentences":{"post":{"tags":["Text Analysis"],"summary":"Text Find Context Sentences","description":"Find context sentences.","operationId":"text_find_context_sentences_v1_text_find_context_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FindContextSentencesRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Text Find Context Sentences V1 Text Find Context Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sentence_length_outliers":{"post":{"tags":["text"],"summary":"Detect Sentence Length Outliers","description":"Detect sentence length outliers.","operationId":"detect_sentence_length_outliers_v1_text_detect_sentence_length_outliers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC88OutliersReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sentence Length Outliers V1 Text Detect Sentence Length Outliers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_modal_negation":{"post":{"tags":["text"],"summary":"Find Modal Negation","description":"Find modal negation.","operationId":"find_modal_negation_v1_text_find_modal_negation_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC88ModalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Modal Negation V1 Text Find Modal Negation Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_causative_verbs":{"post":{"tags":["text"],"summary":"Find Causative Verbs","description":"Find causative verbs.","operationId":"find_causative_verbs_v1_text_find_causative_verbs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC88CausativeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Causative Verbs V1 Text Find Causative Verbs Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_paragraph_development":{"post":{"tags":["text"],"summary":"Score Paragraph Development","description":"Score paragraph development.","operationId":"score_paragraph_development_v1_text_score_paragraph_development_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC88ParaDevReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Paragraph Development V1 Text Score Paragraph Development Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_concession_markers":{"post":{"tags":["text"],"summary":"Find Concession Markers","description":"Find concession markers.","operationId":"find_concession_markers_v1_text_find_concession_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC89ConcessionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Concession Markers V1 Text Find Concession Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_emphasis_markers":{"post":{"tags":["text"],"summary":"Find Emphasis Markers","description":"Find emphasis markers.","operationId":"find_emphasis_markers_v1_text_find_emphasis_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC89EmphasisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Emphasis Markers V1 Text Find Emphasis Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_transitional_phrases":{"post":{"tags":["text"],"summary":"Find Transitional Phrases","description":"Find transitional phrases.","operationId":"find_transitional_phrases_v1_text_find_transitional_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC89TransitionalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Transitional Phrases V1 Text Find Transitional Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_contrast_pairs":{"post":{"tags":["text"],"summary":"Detect Contrast Pairs","description":"Detect contrast pairs.","operationId":"detect_contrast_pairs_v1_text_detect_contrast_pairs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC89ContrastReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Contrast Pairs V1 Text Detect Contrast Pairs Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_direct_address":{"post":{"tags":["text"],"summary":"Find Direct Address","description":"Find direct address.","operationId":"find_direct_address_v1_text_find_direct_address_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC90DirectAddressReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Direct Address V1 Text Find Direct Address Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_list_structures":{"post":{"tags":["text"],"summary":"Detect List Structures","description":"Detect list structures.","operationId":"detect_list_structures_v1_text_detect_list_structures_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC90ListReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect List Structures V1 Text Detect List Structures Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_reported_speech":{"post":{"tags":["text"],"summary":"Find Reported Speech","description":"Find reported speech.","operationId":"find_reported_speech_v1_text_find_reported_speech_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC90ReportedReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Reported Speech V1 Text Find Reported Speech Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_quantity_expressions":{"post":{"tags":["text"],"summary":"Extract Quantity Expressions","description":"Extract quantity expressions.","operationId":"extract_quantity_expressions_v1_text_extract_quantity_expressions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC90QuantityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Extract Quantity Expressions V1 Text Extract Quantity Expressions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_apology_markers":{"post":{"tags":["text"],"summary":"Find Apology Markers","description":"Find apology markers.","operationId":"find_apology_markers_v1_text_find_apology_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC91ApologyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Apology Markers V1 Text Find Apology Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_analogy_markers":{"post":{"tags":["text"],"summary":"Detect Analogy Markers","description":"Detect analogy markers.","operationId":"detect_analogy_markers_v1_text_detect_analogy_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC91AnalogyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Analogy Markers V1 Text Detect Analogy Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_definition_patterns":{"post":{"tags":["text"],"summary":"Extract Definition Patterns","description":"Extract definition patterns.","operationId":"extract_definition_patterns_v1_text_extract_definition_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC91DefinitionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Extract Definition Patterns V1 Text Extract Definition Patterns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cause_effect_chains":{"post":{"tags":["text"],"summary":"Find Cause Effect Chains","description":"Find cause effect chains.","operationId":"find_cause_effect_chains_v1_text_find_cause_effect_chains_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC91CauseEffectReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cause Effect Chains V1 Text Find Cause Effect Chains Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_promise_statements":{"post":{"tags":["text"],"summary":"Find Promise Statements","description":"Find promise statements.","operationId":"find_promise_statements_v1_text_find_promise_statements_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC92PromiseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Promise Statements V1 Text Find Promise Statements Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_uncertainty_language":{"post":{"tags":["text"],"summary":"Detect Uncertainty Language","description":"Detect uncertainty language.","operationId":"detect_uncertainty_language_v1_text_detect_uncertainty_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC92UncertaintyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Uncertainty Language V1 Text Detect Uncertainty Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_imperative_sentences":{"post":{"tags":["text"],"summary":"Find Imperative Sentences","description":"Find imperative sentences.","operationId":"find_imperative_sentences_v1_text_find_imperative_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC92ImperativeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Imperative Sentences V1 Text Find Imperative Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_persuasion_density":{"post":{"tags":["text"],"summary":"Score Persuasion Density","description":"Score persuasion density.","operationId":"score_persuasion_density_v1_text_score_persuasion_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC92PersuasionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Persuasion Density V1 Text Score Persuasion Density Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_narrative_voice":{"post":{"tags":["text"],"summary":"Find Narrative Voice","description":"Find narrative voice.","operationId":"find_narrative_voice_v1_text_find_narrative_voice_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC93NarrativeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Narrative Voice V1 Text Find Narrative Voice Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_passive_aggressive":{"post":{"tags":["text"],"summary":"Detect Passive Aggressive","description":"Detect passive aggressive.","operationId":"detect_passive_aggressive_v1_text_detect_passive_aggressive_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC93PassiveAggressiveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Passive Aggressive V1 Text Detect Passive Aggressive Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_clarity_index":{"post":{"tags":["text"],"summary":"Score Clarity Index","description":"Score clarity index.","operationId":"score_clarity_index_v1_text_score_clarity_index_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC93ClarityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Clarity Index V1 Text Score Clarity Index Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/extract_temporal_sequence":{"post":{"tags":["text"],"summary":"Extract Temporal Sequence","description":"Extract temporal sequence.","operationId":"extract_temporal_sequence_v1_text_extract_temporal_sequence_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC93TemporalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Extract Temporal Sequence V1 Text Extract Temporal Sequence Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_superlative_claims":{"post":{"tags":["text"],"summary":"Find Superlative Claims","description":"Find superlative claims.","operationId":"find_superlative_claims_v1_text_find_superlative_claims_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC94SuperlativeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Superlative Claims V1 Text Find Superlative Claims Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fear_appeal":{"post":{"tags":["text"],"summary":"Detect Fear Appeal","description":"Detect fear appeal.","operationId":"detect_fear_appeal_v1_text_detect_fear_appeal_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC94FearReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fear Appeal V1 Text Detect Fear Appeal Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_solution_framing":{"post":{"tags":["text"],"summary":"Find Solution Framing","description":"Find solution framing.","operationId":"find_solution_framing_v1_text_find_solution_framing_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC94SolutionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Solution Framing V1 Text Find Solution Framing Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_sentence_cohesion":{"post":{"tags":["text"],"summary":"Score Sentence Cohesion","description":"Score sentence cohesion.","operationId":"score_sentence_cohesion_v1_text_score_sentence_cohesion_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC94CohesionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Sentence Cohesion V1 Text Score Sentence Cohesion Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_problem_framing":{"post":{"tags":["text"],"summary":"Find Problem Framing","description":"Find problem framing.","operationId":"find_problem_framing_v1_text_find_problem_framing_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC95ProblemReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Problem Framing V1 Text Find Problem Framing Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_inclusive_language":{"post":{"tags":["text"],"summary":"Detect Inclusive Language","description":"Detect inclusive language.","operationId":"detect_inclusive_language_v1_text_detect_inclusive_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC95InclusiveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Inclusive Language V1 Text Detect Inclusive Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_tone_formality":{"post":{"tags":["text"],"summary":"Score Tone Formality","description":"Score tone formality.","operationId":"score_tone_formality_v1_text_score_tone_formality_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC95ToneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Tone Formality V1 Text Score Tone Formality Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_contrast_resolution":{"post":{"tags":["text"],"summary":"Find Contrast Resolution","description":"Find contrast resolution.","operationId":"find_contrast_resolution_v1_text_find_contrast_resolution_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC95ContrastResReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Contrast Resolution V1 Text Find Contrast Resolution Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_expectation_violations":{"post":{"tags":["text"],"summary":"Find Expectation Violations","description":"Find expectation violations.","operationId":"find_expectation_violations_v1_text_find_expectation_violations_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC96ExpectationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Expectation Violations V1 Text Find Expectation Violations Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vague_quantifiers":{"post":{"tags":["text"],"summary":"Detect Vague Quantifiers","description":"Detect vague quantifiers.","operationId":"detect_vague_quantifiers_v1_text_detect_vague_quantifiers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC96VagueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vague Quantifiers V1 Text Detect Vague Quantifiers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_lexical_sophistication":{"post":{"tags":["text"],"summary":"Score Lexical Sophistication","description":"Score lexical sophistication.","operationId":"score_lexical_sophistication_v1_text_score_lexical_sophistication_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC96LexicalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Lexical Sophistication V1 Text Score Lexical Sophistication Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_topic_shifts":{"post":{"tags":["text"],"summary":"Find Topic Shifts","description":"Find topic shifts.","operationId":"find_topic_shifts_v1_text_find_topic_shifts_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC96TopicShiftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Topic Shifts V1 Text Find Topic Shifts Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_opinion_qualifiers":{"post":{"tags":["text"],"summary":"Find Opinion Qualifiers","description":"Find opinion qualifiers.","operationId":"find_opinion_qualifiers_v1_text_find_opinion_qualifiers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC97OpinionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Opinion Qualifiers V1 Text Find Opinion Qualifiers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_instruction_patterns":{"post":{"tags":["text"],"summary":"Detect Instruction Patterns","description":"Detect instruction patterns.","operationId":"detect_instruction_patterns_v1_text_detect_instruction_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC97InstructionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Instruction Patterns V1 Text Detect Instruction Patterns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_text_density":{"post":{"tags":["text"],"summary":"Score Text Density","description":"Score text density.","operationId":"score_text_density_v1_text_score_text_density_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC97DensityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Text Density V1 Text Score Text Density Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_contrast_conjunctions":{"post":{"tags":["text"],"summary":"Find Contrast Conjunctions","description":"Find contrast conjunctions.","operationId":"find_contrast_conjunctions_v1_text_find_contrast_conjunctions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC97ContrastConjReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Contrast Conjunctions V1 Text Find Contrast Conjunctions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_attribution_patterns":{"post":{"tags":["text"],"summary":"Find Attribution Patterns","description":"Find attribution patterns.","operationId":"find_attribution_patterns_v1_text_find_attribution_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC98AttributionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Attribution Patterns V1 Text Find Attribution Patterns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_generalization":{"post":{"tags":["text"],"summary":"Detect Generalization","description":"Detect generalization.","operationId":"detect_generalization_v1_text_detect_generalization_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC98GeneralizationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Generalization V1 Text Detect Generalization Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_argument_clarity":{"post":{"tags":["text"],"summary":"Score Argument Clarity","description":"Score argument clarity.","operationId":"score_argument_clarity_v1_text_score_argument_clarity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC98ArgClarityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Argument Clarity V1 Text Score Argument Clarity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hedged_claims":{"post":{"tags":["text"],"summary":"Find Hedged Claims","description":"Find hedged claims.","operationId":"find_hedged_claims_v1_text_find_hedged_claims_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC98HedgedReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hedged Claims V1 Text Find Hedged Claims Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rhetorical_questions":{"post":{"tags":["text"],"summary":"Find Rhetorical Questions","description":"Find rhetorical questions.","operationId":"find_rhetorical_questions_v1_text_find_rhetorical_questions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC99RhetoricalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rhetorical Questions V1 Text Find Rhetorical Questions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_emphasis_markers":{"post":{"tags":["text"],"summary":"Detect Emphasis Markers","description":"Detect emphasis markers.","operationId":"detect_emphasis_markers_v1_text_detect_emphasis_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC99EmphasisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Emphasis Markers V1 Text Detect Emphasis Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_clarifying_phrases":{"post":{"tags":["text"],"summary":"Find Clarifying Phrases","description":"Find clarifying phrases.","operationId":"find_clarifying_phrases_v1_text_find_clarifying_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC99ClarifyingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Clarifying Phrases V1 Text Find Clarifying Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_transition_signals":{"post":{"tags":["text"],"summary":"Find Transition Signals","description":"Find transition signals.","operationId":"find_transition_signals_v1_text_find_transition_signals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC99TransitionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Transition Signals V1 Text Find Transition Signals Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_conditional_statements":{"post":{"tags":["text"],"summary":"Find Conditional Statements","description":"Find conditional statements.","operationId":"find_conditional_statements_v1_text_find_conditional_statements_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC100ConditionalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Conditional Statements V1 Text Find Conditional Statements Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_negation_patterns":{"post":{"tags":["text"],"summary":"Detect Negation Patterns","description":"Detect negation patterns.","operationId":"detect_negation_patterns_v1_text_detect_negation_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC100NegationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Negation Patterns V1 Text Detect Negation Patterns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sequence_markers":{"post":{"tags":["text"],"summary":"Find Sequence Markers","description":"Find sequence markers.","operationId":"find_sequence_markers_v1_text_find_sequence_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC100EnumerationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sequence Markers V1 Text Find Sequence Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_repetition_patterns":{"post":{"tags":["text"],"summary":"Detect Repetition Patterns","description":"Detect repetition patterns.","operationId":"detect_repetition_patterns_v1_text_detect_repetition_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC100RepetitionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Repetition Patterns V1 Text Detect Repetition Patterns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_comparison_phrases":{"post":{"tags":["text"],"summary":"Find Comparison Phrases","description":"Find comparison phrases.","operationId":"find_comparison_phrases_v1_text_find_comparison_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC101ComparisonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Comparison Phrases V1 Text Find Comparison Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_intent_signals":{"post":{"tags":["text"],"summary":"Detect Intent Signals","description":"Detect intent signals.","operationId":"detect_intent_signals_v1_text_detect_intent_signals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC101IntentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Intent Signals V1 Text Detect Intent Signals Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_scope_statements":{"post":{"tags":["text"],"summary":"Find Scope Statements","description":"Find scope statements.","operationId":"find_scope_statements_v1_text_find_scope_statements_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC101ScopeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Scope Statements V1 Text Find Scope Statements Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_assumption_statements":{"post":{"tags":["text"],"summary":"Detect Assumption Statements","description":"Detect assumption statements.","operationId":"detect_assumption_statements_v1_text_detect_assumption_statements_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC101AssumptionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Assumption Statements V1 Text Detect Assumption Statements Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_concession_phrases":{"post":{"tags":["text"],"summary":"Find Concession Phrases","description":"Find concession phrases.","operationId":"find_concession_phrases_v1_text_find_concession_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC102ConcessionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Concession Phrases V1 Text Find Concession Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_constraint_language":{"post":{"tags":["text"],"summary":"Detect Constraint Language","description":"Detect constraint language.","operationId":"detect_constraint_language_v1_text_detect_constraint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC102ConstraintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Constraint Language V1 Text Detect Constraint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_evidence_phrases":{"post":{"tags":["text"],"summary":"Find Evidence Phrases","description":"Find evidence phrases.","operationId":"find_evidence_phrases_v1_text_find_evidence_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC102EvidenceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Evidence Phrases V1 Text Find Evidence Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_recommendation_language":{"post":{"tags":["text"],"summary":"Detect Recommendation Language","description":"Detect recommendation language.","operationId":"detect_recommendation_language_v1_text_detect_recommendation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC102RecommendationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Recommendation Language V1 Text Detect Recommendation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_uncertainty_quantifiers":{"post":{"tags":["text"],"summary":"Find Uncertainty Quantifiers","description":"Find uncertainty quantifiers.","operationId":"find_uncertainty_quantifiers_v1_text_find_uncertainty_quantifiers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC103UncertaintyQuantifierReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Uncertainty Quantifiers V1 Text Find Uncertainty Quantifiers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_future_temporal_markers":{"post":{"tags":["text"],"summary":"Find Future Temporal Markers","description":"Find future temporal markers.","operationId":"find_future_temporal_markers_v1_text_find_future_temporal_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC103FutureTemporalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Future Temporal Markers V1 Text Find Future Temporal Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_action_verbs":{"post":{"tags":["text"],"summary":"Find Action Verbs","description":"Find action verbs.","operationId":"find_action_verbs_v1_text_find_action_verbs_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC103ActionVerbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Action Verbs V1 Text Find Action Verbs Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_qualification_phrases":{"post":{"tags":["text"],"summary":"Find Qualification Phrases","description":"Find qualification phrases.","operationId":"find_qualification_phrases_v1_text_find_qualification_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC103QualificationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Qualification Phrases V1 Text Find Qualification Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_discourse_connectors":{"post":{"tags":["text"],"summary":"Find Discourse Connectors","description":"Find discourse connectors.","operationId":"find_discourse_connectors_v1_text_find_discourse_connectors_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC104DiscourseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Discourse Connectors V1 Text Find Discourse Connectors Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_exclamatory_sentences":{"post":{"tags":["text"],"summary":"Find Exclamatory Sentences","description":"Find exclamatory sentences.","operationId":"find_exclamatory_sentences_v1_text_find_exclamatory_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC104ExclamatoryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Exclamatory Sentences V1 Text Find Exclamatory Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_listing_language":{"post":{"tags":["text"],"summary":"Find Listing Language","description":"Find listing language.","operationId":"find_listing_language_v1_text_find_listing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC104ListingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Listing Language V1 Text Find Listing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_passive_voice_sentences":{"post":{"tags":["text"],"summary":"Detect Passive Voice Sentences","description":"Detect passive voice sentences.","operationId":"detect_passive_voice_sentences_v1_text_detect_passive_voice_sentences_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC104PassiveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Passive Voice Sentences V1 Text Detect Passive Voice Sentences Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_open_questions":{"post":{"tags":["text"],"summary":"Find Open Questions","description":"Find open questions.","operationId":"find_open_questions_v1_text_find_open_questions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC105OpenQuestionsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Open Questions V1 Text Find Open Questions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_formal_language_cues":{"post":{"tags":["text"],"summary":"Detect Formal Language Cues","description":"Detect formal language cues.","operationId":"detect_formal_language_cues_v1_text_detect_formal_language_cues_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC105FormalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Formal Language Cues V1 Text Detect Formal Language Cues Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_politeness_markers":{"post":{"tags":["text"],"summary":"Detect Politeness Markers","description":"Detect politeness markers.","operationId":"detect_politeness_markers_v1_text_detect_politeness_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC105PolitenessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Politeness Markers V1 Text Detect Politeness Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_contradiction_signals":{"post":{"tags":["text"],"summary":"Find Contradiction Signals","description":"Find contradiction signals.","operationId":"find_contradiction_signals_v1_text_find_contradiction_signals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC105ContradictionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Contradiction Signals V1 Text Find Contradiction Signals Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_affirmation_phrases":{"post":{"tags":["text"],"summary":"Find Affirmation Phrases","description":"Find affirmation phrases.","operationId":"find_affirmation_phrases_v1_text_find_affirmation_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC106AffirmationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Affirmation Phrases V1 Text Find Affirmation Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_restatement_patterns":{"post":{"tags":["text"],"summary":"Detect Restatement Patterns","description":"Detect restatement patterns.","operationId":"detect_restatement_patterns_v1_text_detect_restatement_patterns_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC106RestatementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Restatement Patterns V1 Text Detect Restatement Patterns Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_sentence_complexity":{"post":{"tags":["text"],"summary":"Score Sentence Complexity","description":"Score sentence complexity.","operationId":"score_sentence_complexity_v1_text_score_sentence_complexity_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC106ComplexityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Sentence Complexity V1 Text Score Sentence Complexity Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_priority_language":{"post":{"tags":["text"],"summary":"Detect Priority Language","description":"Detect priority language.","operationId":"detect_priority_language_v1_text_detect_priority_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC106PriorityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Priority Language V1 Text Detect Priority Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_irony_signals":{"post":{"tags":["text"],"summary":"Detect Irony Signals","description":"Detect irony signals.","operationId":"detect_irony_signals_v1_text_detect_irony_signals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC107IronyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Irony Signals V1 Text Detect Irony Signals Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_past_temporal_markers":{"post":{"tags":["text"],"summary":"Find Past Temporal Markers","description":"Find past temporal markers.","operationId":"find_past_temporal_markers_v1_text_find_past_temporal_markers_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC107PastTemporalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Past Temporal Markers V1 Text Find Past Temporal Markers Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_accuracy_claims":{"post":{"tags":["text"],"summary":"Detect Accuracy Claims","description":"Detect accuracy claims.","operationId":"detect_accuracy_claims_v1_text_detect_accuracy_claims_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC107AccuracyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Accuracy Claims V1 Text Detect Accuracy Claims Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/score_doc_richness":{"post":{"tags":["text"],"summary":"Score Doc Richness","description":"Score doc richness.","operationId":"score_doc_richness_v1_text_score_doc_richness_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC107DensityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Score Doc Richness V1 Text Score Doc Richness Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_surprise_expressions":{"post":{"tags":["text"],"summary":"Detect Surprise Expressions","description":"Detect surprise expressions.","operationId":"detect_surprise_expressions_v1_text_detect_surprise_expressions_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC108SurpriseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Surprise Expressions V1 Text Detect Surprise Expressions Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_disappointment_language":{"post":{"tags":["text"],"summary":"Detect Disappointment Language","description":"Detect disappointment language.","operationId":"detect_disappointment_language_v1_text_detect_disappointment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC108DisappointmentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Disappointment Language V1 Text Detect Disappointment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_speculation_phrases":{"post":{"tags":["text"],"summary":"Find Speculation Phrases","description":"Find speculation phrases.","operationId":"find_speculation_phrases_v1_text_find_speculation_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC108SpeculationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Speculation Phrases V1 Text Find Speculation Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_success_language":{"post":{"tags":["text"],"summary":"Detect Success Language","description":"Detect success language.","operationId":"detect_success_language_v1_text_detect_success_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC108SuccessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Success Language V1 Text Detect Success Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_risk_language":{"post":{"tags":["text"],"summary":"Detect Risk Language","description":"Detect risk language.","operationId":"detect_risk_language_v1_text_detect_risk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC109RiskReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Risk Language V1 Text Detect Risk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dependency_statements":{"post":{"tags":["text"],"summary":"Find Dependency Statements","description":"Find dependency statements.","operationId":"find_dependency_statements_v1_text_find_dependency_statements_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC109DependencyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dependency Statements V1 Text Find Dependency Statements Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_milestone_language":{"post":{"tags":["text"],"summary":"Detect Milestone Language","description":"Detect milestone language.","operationId":"detect_milestone_language_v1_text_detect_milestone_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC109MilestoneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Milestone Language V1 Text Detect Milestone Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_challenge_language":{"post":{"tags":["text"],"summary":"Detect Challenge Language","description":"Detect challenge language.","operationId":"detect_challenge_language_v1_text_detect_challenge_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC109ChallengeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Challenge Language V1 Text Detect Challenge Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ownership_language":{"post":{"tags":["text"],"summary":"Detect Ownership Language","description":"Detect ownership language.","operationId":"detect_ownership_language_v1_text_detect_ownership_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC110OwnershipReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ownership Language V1 Text Detect Ownership Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_feedback_requests":{"post":{"tags":["text"],"summary":"Find Feedback Requests","description":"Find feedback requests.","operationId":"find_feedback_requests_v1_text_find_feedback_requests_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC110FeedbackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Feedback Requests V1 Text Find Feedback Requests Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_agreement_language":{"post":{"tags":["text"],"summary":"Detect Agreement Language","description":"Detect agreement language.","operationId":"detect_agreement_language_v1_text_detect_agreement_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC110AgreementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Agreement Language V1 Text Detect Agreement Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_disagreement_language":{"post":{"tags":["text"],"summary":"Detect Disagreement Language","description":"Detect disagreement language.","operationId":"detect_disagreement_language_v1_text_detect_disagreement_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC110DisagreementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Disagreement Language V1 Text Detect Disagreement Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_announcement_language":{"post":{"tags":["text"],"summary":"Detect Announcement Language","description":"Detect announcement language.","operationId":"detect_announcement_language_v1_text_detect_announcement_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC111AnnouncementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Announcement Language V1 Text Detect Announcement Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deadline_language":{"post":{"tags":["text"],"summary":"Detect Deadline Language","description":"Detect deadline language.","operationId":"detect_deadline_language_v1_text_detect_deadline_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC111DeadlineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deadline Language V1 Text Detect Deadline Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_warning_signals":{"post":{"tags":["text"],"summary":"Find Warning Signals","description":"Find warning signals.","operationId":"find_warning_signals_v1_text_find_warning_signals_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC111WarningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Warning Signals V1 Text Find Warning Signals Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_collaboration_language":{"post":{"tags":["text"],"summary":"Detect Collaboration Language","description":"Detect collaboration language.","operationId":"detect_collaboration_language_v1_text_detect_collaboration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC111CollaborationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Collaboration Language V1 Text Detect Collaboration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_promise_delivery":{"post":{"tags":["text"],"summary":"Detect Promise Delivery","description":"Detect promise delivery.","operationId":"detect_promise_delivery_v1_text_detect_promise_delivery_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC112PromiseDeliveryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Promise Delivery V1 Text Detect Promise Delivery Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gap_analysis_language":{"post":{"tags":["text"],"summary":"Find Gap Analysis Language","description":"Find gap analysis language.","operationId":"find_gap_analysis_language_v1_text_find_gap_analysis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC112GapAnalysisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gap Analysis Language V1 Text Find Gap Analysis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_resolution_language":{"post":{"tags":["text"],"summary":"Detect Resolution Language","description":"Detect resolution language.","operationId":"detect_resolution_language_v1_text_detect_resolution_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC112ResolutionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Resolution Language V1 Text Detect Resolution Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_context_setting_phrases":{"post":{"tags":["text"],"summary":"Find Context Setting Phrases","description":"Find context setting phrases.","operationId":"find_context_setting_phrases_v1_text_find_context_setting_phrases_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC112ContextReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Context Setting Phrases V1 Text Find Context Setting Phrases Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_benchmark_references":{"post":{"tags":["text"],"summary":"Find Benchmark References","description":"Find benchmark references.","operationId":"find_benchmark_references_v1_text_find_benchmark_references_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC113BenchmarkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Benchmark References V1 Text Find Benchmark References Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_trend_language":{"post":{"tags":["text"],"summary":"Detect Trend Language","description":"Detect trend language.","operationId":"detect_trend_language_v1_text_detect_trend_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC113TrendReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Trend Language V1 Text Detect Trend Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hypothesis_statements":{"post":{"tags":["text"],"summary":"Find Hypothesis Statements","description":"Find hypothesis statements.","operationId":"find_hypothesis_statements_v1_text_find_hypothesis_statements_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC113HypothesisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hypothesis Statements V1 Text Find Hypothesis Statements Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lesson_learned_language":{"post":{"tags":["text"],"summary":"Detect Lesson Learned Language","description":"Detect lesson learned language.","operationId":"detect_lesson_learned_language_v1_text_detect_lesson_learned_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC113LessonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lesson Learned Language V1 Text Detect Lesson Learned Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stakeholder_references":{"post":{"tags":["text"],"summary":"Find Stakeholder References","description":"Find stakeholder references.","operationId":"find_stakeholder_references_v1_text_find_stakeholder_references_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC114StakeholderReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stakeholder References V1 Text Find Stakeholder References Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_escalation_language":{"post":{"tags":["text"],"summary":"Detect Escalation Language","description":"Detect escalation language.","operationId":"detect_escalation_language_v1_text_detect_escalation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC114EscalationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Escalation Language V1 Text Detect Escalation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_root_cause_language":{"post":{"tags":["text"],"summary":"Find Root Cause Language","description":"Find root cause language.","operationId":"find_root_cause_language_v1_text_find_root_cause_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC114RootCauseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Root Cause Language V1 Text Find Root Cause Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_workaround_language":{"post":{"tags":["text"],"summary":"Detect Workaround Language","description":"Detect workaround language.","operationId":"detect_workaround_language_v1_text_detect_workaround_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC114WorkaroundReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Workaround Language V1 Text Detect Workaround Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_action_item_language":{"post":{"tags":["text"],"summary":"Find Action Item Language","description":"Find action item language.","operationId":"find_action_item_language_v1_text_find_action_item_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC115ActionItemReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Action Item Language V1 Text Find Action Item Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_followup_language":{"post":{"tags":["text"],"summary":"Detect Followup Language","description":"Detect followup language.","operationId":"detect_followup_language_v1_text_detect_followup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC115FollowupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Followup Language V1 Text Detect Followup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_decision_language":{"post":{"tags":["text"],"summary":"Find Decision Language","description":"Find decision language.","operationId":"find_decision_language_v1_text_find_decision_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC115DecisionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Decision Language V1 Text Find Decision Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_blocker_language":{"post":{"tags":["text"],"summary":"Detect Blocker Language","description":"Detect blocker language.","operationId":"detect_blocker_language_v1_text_detect_blocker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC115BlockerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Blocker Language V1 Text Detect Blocker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_objective_language":{"post":{"tags":["text"],"summary":"Find Objective Language","description":"Find objective language.","operationId":"find_objective_language_v1_text_find_objective_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC116ObjectiveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Objective Language V1 Text Find Objective Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kpi_references":{"post":{"tags":["text"],"summary":"Detect Kpi References","description":"Detect kpi references.","operationId":"detect_kpi_references_v1_text_detect_kpi_references_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC116KpiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kpi References V1 Text Detect Kpi References Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_capacity_language":{"post":{"tags":["text"],"summary":"Find Capacity Language","description":"Find capacity language.","operationId":"find_capacity_language_v1_text_find_capacity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC116CapacityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Capacity Language V1 Text Find Capacity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_velocity_language":{"post":{"tags":["text"],"summary":"Detect Velocity Language","description":"Detect velocity language.","operationId":"detect_velocity_language_v1_text_detect_velocity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC116VelocityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Velocity Language V1 Text Detect Velocity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rollout_language":{"post":{"tags":["text"],"summary":"Detect Rollout Language","description":"Detect rollout language.","operationId":"detect_rollout_language_v1_text_detect_rollout_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC117RolloutReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rollout Language V1 Text Detect Rollout Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rollback_language":{"post":{"tags":["text"],"summary":"Detect Rollback Language","description":"Detect rollback language.","operationId":"detect_rollback_language_v1_text_detect_rollback_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC117RollbackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rollback Language V1 Text Detect Rollback Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_incident_language":{"post":{"tags":["text"],"summary":"Find Incident Language","description":"Find incident language.","operationId":"find_incident_language_v1_text_find_incident_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC117IncidentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Incident Language V1 Text Find Incident Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_postmortem_language":{"post":{"tags":["text"],"summary":"Find Postmortem Language","description":"Find postmortem language.","operationId":"find_postmortem_language_v1_text_find_postmortem_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC117PostmortemReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Postmortem Language V1 Text Find Postmortem Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_adoption_language":{"post":{"tags":["text"],"summary":"Detect Adoption Language","description":"Detect adoption language.","operationId":"detect_adoption_language_v1_text_detect_adoption_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC118AdoptionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Adoption Language V1 Text Detect Adoption Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deprecation_language":{"post":{"tags":["text"],"summary":"Detect Deprecation Language","description":"Detect deprecation language.","operationId":"detect_deprecation_language_v1_text_detect_deprecation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC118DeprecationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deprecation Language V1 Text Detect Deprecation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_migration_language":{"post":{"tags":["text"],"summary":"Find Migration Language","description":"Find migration language.","operationId":"find_migration_language_v1_text_find_migration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC118MigrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Migration Language V1 Text Find Migration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_integration_language":{"post":{"tags":["text"],"summary":"Detect Integration Language","description":"Detect integration language.","operationId":"detect_integration_language_v1_text_detect_integration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC118IntegrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Integration Language V1 Text Detect Integration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_compliance_language":{"post":{"tags":["text"],"summary":"Detect Compliance Language","description":"Detect compliance language.","operationId":"detect_compliance_language_v1_text_detect_compliance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC119ComplianceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Compliance Language V1 Text Detect Compliance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_audit_language":{"post":{"tags":["text"],"summary":"Find Audit Language","description":"Find audit language.","operationId":"find_audit_language_v1_text_find_audit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC119AuditReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Audit Language V1 Text Find Audit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sla_language":{"post":{"tags":["text"],"summary":"Detect Sla Language","description":"Detect sla language.","operationId":"detect_sla_language_v1_text_detect_sla_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC119SlaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sla Language V1 Text Detect Sla Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_governance_language":{"post":{"tags":["text"],"summary":"Find Governance Language","description":"Find governance language.","operationId":"find_governance_language_v1_text_find_governance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC119GovernanceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Governance Language V1 Text Find Governance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_technical_debt_language":{"post":{"tags":["text"],"summary":"Find Technical Debt Language","description":"Find technical debt language.","operationId":"find_technical_debt_language_v1_text_find_technical_debt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC120DebtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Technical Debt Language V1 Text Find Technical Debt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_refactor_language":{"post":{"tags":["text"],"summary":"Detect Refactor Language","description":"Detect refactor language.","operationId":"detect_refactor_language_v1_text_detect_refactor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC120RefactorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Refactor Language V1 Text Detect Refactor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_test_coverage_language":{"post":{"tags":["text"],"summary":"Find Test Coverage Language","description":"Find test coverage language.","operationId":"find_test_coverage_language_v1_text_find_test_coverage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC120CoverageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Test Coverage Language V1 Text Find Test Coverage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_code_review_language":{"post":{"tags":["text"],"summary":"Detect Code Review Language","description":"Detect code review language.","operationId":"detect_code_review_language_v1_text_detect_code_review_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC120ReviewReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Code Review Language V1 Text Detect Code Review Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_feature_flag_language":{"post":{"tags":["text"],"summary":"Detect Feature Flag Language","description":"Detect feature flag language.","operationId":"detect_feature_flag_language_v1_text_detect_feature_flag_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC121FlagReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Feature Flag Language V1 Text Detect Feature Flag Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ab_test_language":{"post":{"tags":["text"],"summary":"Find Ab Test Language","description":"Find ab test language.","operationId":"find_ab_test_language_v1_text_find_ab_test_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC121AbTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ab Test Language V1 Text Find Ab Test Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_experiment_language":{"post":{"tags":["text"],"summary":"Detect Experiment Language","description":"Detect experiment language.","operationId":"detect_experiment_language_v1_text_detect_experiment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC121ExperimentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Experiment Language V1 Text Detect Experiment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_canary_language":{"post":{"tags":["text"],"summary":"Find Canary Language","description":"Find canary language.","operationId":"find_canary_language_v1_text_find_canary_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC121CanaryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Canary Language V1 Text Find Canary Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_latency_language":{"post":{"tags":["text"],"summary":"Find Latency Language","description":"Find latency language.","operationId":"find_latency_language_v1_text_find_latency_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC122LatencyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Latency Language V1 Text Find Latency Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_throughput_language":{"post":{"tags":["text"],"summary":"Detect Throughput Language","description":"Detect throughput language.","operationId":"detect_throughput_language_v1_text_detect_throughput_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC122ThroughputReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Throughput Language V1 Text Detect Throughput Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_scalability_language":{"post":{"tags":["text"],"summary":"Find Scalability Language","description":"Find scalability language.","operationId":"find_scalability_language_v1_text_find_scalability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC122ScalabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Scalability Language V1 Text Find Scalability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_reliability_language":{"post":{"tags":["text"],"summary":"Detect Reliability Language","description":"Detect reliability language.","operationId":"detect_reliability_language_v1_text_detect_reliability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC122ReliabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Reliability Language V1 Text Detect Reliability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_security_threat_language":{"post":{"tags":["text"],"summary":"Find Security Threat Language","description":"Find security threat language.","operationId":"find_security_threat_language_v1_text_find_security_threat_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC123ThreatReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Security Threat Language V1 Text Find Security Threat Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vulnerability_language":{"post":{"tags":["text"],"summary":"Detect Vulnerability Language","description":"Detect vulnerability language.","operationId":"detect_vulnerability_language_v1_text_detect_vulnerability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC123VulnerabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vulnerability Language V1 Text Detect Vulnerability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_patch_language":{"post":{"tags":["text"],"summary":"Find Patch Language","description":"Find patch language.","operationId":"find_patch_language_v1_text_find_patch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC123PatchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Patch Language V1 Text Find Patch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_access_control_language":{"post":{"tags":["text"],"summary":"Detect Access Control Language","description":"Detect access control language.","operationId":"detect_access_control_language_v1_text_detect_access_control_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC123AccessControlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Access Control Language V1 Text Detect Access Control Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_onboarding_language":{"post":{"tags":["text"],"summary":"Find Onboarding Language","description":"Find onboarding language.","operationId":"find_onboarding_language_v1_text_find_onboarding_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC124OnboardingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Onboarding Language V1 Text Find Onboarding Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_training_language":{"post":{"tags":["text"],"summary":"Detect Training Language","description":"Detect training language.","operationId":"detect_training_language_v1_text_detect_training_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC124TrainingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Training Language V1 Text Detect Training Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_documentation_language":{"post":{"tags":["text"],"summary":"Find Documentation Language","description":"Find documentation language.","operationId":"find_documentation_language_v1_text_find_documentation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC124DocumentationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Documentation Language V1 Text Find Documentation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_knowledge_base_language":{"post":{"tags":["text"],"summary":"Detect Knowledge Base Language","description":"Detect knowledge base language.","operationId":"detect_knowledge_base_language_v1_text_detect_knowledge_base_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC124KnowledgeBaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Knowledge Base Language V1 Text Detect Knowledge Base Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_budget_language":{"post":{"tags":["text"],"summary":"Find Budget Language","description":"Find budget language.","operationId":"find_budget_language_v1_text_find_budget_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC125BudgetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Budget Language V1 Text Find Budget Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cost_language":{"post":{"tags":["text"],"summary":"Detect Cost Language","description":"Detect cost language.","operationId":"detect_cost_language_v1_text_detect_cost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC125CostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cost Language V1 Text Detect Cost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_roi_language":{"post":{"tags":["text"],"summary":"Find Roi Language","description":"Find roi language.","operationId":"find_roi_language_v1_text_find_roi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC125RoiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Roi Language V1 Text Find Roi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_resource_allocation_language":{"post":{"tags":["text"],"summary":"Detect Resource Allocation Language","description":"Detect resource allocation language.","operationId":"detect_resource_allocation_language_v1_text_detect_resource_allocation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC125AllocationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Resource Allocation Language V1 Text Detect Resource Allocation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_timeline_language":{"post":{"tags":["text"],"summary":"Find Timeline Language","description":"Find timeline language.","operationId":"find_timeline_language_v1_text_find_timeline_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC126TimelineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Timeline Language V1 Text Find Timeline Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_roadmap_language":{"post":{"tags":["text"],"summary":"Detect Roadmap Language","description":"Detect roadmap language.","operationId":"detect_roadmap_language_v1_text_detect_roadmap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC126RoadmapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Roadmap Language V1 Text Detect Roadmap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_milestone_language":{"post":{"tags":["text"],"summary":"Find Milestone Language","description":"Find milestone language.","operationId":"find_milestone_language_v1_text_find_milestone_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC126MilestoneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Milestone Language V1 Text Find Milestone Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deadline_pressure_language":{"post":{"tags":["text"],"summary":"Detect Deadline Pressure Language","description":"Detect deadline pressure language.","operationId":"detect_deadline_pressure_language_v1_text_detect_deadline_pressure_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC126DeadlineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deadline Pressure Language V1 Text Detect Deadline Pressure Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cross_team_language":{"post":{"tags":["text"],"summary":"Find Cross Team Language","description":"Find cross team language.","operationId":"find_cross_team_language_v1_text_find_cross_team_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC127CrossTeamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cross Team Language V1 Text Find Cross Team Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vendor_language":{"post":{"tags":["text"],"summary":"Detect Vendor Language","description":"Detect vendor language.","operationId":"detect_vendor_language_v1_text_detect_vendor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC127VendorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vendor Language V1 Text Detect Vendor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_customer_feedback_language":{"post":{"tags":["text"],"summary":"Find Customer Feedback Language","description":"Find customer feedback language.","operationId":"find_customer_feedback_language_v1_text_find_customer_feedback_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC127CustomerFeedbackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Customer Feedback Language V1 Text Find Customer Feedback Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_partnership_language":{"post":{"tags":["text"],"summary":"Detect Partnership Language","description":"Detect partnership language.","operationId":"detect_partnership_language_v1_text_detect_partnership_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC127PartnershipReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Partnership Language V1 Text Detect Partnership Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_innovation_language":{"post":{"tags":["text"],"summary":"Find Innovation Language","description":"Find innovation language.","operationId":"find_innovation_language_v1_text_find_innovation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC128InnovationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Innovation Language V1 Text Find Innovation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_poc_language":{"post":{"tags":["text"],"summary":"Detect Poc Language","description":"Detect poc language.","operationId":"detect_poc_language_v1_text_detect_poc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC128PocReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Poc Language V1 Text Detect Poc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_prototype_language":{"post":{"tags":["text"],"summary":"Find Prototype Language","description":"Find prototype language.","operationId":"find_prototype_language_v1_text_find_prototype_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC128PrototypeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Prototype Language V1 Text Find Prototype Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_feasibility_language":{"post":{"tags":["text"],"summary":"Detect Feasibility Language","description":"Detect feasibility language.","operationId":"detect_feasibility_language_v1_text_detect_feasibility_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC128FeasibilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Feasibility Language V1 Text Detect Feasibility Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_monitoring_language":{"post":{"tags":["text"],"summary":"Find Monitoring Language","description":"Find monitoring language.","operationId":"find_monitoring_language_v1_text_find_monitoring_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC129MonitoringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Monitoring Language V1 Text Find Monitoring Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alerting_language":{"post":{"tags":["text"],"summary":"Detect Alerting Language","description":"Detect alerting language.","operationId":"detect_alerting_language_v1_text_detect_alerting_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC129AlertingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alerting Language V1 Text Detect Alerting Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_observability_language":{"post":{"tags":["text"],"summary":"Find Observability Language","description":"Find observability language.","operationId":"find_observability_language_v1_text_find_observability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC129ObservabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Observability Language V1 Text Find Observability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_logging_language":{"post":{"tags":["text"],"summary":"Detect Logging Language","description":"Detect logging language.","operationId":"detect_logging_language_v1_text_detect_logging_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC129LoggingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Logging Language V1 Text Detect Logging Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_design_language":{"post":{"tags":["text"],"summary":"Find Api Design Language","description":"Find API design language.","operationId":"find_api_design_language_v1_text_find_api_design_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC130ApiDesignReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Design Language V1 Text Find Api Design Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_versioning_language":{"post":{"tags":["text"],"summary":"Detect Versioning Language","description":"Detect versioning language.","operationId":"detect_versioning_language_v1_text_detect_versioning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC130VersioningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Versioning Language V1 Text Detect Versioning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rate_limiting_language":{"post":{"tags":["text"],"summary":"Find Rate Limiting Language","description":"Find rate limiting language.","operationId":"find_rate_limiting_language_v1_text_find_rate_limiting_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC130RateLimitingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rate Limiting Language V1 Text Find Rate Limiting Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pagination_language":{"post":{"tags":["text"],"summary":"Detect Pagination Language","description":"Detect pagination language.","operationId":"detect_pagination_language_v1_text_detect_pagination_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC130PaginationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pagination Language V1 Text Detect Pagination Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cicd_language":{"post":{"tags":["text"],"summary":"Find Cicd Language","description":"Find cicd language.","operationId":"find_cicd_language_v1_text_find_cicd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC131CicdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cicd Language V1 Text Find Cicd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_build_language":{"post":{"tags":["text"],"summary":"Detect Build Language","description":"Detect build language.","operationId":"detect_build_language_v1_text_detect_build_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC131BuildReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Build Language V1 Text Detect Build Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_test_automation_language":{"post":{"tags":["text"],"summary":"Find Test Automation Language","description":"Find test automation language.","operationId":"find_test_automation_language_v1_text_find_test_automation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC131TestAutomationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Test Automation Language V1 Text Find Test Automation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deployment_pipeline_language":{"post":{"tags":["text"],"summary":"Detect Deployment Pipeline Language","description":"Detect deployment pipeline language.","operationId":"detect_deployment_pipeline_language_v1_text_detect_deployment_pipeline_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC131PipelineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deployment Pipeline Language V1 Text Detect Deployment Pipeline Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_architecture_language":{"post":{"tags":["text"],"summary":"Find Architecture Language","description":"Find architecture language.","operationId":"find_architecture_language_v1_text_find_architecture_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC132ArchitectureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Architecture Language V1 Text Find Architecture Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_microservices_language":{"post":{"tags":["text"],"summary":"Detect Microservices Language","description":"Detect microservices language.","operationId":"detect_microservices_language_v1_text_detect_microservices_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC132MicroservicesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Microservices Language V1 Text Detect Microservices Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_monolith_language":{"post":{"tags":["text"],"summary":"Find Monolith Language","description":"Find monolith language.","operationId":"find_monolith_language_v1_text_find_monolith_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC132MonolithReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Monolith Language V1 Text Find Monolith Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_service_mesh_language":{"post":{"tags":["text"],"summary":"Detect Service Mesh Language","description":"Detect service mesh language.","operationId":"detect_service_mesh_language_v1_text_detect_service_mesh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC132ServiceMeshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Service Mesh Language V1 Text Detect Service Mesh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_quality_language":{"post":{"tags":["text"],"summary":"Find Data Quality Language","description":"Find data quality language.","operationId":"find_data_quality_language_v1_text_find_data_quality_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC133DataQualityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Quality Language V1 Text Find Data Quality Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_pipeline_language":{"post":{"tags":["text"],"summary":"Detect Data Pipeline Language","description":"Detect data pipeline language.","operationId":"detect_data_pipeline_language_v1_text_detect_data_pipeline_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC133DataPipelineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Pipeline Language V1 Text Detect Data Pipeline Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_etl_language":{"post":{"tags":["text"],"summary":"Find Etl Language","description":"Find etl language.","operationId":"find_etl_language_v1_text_find_etl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC133EtlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Etl Language V1 Text Find Etl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_analytics_language":{"post":{"tags":["text"],"summary":"Detect Analytics Language","description":"Detect analytics language.","operationId":"detect_analytics_language_v1_text_detect_analytics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC133AnalyticsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Analytics Language V1 Text Detect Analytics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloud_infrastructure_language":{"post":{"tags":["text"],"summary":"Find Cloud Infrastructure Language","description":"Find cloud infrastructure language.","operationId":"find_cloud_infrastructure_language_v1_text_find_cloud_infrastructure_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC134CloudInfraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloud Infrastructure Language V1 Text Find Cloud Infrastructure Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_containerization_language":{"post":{"tags":["text"],"summary":"Detect Containerization Language","description":"Detect containerization language.","operationId":"detect_containerization_language_v1_text_detect_containerization_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC134ContainerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Containerization Language V1 Text Detect Containerization Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubernetes_language":{"post":{"tags":["text"],"summary":"Find Kubernetes Language","description":"Find kubernetes language.","operationId":"find_kubernetes_language_v1_text_find_kubernetes_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC134KubernetesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubernetes Language V1 Text Find Kubernetes Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_serverless_language":{"post":{"tags":["text"],"summary":"Detect Serverless Language","description":"Detect serverless language.","operationId":"detect_serverless_language_v1_text_detect_serverless_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC134ServerlessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Serverless Language V1 Text Detect Serverless Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_database_language":{"post":{"tags":["text"],"summary":"Find Database Language","description":"Find database language.","operationId":"find_database_language_v1_text_find_database_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC135DatabaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Database Language V1 Text Find Database Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cache_language":{"post":{"tags":["text"],"summary":"Detect Cache Language","description":"Detect cache language.","operationId":"detect_cache_language_v1_text_detect_cache_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC135CacheReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cache Language V1 Text Detect Cache Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_message_queue_language":{"post":{"tags":["text"],"summary":"Find Message Queue Language","description":"Find message queue language.","operationId":"find_message_queue_language_v1_text_find_message_queue_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC135MessageQueueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Message Queue Language V1 Text Find Message Queue Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_event_streaming_language":{"post":{"tags":["text"],"summary":"Detect Event Streaming Language","description":"Detect event streaming language.","operationId":"detect_event_streaming_language_v1_text_detect_event_streaming_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC135EventStreamingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Event Streaming Language V1 Text Detect Event Streaming Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_gateway_language":{"post":{"tags":["text"],"summary":"Find Api Gateway Language","description":"Find API gateway language.","operationId":"find_api_gateway_language_v1_text_find_api_gateway_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC136ApiGatewayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Gateway Language V1 Text Find Api Gateway Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_authentication_language":{"post":{"tags":["text"],"summary":"Detect Authentication Language","description":"Detect authentication language.","operationId":"detect_authentication_language_v1_text_detect_authentication_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC136AuthenticationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Authentication Language V1 Text Detect Authentication Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_authorization_language":{"post":{"tags":["text"],"summary":"Find Authorization Language","description":"Find authorization language.","operationId":"find_authorization_language_v1_text_find_authorization_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC136AuthorizationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Authorization Language V1 Text Find Authorization Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_oauth_language":{"post":{"tags":["text"],"summary":"Detect Oauth Language","description":"Detect OAuth language.","operationId":"detect_oauth_language_v1_text_detect_oauth_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC136OAuthReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Oauth Language V1 Text Detect Oauth Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_performance_testing_language":{"post":{"tags":["text"],"summary":"Find Performance Testing Language","description":"Find performance testing language.","operationId":"find_performance_testing_language_v1_text_find_performance_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC137PerfTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Performance Testing Language V1 Text Find Performance Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_load_testing_language":{"post":{"tags":["text"],"summary":"Detect Load Testing Language","description":"Detect load testing language.","operationId":"detect_load_testing_language_v1_text_detect_load_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC137LoadTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Load Testing Language V1 Text Detect Load Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stress_testing_language":{"post":{"tags":["text"],"summary":"Find Stress Testing Language","description":"Find stress testing language.","operationId":"find_stress_testing_language_v1_text_find_stress_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC137StressTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stress Testing Language V1 Text Find Stress Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_chaos_engineering_language":{"post":{"tags":["text"],"summary":"Detect Chaos Engineering Language","description":"Detect chaos engineering language.","operationId":"detect_chaos_engineering_language_v1_text_detect_chaos_engineering_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC137ChaosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Chaos Engineering Language V1 Text Detect Chaos Engineering Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_code_quality_language":{"post":{"tags":["text"],"summary":"Find Code Quality Language","description":"Find code quality language.","operationId":"find_code_quality_language_v1_text_find_code_quality_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC138CodeQualityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Code Quality Language V1 Text Find Code Quality Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_static_analysis_language":{"post":{"tags":["text"],"summary":"Detect Static Analysis Language","description":"Detect static analysis language.","operationId":"detect_static_analysis_language_v1_text_detect_static_analysis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC138StaticAnalysisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Static Analysis Language V1 Text Detect Static Analysis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_code_smell_language":{"post":{"tags":["text"],"summary":"Find Code Smell Language","description":"Find code smell language.","operationId":"find_code_smell_language_v1_text_find_code_smell_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC138CodeSmellReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Code Smell Language V1 Text Find Code Smell Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_refactoring_pattern_language":{"post":{"tags":["text"],"summary":"Detect Refactoring Pattern Language","description":"Detect refactoring pattern language.","operationId":"detect_refactoring_pattern_language_v1_text_detect_refactoring_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC138RefactorPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Refactoring Pattern Language V1 Text Detect Refactoring Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_design_pattern_language":{"post":{"tags":["text"],"summary":"Find Design Pattern Language","description":"Find design pattern language.","operationId":"find_design_pattern_language_v1_text_find_design_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC139DesignPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Design Pattern Language V1 Text Find Design Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_solid_principles_language":{"post":{"tags":["text"],"summary":"Detect Solid Principles Language","description":"Detect solid principles language.","operationId":"detect_solid_principles_language_v1_text_detect_solid_principles_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC139SolidReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Solid Principles Language V1 Text Detect Solid Principles Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dry_principle_language":{"post":{"tags":["text"],"summary":"Find Dry Principle Language","description":"Find dry principle language.","operationId":"find_dry_principle_language_v1_text_find_dry_principle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC139DryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dry Principle Language V1 Text Find Dry Principle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_clean_architecture_language":{"post":{"tags":["text"],"summary":"Detect Clean Architecture Language","description":"Detect clean architecture language.","operationId":"detect_clean_architecture_language_v1_text_detect_clean_architecture_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC139CleanArchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Clean Architecture Language V1 Text Detect Clean Architecture Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_devops_language":{"post":{"tags":["text"],"summary":"Find Devops Language","description":"Find devops language.","operationId":"find_devops_language_v1_text_find_devops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC140DevOpsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Devops Language V1 Text Find Devops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sre_language":{"post":{"tags":["text"],"summary":"Detect Sre Language","description":"Detect sre language.","operationId":"detect_sre_language_v1_text_detect_sre_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC140SreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sre Language V1 Text Detect Sre Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_platform_engineering_language":{"post":{"tags":["text"],"summary":"Find Platform Engineering Language","description":"Find platform engineering language.","operationId":"find_platform_engineering_language_v1_text_find_platform_engineering_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC140PlatformEngReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Platform Engineering Language V1 Text Find Platform Engineering Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_engineering_excellence_language":{"post":{"tags":["text"],"summary":"Detect Engineering Excellence Language","description":"Detect engineering excellence language.","operationId":"detect_engineering_excellence_language_v1_text_detect_engineering_excellence_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC140EngExcellenceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Engineering Excellence Language V1 Text Detect Engineering Excellence Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_product_management_language":{"post":{"tags":["text"],"summary":"Find Product Management Language","description":"Find product management language.","operationId":"find_product_management_language_v1_text_find_product_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC141ProductMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Product Management Language V1 Text Find Product Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_user_story_language":{"post":{"tags":["text"],"summary":"Detect User Story Language","description":"Detect user story language.","operationId":"detect_user_story_language_v1_text_detect_user_story_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC141UserStoryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect User Story Language V1 Text Detect User Story Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_acceptance_criteria_language":{"post":{"tags":["text"],"summary":"Find Acceptance Criteria Language","description":"Find acceptance criteria language.","operationId":"find_acceptance_criteria_language_v1_text_find_acceptance_criteria_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC141AcceptanceCriteriaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Acceptance Criteria Language V1 Text Find Acceptance Criteria Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_product_backlog_language":{"post":{"tags":["text"],"summary":"Detect Product Backlog Language","description":"Detect product backlog language.","operationId":"detect_product_backlog_language_v1_text_detect_product_backlog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC141ProductBacklogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Product Backlog Language V1 Text Detect Product Backlog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sprint_ceremony_language":{"post":{"tags":["text"],"summary":"Find Sprint Ceremony Language","description":"Find sprint ceremony language.","operationId":"find_sprint_ceremony_language_v1_text_find_sprint_ceremony_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC142SprintCeremonyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sprint Ceremony Language V1 Text Find Sprint Ceremony Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_retrospective_language":{"post":{"tags":["text"],"summary":"Detect Retrospective Language","description":"Detect retrospective language.","operationId":"detect_retrospective_language_v1_text_detect_retrospective_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC142RetrospectiveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Retrospective Language V1 Text Detect Retrospective Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_scrum_master_language":{"post":{"tags":["text"],"summary":"Find Scrum Master Language","description":"Find scrum master language.","operationId":"find_scrum_master_language_v1_text_find_scrum_master_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC142ScrumMasterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Scrum Master Language V1 Text Find Scrum Master Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_team_dynamics_language":{"post":{"tags":["text"],"summary":"Detect Team Dynamics Language","description":"Detect team dynamics language.","operationId":"detect_team_dynamics_language_v1_text_detect_team_dynamics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC142TeamDynamicsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Team Dynamics Language V1 Text Detect Team Dynamics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_network_security_language":{"post":{"tags":["text"],"summary":"Find Network Security Language","description":"Find network security language.","operationId":"find_network_security_language_v1_text_find_network_security_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC143NetworkSecurityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Network Security Language V1 Text Find Network Security Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_encryption_language":{"post":{"tags":["text"],"summary":"Detect Encryption Language","description":"Detect encryption language.","operationId":"detect_encryption_language_v1_text_detect_encryption_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC143EncryptionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Encryption Language V1 Text Detect Encryption Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_secrets_management_language":{"post":{"tags":["text"],"summary":"Find Secrets Management Language","description":"Find secrets management language.","operationId":"find_secrets_management_language_v1_text_find_secrets_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC143SecretsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Secrets Management Language V1 Text Find Secrets Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zero_trust_language":{"post":{"tags":["text"],"summary":"Detect Zero Trust Language","description":"Detect zero trust language.","operationId":"detect_zero_trust_language_v1_text_detect_zero_trust_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC143ZeroTrustReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zero Trust Language V1 Text Detect Zero Trust Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_feature_delivery_language":{"post":{"tags":["text"],"summary":"Find Feature Delivery Language","description":"Find feature delivery language.","operationId":"find_feature_delivery_language_v1_text_find_feature_delivery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC144FeatureDeliveryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Feature Delivery Language V1 Text Find Feature Delivery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_release_management_language":{"post":{"tags":["text"],"summary":"Detect Release Management Language","description":"Detect release management language.","operationId":"detect_release_management_language_v1_text_detect_release_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC144ReleaseMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Release Management Language V1 Text Detect Release Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_change_management_language":{"post":{"tags":["text"],"summary":"Find Change Management Language","description":"Find change management language.","operationId":"find_change_management_language_v1_text_find_change_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC144ChangeMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Change Management Language V1 Text Find Change Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_risk_management_language":{"post":{"tags":["text"],"summary":"Detect Risk Management Language","description":"Detect risk management language.","operationId":"detect_risk_management_language_v1_text_detect_risk_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC144RiskMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Risk Management Language V1 Text Detect Risk Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_frontend_language":{"post":{"tags":["text"],"summary":"Find Frontend Language","description":"Find frontend language.","operationId":"find_frontend_language_v1_text_find_frontend_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC145FrontendReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Frontend Language V1 Text Find Frontend Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ux_design_language":{"post":{"tags":["text"],"summary":"Detect Ux Design Language","description":"Detect ux design language.","operationId":"detect_ux_design_language_v1_text_detect_ux_design_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC145UxDesignReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ux Design Language V1 Text Detect Ux Design Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_accessibility_language":{"post":{"tags":["text"],"summary":"Find Accessibility Language","description":"Find accessibility language.","operationId":"find_accessibility_language_v1_text_find_accessibility_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC145AccessibilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Accessibility Language V1 Text Find Accessibility Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mobile_development_language":{"post":{"tags":["text"],"summary":"Detect Mobile Development Language","description":"Detect mobile development language.","operationId":"detect_mobile_development_language_v1_text_detect_mobile_development_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC145MobileReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mobile Development Language V1 Text Detect Mobile Development Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ai_language":{"post":{"tags":["text"],"summary":"Find Ai Language","description":"Find AI language.","operationId":"find_ai_language_v1_text_find_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC146AiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ai Language V1 Text Find Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_machine_learning_language":{"post":{"tags":["text"],"summary":"Detect Machine Learning Language","description":"Detect machine learning language.","operationId":"detect_machine_learning_language_v1_text_detect_machine_learning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC146MlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Machine Learning Language V1 Text Detect Machine Learning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mlops_language":{"post":{"tags":["text"],"summary":"Find Mlops Language","description":"Find mlops language.","operationId":"find_mlops_language_v1_text_find_mlops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC146MlopsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mlops Language V1 Text Find Mlops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_model_governance_language":{"post":{"tags":["text"],"summary":"Detect Model Governance Language","description":"Detect model governance language.","operationId":"detect_model_governance_language_v1_text_detect_model_governance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC146ModelGovernanceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Model Governance Language V1 Text Detect Model Governance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_science_language":{"post":{"tags":["text"],"summary":"Find Data Science Language","description":"Find data science language.","operationId":"find_data_science_language_v1_text_find_data_science_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC147DataScienceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Science Language V1 Text Find Data Science Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_statistical_analysis_language":{"post":{"tags":["text"],"summary":"Detect Statistical Analysis Language","description":"Detect statistical analysis language.","operationId":"detect_statistical_analysis_language_v1_text_detect_statistical_analysis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC147StatisticalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Statistical Analysis Language V1 Text Detect Statistical Analysis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_visualization_language":{"post":{"tags":["text"],"summary":"Find Data Visualization Language","description":"Find data visualization language.","operationId":"find_data_visualization_language_v1_text_find_data_visualization_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC147DataVizReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Visualization Language V1 Text Find Data Visualization Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_reporting_language":{"post":{"tags":["text"],"summary":"Detect Reporting Language","description":"Detect reporting language.","operationId":"detect_reporting_language_v1_text_detect_reporting_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC147ReportingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Reporting Language V1 Text Detect Reporting Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_supply_chain_language":{"post":{"tags":["text"],"summary":"Find Supply Chain Language","description":"Find supply chain language.","operationId":"find_supply_chain_language_v1_text_find_supply_chain_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC148SupplyChainReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Supply Chain Language V1 Text Find Supply Chain Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dependency_management_language":{"post":{"tags":["text"],"summary":"Detect Dependency Management Language","description":"Detect dependency management language.","operationId":"detect_dependency_management_language_v1_text_detect_dependency_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC148DependencyMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dependency Management Language V1 Text Detect Dependency Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_open_source_language":{"post":{"tags":["text"],"summary":"Find Open Source Language","description":"Find open source language.","operationId":"find_open_source_language_v1_text_find_open_source_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC148OpenSourceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Open Source Language V1 Text Find Open Source Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_licensing_language":{"post":{"tags":["text"],"summary":"Detect Licensing Language","description":"Detect licensing language.","operationId":"detect_licensing_language_v1_text_detect_licensing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC148LicensingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Licensing Language V1 Text Detect Licensing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_saas_language":{"post":{"tags":["text"],"summary":"Find Saas Language","description":"Find saas language.","operationId":"find_saas_language_v1_text_find_saas_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC149SaasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Saas Language V1 Text Find Saas Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_multitenancy_language":{"post":{"tags":["text"],"summary":"Detect Multitenancy Language","description":"Detect multitenancy language.","operationId":"detect_multitenancy_language_v1_text_detect_multitenancy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC149MultitenancyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Multitenancy Language V1 Text Detect Multitenancy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_billing_language":{"post":{"tags":["text"],"summary":"Find Billing Language","description":"Find billing language.","operationId":"find_billing_language_v1_text_find_billing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC149BillingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Billing Language V1 Text Find Billing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_subscription_language":{"post":{"tags":["text"],"summary":"Detect Subscription Language","description":"Detect subscription language.","operationId":"detect_subscription_language_v1_text_detect_subscription_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC149SubscriptionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Subscription Language V1 Text Detect Subscription Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_distributed_systems_language":{"post":{"tags":["text"],"summary":"Find Distributed Systems Language","description":"Find distributed systems language.","operationId":"find_distributed_systems_language_v1_text_find_distributed_systems_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC150DistributedReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Distributed Systems Language V1 Text Find Distributed Systems Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_consensus_language":{"post":{"tags":["text"],"summary":"Detect Consensus Language","description":"Detect consensus language.","operationId":"detect_consensus_language_v1_text_detect_consensus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC150ConsensusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Consensus Language V1 Text Detect Consensus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cap_theorem_language":{"post":{"tags":["text"],"summary":"Find Cap Theorem Language","description":"Find cap theorem language.","operationId":"find_cap_theorem_language_v1_text_find_cap_theorem_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC150CapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cap Theorem Language V1 Text Find Cap Theorem Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_consistency_model_language":{"post":{"tags":["text"],"summary":"Detect Consistency Model Language","description":"Detect consistency model language.","operationId":"detect_consistency_model_language_v1_text_detect_consistency_model_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC150ConsistencyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Consistency Model Language V1 Text Detect Consistency Model Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_feedback_language":{"post":{"tags":["text"],"summary":"Find Feedback Language","description":"Find feedback language.","operationId":"find_feedback_language_v1_text_find_feedback_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC151FeedbackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Feedback Language V1 Text Find Feedback Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_customer_success_language":{"post":{"tags":["text"],"summary":"Detect Customer Success Language","description":"Detect customer success language.","operationId":"detect_customer_success_language_v1_text_detect_customer_success_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC151CustomerSuccessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Customer Success Language V1 Text Detect Customer Success Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nps_language":{"post":{"tags":["text"],"summary":"Find Nps Language","description":"Find nps language.","operationId":"find_nps_language_v1_text_find_nps_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC151NpsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nps Language V1 Text Find Nps Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_churn_language":{"post":{"tags":["text"],"summary":"Detect Churn Language","description":"Detect churn language.","operationId":"detect_churn_language_v1_text_detect_churn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC151ChurnReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Churn Language V1 Text Detect Churn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_incident_management_language":{"post":{"tags":["text"],"summary":"Find Incident Management Language","description":"Find incident management language.","operationId":"find_incident_management_language_v1_text_find_incident_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC152IncidentMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Incident Management Language V1 Text Find Incident Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_postmortem_language":{"post":{"tags":["text"],"summary":"Detect Postmortem Language","description":"Detect postmortem language.","operationId":"detect_postmortem_language_v1_text_detect_postmortem_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC152PostmortemReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Postmortem Language V1 Text Detect Postmortem Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_oncall_language":{"post":{"tags":["text"],"summary":"Find Oncall Language","description":"Find oncall language.","operationId":"find_oncall_language_v1_text_find_oncall_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC152OncallReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Oncall Language V1 Text Find Oncall Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_escalation_policy_language":{"post":{"tags":["text"],"summary":"Detect Escalation Policy Language","description":"Detect escalation policy language.","operationId":"detect_escalation_policy_language_v1_text_detect_escalation_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC152EscalationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Escalation Policy Language V1 Text Detect Escalation Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_technical_writing_language":{"post":{"tags":["text"],"summary":"Find Technical Writing Language","description":"Find technical writing language.","operationId":"find_technical_writing_language_v1_text_find_technical_writing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC153TechWritingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Technical Writing Language V1 Text Find Technical Writing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_documentation_standards_language":{"post":{"tags":["text"],"summary":"Detect Documentation Standards Language","description":"Detect documentation standards language.","operationId":"detect_documentation_standards_language_v1_text_detect_documentation_standards_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC153DocStandardsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Documentation Standards Language V1 Text Detect Documentation Standards Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_docs_language":{"post":{"tags":["text"],"summary":"Find Api Docs Language","description":"Find API docs language.","operationId":"find_api_docs_language_v1_text_find_api_docs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC153ApiDocsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Docs Language V1 Text Find Api Docs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_runbook_language":{"post":{"tags":["text"],"summary":"Detect Runbook Language","description":"Detect runbook language.","operationId":"detect_runbook_language_v1_text_detect_runbook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC153RunbookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Runbook Language V1 Text Detect Runbook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_capacity_planning_language":{"post":{"tags":["text"],"summary":"Find Capacity Planning Language","description":"Find capacity planning language.","operationId":"find_capacity_planning_language_v1_text_find_capacity_planning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC154CapacityPlanningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Capacity Planning Language V1 Text Find Capacity Planning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cost_optimization_language":{"post":{"tags":["text"],"summary":"Detect Cost Optimization Language","description":"Detect cost optimization language.","operationId":"detect_cost_optimization_language_v1_text_detect_cost_optimization_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC154CostOptReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cost Optimization Language V1 Text Detect Cost Optimization Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_finops_language":{"post":{"tags":["text"],"summary":"Find Finops Language","description":"Find finops language.","operationId":"find_finops_language_v1_text_find_finops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC154FinOpsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Finops Language V1 Text Find Finops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloud_economics_language":{"post":{"tags":["text"],"summary":"Detect Cloud Economics Language","description":"Detect cloud economics language.","operationId":"detect_cloud_economics_language_v1_text_detect_cloud_economics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC154CloudEconomicsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloud Economics Language V1 Text Detect Cloud Economics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_platform_reliability_language":{"post":{"tags":["text"],"summary":"Find Platform Reliability Language","description":"Find platform reliability language.","operationId":"find_platform_reliability_language_v1_text_find_platform_reliability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC155PlatformReliabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Platform Reliability Language V1 Text Find Platform Reliability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_slo_language":{"post":{"tags":["text"],"summary":"Detect Slo Language","description":"Detect slo language.","operationId":"detect_slo_language_v1_text_detect_slo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC155SloReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Slo Language V1 Text Detect Slo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_error_budget_language":{"post":{"tags":["text"],"summary":"Find Error Budget Language","description":"Find error budget language.","operationId":"find_error_budget_language_v1_text_find_error_budget_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC155ErrorBudgetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Error Budget Language V1 Text Find Error Budget Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_toil_language":{"post":{"tags":["text"],"summary":"Detect Toil Language","description":"Detect toil language.","operationId":"detect_toil_language_v1_text_detect_toil_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC155ToilReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Toil Language V1 Text Detect Toil Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_developer_experience_language":{"post":{"tags":["text"],"summary":"Find Developer Experience Language","description":"Find developer experience language.","operationId":"find_developer_experience_language_v1_text_find_developer_experience_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC156DevExReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Developer Experience Language V1 Text Find Developer Experience Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_inner_loop_language":{"post":{"tags":["text"],"summary":"Detect Inner Loop Language","description":"Detect inner loop language.","operationId":"detect_inner_loop_language_v1_text_detect_inner_loop_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC156InnerLoopReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Inner Loop Language V1 Text Detect Inner Loop Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_developer_portal_language":{"post":{"tags":["text"],"summary":"Find Developer Portal Language","description":"Find developer portal language.","operationId":"find_developer_portal_language_v1_text_find_developer_portal_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC156DevPortalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Developer Portal Language V1 Text Find Developer Portal Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_engineering_enablement_language":{"post":{"tags":["text"],"summary":"Detect Engineering Enablement Language","description":"Detect engineering enablement language.","operationId":"detect_engineering_enablement_language_v1_text_detect_engineering_enablement_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC156EngEnablementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Engineering Enablement Language V1 Text Detect Engineering Enablement Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_observability_platform_language":{"post":{"tags":["text"],"summary":"Find Observability Platform Language","description":"Find observability platform language.","operationId":"find_observability_platform_language_v1_text_find_observability_platform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC157ObservabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Observability Platform Language V1 Text Find Observability Platform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_distributed_tracing_language":{"post":{"tags":["text"],"summary":"Detect Distributed Tracing Language","description":"Detect distributed tracing language.","operationId":"detect_distributed_tracing_language_v1_text_detect_distributed_tracing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC157TracingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Distributed Tracing Language V1 Text Detect Distributed Tracing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_log_management_language":{"post":{"tags":["text"],"summary":"Find Log Management Language","description":"Find log management language.","operationId":"find_log_management_language_v1_text_find_log_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC157LogMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Log Management Language V1 Text Find Log Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alert_management_language":{"post":{"tags":["text"],"summary":"Detect Alert Management Language","description":"Detect alert management language.","operationId":"detect_alert_management_language_v1_text_detect_alert_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC157AlertingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alert Management Language V1 Text Detect Alert Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gitops_language":{"post":{"tags":["text"],"summary":"Find Gitops Language","description":"Find gitops language.","operationId":"find_gitops_language_v1_text_find_gitops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC158GitOpsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gitops Language V1 Text Find Gitops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_iac_language":{"post":{"tags":["text"],"summary":"Detect Iac Language","description":"Detect iac language.","operationId":"detect_iac_language_v1_text_detect_iac_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC158IaCReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Iac Language V1 Text Detect Iac Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_config_management_language":{"post":{"tags":["text"],"summary":"Find Config Management Language","description":"Find config management language.","operationId":"find_config_management_language_v1_text_find_config_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC158ConfigMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Config Management Language V1 Text Find Config Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_drift_detection_language":{"post":{"tags":["text"],"summary":"Detect Drift Detection Language","description":"Detect drift detection language.","operationId":"detect_drift_detection_language_v1_text_detect_drift_detection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC158DriftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Drift Detection Language V1 Text Detect Drift Detection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_service_mesh_platform_language":{"post":{"tags":["text"],"summary":"Find Service Mesh Platform Language","description":"Find service mesh platform language.","operationId":"find_service_mesh_platform_language_v1_text_find_service_mesh_platform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC159ServiceMeshPlatformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Service Mesh Platform Language V1 Text Find Service Mesh Platform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_api_management_language":{"post":{"tags":["text"],"summary":"Detect Api Management Language","description":"Detect API management language.","operationId":"detect_api_management_language_v1_text_detect_api_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC159ApiMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Api Management Language V1 Text Detect Api Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rate_limit_policy_language":{"post":{"tags":["text"],"summary":"Find Rate Limit Policy Language","description":"Find rate limit policy language.","operationId":"find_rate_limit_policy_language_v1_text_find_rate_limit_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC159RateLimitPolicyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rate Limit Policy Language V1 Text Find Rate Limit Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_traffic_management_language":{"post":{"tags":["text"],"summary":"Detect Traffic Management Language","description":"Detect traffic management language.","operationId":"detect_traffic_management_language_v1_text_detect_traffic_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC159TrafficMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Traffic Management Language V1 Text Detect Traffic Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_compliance_framework_language":{"post":{"tags":["text"],"summary":"Find Compliance Framework Language","description":"Find compliance framework language.","operationId":"find_compliance_framework_language_v1_text_find_compliance_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC160ComplianceFrameworkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Compliance Framework Language V1 Text Find Compliance Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_audit_trail_language":{"post":{"tags":["text"],"summary":"Detect Audit Trail Language","description":"Detect audit trail language.","operationId":"detect_audit_trail_language_v1_text_detect_audit_trail_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC160AuditTrailReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Audit Trail Language V1 Text Detect Audit Trail Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_privacy_language":{"post":{"tags":["text"],"summary":"Find Data Privacy Language","description":"Find data privacy language.","operationId":"find_data_privacy_language_v1_text_find_data_privacy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC160DataPrivacyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Privacy Language V1 Text Find Data Privacy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_regulatory_language":{"post":{"tags":["text"],"summary":"Detect Regulatory Language","description":"Detect regulatory language.","operationId":"detect_regulatory_language_v1_text_detect_regulatory_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC160RegulatoryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Regulatory Language V1 Text Detect Regulatory Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vulnerability_management_language":{"post":{"tags":["text"],"summary":"Find Vulnerability Management Language","description":"Find vulnerability management language.","operationId":"find_vulnerability_management_language_v1_text_find_vulnerability_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC161VulnMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vulnerability Management Language V1 Text Find Vulnerability Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pentest_language":{"post":{"tags":["text"],"summary":"Detect Pentest Language","description":"Detect pentest language.","operationId":"detect_pentest_language_v1_text_detect_pentest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC161PentestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pentest Language V1 Text Detect Pentest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_security_scanning_language":{"post":{"tags":["text"],"summary":"Find Security Scanning Language","description":"Find security scanning language.","operationId":"find_security_scanning_language_v1_text_find_security_scanning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC161SecurityScanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Security Scanning Language V1 Text Find Security Scanning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_threat_model_language":{"post":{"tags":["text"],"summary":"Detect Threat Model Language","description":"Detect threat model language.","operationId":"detect_threat_model_language_v1_text_detect_threat_model_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC161ThreatModelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Threat Model Language V1 Text Detect Threat Model Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_eda_language":{"post":{"tags":["text"],"summary":"Find Eda Language","description":"Find eda language.","operationId":"find_eda_language_v1_text_find_eda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC162EdaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Eda Language V1 Text Find Eda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_message_broker_language":{"post":{"tags":["text"],"summary":"Detect Message Broker Language","description":"Detect message broker language.","operationId":"detect_message_broker_language_v1_text_detect_message_broker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC162MessageBrokerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Message Broker Language V1 Text Detect Message Broker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cqrs_language":{"post":{"tags":["text"],"summary":"Find Cqrs Language","description":"Find cqrs language.","operationId":"find_cqrs_language_v1_text_find_cqrs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC162CqrsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cqrs Language V1 Text Find Cqrs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_event_sourcing_language":{"post":{"tags":["text"],"summary":"Detect Event Sourcing Language","description":"Detect event sourcing language.","operationId":"detect_event_sourcing_language_v1_text_detect_event_sourcing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC162EventSourcingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Event Sourcing Language V1 Text Detect Event Sourcing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_microservices_architecture_language":{"post":{"tags":["text"],"summary":"Find Microservices Architecture Language","description":"Find microservices architecture language.","operationId":"find_microservices_architecture_language_v1_text_find_microservices_architecture_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC163MicroservicesArchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Microservices Architecture Language V1 Text Find Microservices Architecture Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ddd_language":{"post":{"tags":["text"],"summary":"Detect Ddd Language","description":"Detect ddd language.","operationId":"detect_ddd_language_v1_text_detect_ddd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC163DddReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ddd Language V1 Text Detect Ddd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bounded_context_language":{"post":{"tags":["text"],"summary":"Find Bounded Context Language","description":"Find bounded context language.","operationId":"find_bounded_context_language_v1_text_find_bounded_context_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC163BoundedContextReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bounded Context Language V1 Text Find Bounded Context Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_service_decomposition_language":{"post":{"tags":["text"],"summary":"Detect Service Decomposition Language","description":"Detect service decomposition language.","operationId":"detect_service_decomposition_language_v1_text_detect_service_decomposition_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC163ServiceDecompReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Service Decomposition Language V1 Text Detect Service Decomposition Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_team_topologies_language":{"post":{"tags":["text"],"summary":"Find Team Topologies Language","description":"Find team topologies language.","operationId":"find_team_topologies_language_v1_text_find_team_topologies_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC164TeamTopologiesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Team Topologies Language V1 Text Find Team Topologies Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cognitive_load_language":{"post":{"tags":["text"],"summary":"Find Cognitive Load Language","description":"Find cognitive load language.","operationId":"find_cognitive_load_language_v1_text_find_cognitive_load_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC164CognitiveLoadReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cognitive Load Language V1 Text Find Cognitive Load Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_engineering_culture_language":{"post":{"tags":["text"],"summary":"Detect Engineering Culture Language","description":"Detect engineering culture language.","operationId":"detect_engineering_culture_language_v1_text_detect_engineering_culture_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC164EngCultureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Engineering Culture Language V1 Text Detect Engineering Culture Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_psychological_safety_language":{"post":{"tags":["text"],"summary":"Find Psychological Safety Language","description":"Find psychological safety language.","operationId":"find_psychological_safety_language_v1_text_find_psychological_safety_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC164PsychSafetyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Psychological Safety Language V1 Text Find Psychological Safety Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_developer_metrics_language":{"post":{"tags":["text"],"summary":"Find Developer Metrics Language","description":"Find developer metrics language.","operationId":"find_developer_metrics_language_v1_text_find_developer_metrics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC165DevMetricsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Developer Metrics Language V1 Text Find Developer Metrics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dora_language":{"post":{"tags":["text"],"summary":"Detect Dora Language","description":"Detect dora language.","operationId":"detect_dora_language_v1_text_detect_dora_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC165DoraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dora Language V1 Text Detect Dora Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_space_framework_language":{"post":{"tags":["text"],"summary":"Find Space Framework Language","description":"Find space framework language.","operationId":"find_space_framework_language_v1_text_find_space_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC165SpaceFrameworkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Space Framework Language V1 Text Find Space Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_engineering_kpi_language":{"post":{"tags":["text"],"summary":"Detect Engineering Kpi Language","description":"Detect engineering kpi language.","operationId":"detect_engineering_kpi_language_v1_text_detect_engineering_kpi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC165EngKpiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Engineering Kpi Language V1 Text Detect Engineering Kpi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tech_debt_management_language":{"post":{"tags":["text"],"summary":"Detect Tech Debt Management Language","description":"Detect tech debt management language.","operationId":"detect_tech_debt_management_language_v1_text_detect_tech_debt_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC166TechDebtMgmtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tech Debt Management Language V1 Text Detect Tech Debt Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_code_ownership_language":{"post":{"tags":["text"],"summary":"Find Code Ownership Language","description":"Find code ownership language.","operationId":"find_code_ownership_language_v1_text_find_code_ownership_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC166CodeOwnershipReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Code Ownership Language V1 Text Find Code Ownership Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_refactoring_strategy_language":{"post":{"tags":["text"],"summary":"Detect Refactoring Strategy Language","description":"Detect refactoring strategy language.","operationId":"detect_refactoring_strategy_language_v1_text_detect_refactoring_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC166RefactoringStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Refactoring Strategy Language V1 Text Detect Refactoring Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_legacy_migration_language":{"post":{"tags":["text"],"summary":"Find Legacy Migration Language","description":"Find legacy migration language.","operationId":"find_legacy_migration_language_v1_text_find_legacy_migration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC166LegacyMigrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Legacy Migration Language V1 Text Find Legacy Migration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chaos_practice_language":{"post":{"tags":["text"],"summary":"Find Chaos Practice Language","description":"Find chaos practice language.","operationId":"find_chaos_practice_language_v1_text_find_chaos_practice_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC167ChaosPracticeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chaos Practice Language V1 Text Find Chaos Practice Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_resilience_testing_language":{"post":{"tags":["text"],"summary":"Detect Resilience Testing Language","description":"Detect resilience testing language.","operationId":"detect_resilience_testing_language_v1_text_detect_resilience_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC167ResilienceTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Resilience Testing Language V1 Text Detect Resilience Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fault_injection_language":{"post":{"tags":["text"],"summary":"Find Fault Injection Language","description":"Find fault injection language.","operationId":"find_fault_injection_language_v1_text_find_fault_injection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC167FaultInjectionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fault Injection Language V1 Text Find Fault Injection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_game_day_language":{"post":{"tags":["text"],"summary":"Detect Game Day Language","description":"Detect game day language.","operationId":"detect_game_day_language_v1_text_detect_game_day_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC167GameDayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Game Day Language V1 Text Detect Game Day Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_contract_language":{"post":{"tags":["text"],"summary":"Find Api Contract Language","description":"Find API contract language.","operationId":"find_api_contract_language_v1_text_find_api_contract_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC168ApiContractReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Contract Language V1 Text Find Api Contract Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_consumer_driven_contract_language":{"post":{"tags":["text"],"summary":"Detect Consumer Driven Contract Language","description":"Detect consumer driven contract language.","operationId":"detect_consumer_driven_contract_language_v1_text_detect_consumer_driven_contract_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC168ConsumerDrivenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Consumer Driven Contract Language V1 Text Detect Consumer Driven Contract Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pact_language":{"post":{"tags":["text"],"summary":"Find Pact Language","description":"Find pact language.","operationId":"find_pact_language_v1_text_find_pact_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC168PactReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pact Language V1 Text Find Pact Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_schema_validation_language":{"post":{"tags":["text"],"summary":"Detect Schema Validation Language","description":"Detect schema validation language.","operationId":"detect_schema_validation_language_v1_text_detect_schema_validation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC168SchemaValidationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Schema Validation Language V1 Text Detect Schema Validation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_blockchain_language":{"post":{"tags":["text"],"summary":"Find Blockchain Language","description":"Find blockchain language.","operationId":"find_blockchain_language_v1_text_find_blockchain_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC169BlockchainReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Blockchain Language V1 Text Find Blockchain Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_web3_language":{"post":{"tags":["text"],"summary":"Detect Web3 Language","description":"Detect web3 language.","operationId":"detect_web3_language_v1_text_detect_web3_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC169Web3Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Web3 Language V1 Text Detect Web3 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_smart_contract_language":{"post":{"tags":["text"],"summary":"Find Smart Contract Language","description":"Find smart contract language.","operationId":"find_smart_contract_language_v1_text_find_smart_contract_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC169SmartContractReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Smart Contract Language V1 Text Find Smart Contract Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_decentralised_systems_language":{"post":{"tags":["text"],"summary":"Detect Decentralised Systems Language","description":"Detect decentralised systems language.","operationId":"detect_decentralised_systems_language_v1_text_detect_decentralised_systems_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC169DecentralisedSystemsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Decentralised Systems Language V1 Text Detect Decentralised Systems Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_quantum_computing_language":{"post":{"tags":["text"],"summary":"Find Quantum Computing Language","description":"Find quantum computing language.","operationId":"find_quantum_computing_language_v1_text_find_quantum_computing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC170QuantumReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Quantum Computing Language V1 Text Find Quantum Computing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_edge_computing_language":{"post":{"tags":["text"],"summary":"Detect Edge Computing Language","description":"Detect edge computing language.","operationId":"detect_edge_computing_language_v1_text_detect_edge_computing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC170EdgeComputingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Edge Computing Language V1 Text Detect Edge Computing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_iot_language":{"post":{"tags":["text"],"summary":"Find Iot Language","description":"Find iot language.","operationId":"find_iot_language_v1_text_find_iot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC170IotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Iot Language V1 Text Find Iot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_embedded_systems_language":{"post":{"tags":["text"],"summary":"Detect Embedded Systems Language","description":"Detect embedded systems language.","operationId":"detect_embedded_systems_language_v1_text_detect_embedded_systems_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC170EmbeddedSystemsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Embedded Systems Language V1 Text Detect Embedded Systems Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_llm_engineering_language":{"post":{"tags":["text"],"summary":"Find Llm Engineering Language","description":"Find llm engineering language.","operationId":"find_llm_engineering_language_v1_text_find_llm_engineering_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC171LlmEngineeringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Llm Engineering Language V1 Text Find Llm Engineering Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_prompt_engineering_language":{"post":{"tags":["text"],"summary":"Detect Prompt Engineering Language","description":"Detect prompt engineering language.","operationId":"detect_prompt_engineering_language_v1_text_detect_prompt_engineering_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC171PromptEngineeringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Prompt Engineering Language V1 Text Detect Prompt Engineering Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ai_safety_language":{"post":{"tags":["text"],"summary":"Find Ai Safety Language","description":"Find AI safety language.","operationId":"find_ai_safety_language_v1_text_find_ai_safety_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC171AiSafetyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ai Safety Language V1 Text Find Ai Safety Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_responsible_ai_language":{"post":{"tags":["text"],"summary":"Detect Responsible Ai Language","description":"Detect responsible AI language.","operationId":"detect_responsible_ai_language_v1_text_detect_responsible_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC171ResponsibleAiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Responsible Ai Language V1 Text Detect Responsible Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_mesh_language":{"post":{"tags":["text"],"summary":"Find Data Mesh Language","description":"Find data mesh language.","operationId":"find_data_mesh_language_v1_text_find_data_mesh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC172DataMeshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Mesh Language V1 Text Find Data Mesh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_governance_language":{"post":{"tags":["text"],"summary":"Detect Data Governance Language","description":"Detect data governance language.","operationId":"detect_data_governance_language_v1_text_detect_data_governance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC172DataGovernanceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Governance Language V1 Text Detect Data Governance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_catalog_language":{"post":{"tags":["text"],"summary":"Find Data Catalog Language","description":"Find data catalog language.","operationId":"find_data_catalog_language_v1_text_find_data_catalog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC172DataCatalogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Catalog Language V1 Text Find Data Catalog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_contract_language":{"post":{"tags":["text"],"summary":"Detect Data Contract Language","description":"Detect data contract language.","operationId":"detect_data_contract_language_v1_text_detect_data_contract_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC172DataContractReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Contract Language V1 Text Detect Data Contract Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stream_processing_language":{"post":{"tags":["text"],"summary":"Find Stream Processing Language","description":"Find stream processing language.","operationId":"find_stream_processing_language_v1_text_find_stream_processing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC173StreamProcessingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stream Processing Language V1 Text Find Stream Processing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_real_time_analytics_language":{"post":{"tags":["text"],"summary":"Detect Real Time Analytics Language","description":"Detect real time analytics language.","operationId":"detect_real_time_analytics_language_v1_text_detect_real_time_analytics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC173RealTimeAnalyticsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Real Time Analytics Language V1 Text Detect Real Time Analytics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cdc_language":{"post":{"tags":["text"],"summary":"Find Cdc Language","description":"Find cdc language.","operationId":"find_cdc_language_v1_text_find_cdc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC173CdcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cdc Language V1 Text Find Cdc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kafka_language":{"post":{"tags":["text"],"summary":"Detect Kafka Language","description":"Detect kafka language.","operationId":"detect_kafka_language_v1_text_detect_kafka_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC173KafkaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kafka Language V1 Text Detect Kafka Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sdn_language":{"post":{"tags":["text"],"summary":"Find Sdn Language","description":"Find sdn language.","operationId":"find_sdn_language_v1_text_find_sdn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC174SdnReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sdn Language V1 Text Find Sdn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_network_automation_language":{"post":{"tags":["text"],"summary":"Detect Network Automation Language","description":"Detect network automation language.","operationId":"detect_network_automation_language_v1_text_detect_network_automation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC174NetworkAutomationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Network Automation Language V1 Text Detect Network Automation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bgp_language":{"post":{"tags":["text"],"summary":"Find Bgp Language","description":"Find bgp language.","operationId":"find_bgp_language_v1_text_find_bgp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC174BgpReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bgp Language V1 Text Find Bgp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dns_language":{"post":{"tags":["text"],"summary":"Detect Dns Language","description":"Detect dns language.","operationId":"detect_dns_language_v1_text_detect_dns_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC174DnsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dns Language V1 Text Detect Dns Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_multi_cloud_language":{"post":{"tags":["text"],"summary":"Find Multi Cloud Language","description":"Find multi cloud language.","operationId":"find_multi_cloud_language_v1_text_find_multi_cloud_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC175MultiCloudReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Multi Cloud Language V1 Text Find Multi Cloud Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hybrid_cloud_language":{"post":{"tags":["text"],"summary":"Detect Hybrid Cloud Language","description":"Detect hybrid cloud language.","operationId":"detect_hybrid_cloud_language_v1_text_detect_hybrid_cloud_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC175HybridCloudReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hybrid Cloud Language V1 Text Detect Hybrid Cloud Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloud_migration_language":{"post":{"tags":["text"],"summary":"Find Cloud Migration Language","description":"Find cloud migration language.","operationId":"find_cloud_migration_language_v1_text_find_cloud_migration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC175CloudMigrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloud Migration Language V1 Text Find Cloud Migration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_landing_zone_language":{"post":{"tags":["text"],"summary":"Detect Landing Zone Language","description":"Detect landing zone language.","operationId":"detect_landing_zone_language_v1_text_detect_landing_zone_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC175LandingZoneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Landing Zone Language V1 Text Detect Landing Zone Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_devsecops_language":{"post":{"tags":["text"],"summary":"Find Devsecops Language","description":"Find devsecops language.","operationId":"find_devsecops_language_v1_text_find_devsecops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC176DevsecopsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Devsecops Language V1 Text Find Devsecops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_shift_left_language":{"post":{"tags":["text"],"summary":"Detect Shift Left Language","description":"Detect shift left language.","operationId":"detect_shift_left_language_v1_text_detect_shift_left_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC176ShiftLeftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Shift Left Language V1 Text Detect Shift Left Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sast_dast_language":{"post":{"tags":["text"],"summary":"Find Sast Dast Language","description":"Find sast dast language.","operationId":"find_sast_dast_language_v1_text_find_sast_dast_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC176SastDastReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sast Dast Language V1 Text Find Sast Dast Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_appsec_language":{"post":{"tags":["text"],"summary":"Detect Appsec Language","description":"Detect appsec language.","operationId":"detect_appsec_language_v1_text_detect_appsec_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC176AppsecReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Appsec Language V1 Text Detect Appsec Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_synthetic_monitoring_language":{"post":{"tags":["text"],"summary":"Find Synthetic Monitoring Language","description":"Find synthetic monitoring language.","operationId":"find_synthetic_monitoring_language_v1_text_find_synthetic_monitoring_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC177SyntheticMonitoringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Synthetic Monitoring Language V1 Text Find Synthetic Monitoring Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_user_journey_language":{"post":{"tags":["text"],"summary":"Detect User Journey Language","description":"Detect user journey language.","operationId":"detect_user_journey_language_v1_text_detect_user_journey_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC177UserJourneyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect User Journey Language V1 Text Detect User Journey Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_browser_automation_language":{"post":{"tags":["text"],"summary":"Find Browser Automation Language","description":"Find browser automation language.","operationId":"find_browser_automation_language_v1_text_find_browser_automation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC177BrowserAutomationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Browser Automation Language V1 Text Find Browser Automation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_e2e_testing_language":{"post":{"tags":["text"],"summary":"Detect E2E Testing Language","description":"Detect e2e testing language.","operationId":"detect_e2e_testing_language_v1_text_detect_e2e_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC177E2eTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect E2E Testing Language V1 Text Detect E2E Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_graphql_language":{"post":{"tags":["text"],"summary":"Find Graphql Language","description":"Find graphql language.","operationId":"find_graphql_language_v1_text_find_graphql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC178GraphqlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Graphql Language V1 Text Find Graphql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_grpc_language":{"post":{"tags":["text"],"summary":"Detect Grpc Language","description":"Detect grpc language.","operationId":"detect_grpc_language_v1_text_detect_grpc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC178GrpcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Grpc Language V1 Text Detect Grpc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rest_api_design_language":{"post":{"tags":["text"],"summary":"Find Rest Api Design Language","description":"Find rest API design language.","operationId":"find_rest_api_design_language_v1_text_find_rest_api_design_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC178RestApiDesignReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rest Api Design Language V1 Text Find Rest Api Design Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_api_versioning_language":{"post":{"tags":["text"],"summary":"Detect Api Versioning Language","description":"Detect API versioning language.","operationId":"detect_api_versioning_language_v1_text_detect_api_versioning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC178ApiVersioningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Api Versioning Language V1 Text Detect Api Versioning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_workload_identity_language":{"post":{"tags":["text"],"summary":"Find Workload Identity Language","description":"Find workload identity language.","operationId":"find_workload_identity_language_v1_text_find_workload_identity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC179WorkloadIdentityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Workload Identity Language V1 Text Find Workload Identity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_service_account_language":{"post":{"tags":["text"],"summary":"Detect Service Account Language","description":"Detect service account language.","operationId":"detect_service_account_language_v1_text_detect_service_account_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC179ServiceAccountReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Service Account Language V1 Text Detect Service Account Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mtls_language":{"post":{"tags":["text"],"summary":"Find Mtls Language","description":"Find mtls language.","operationId":"find_mtls_language_v1_text_find_mtls_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC179MtlsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mtls Language V1 Text Find Mtls Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_certificate_management_language":{"post":{"tags":["text"],"summary":"Detect Certificate Management Language","description":"Detect certificate management language.","operationId":"detect_certificate_management_language_v1_text_detect_certificate_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC179CertificateManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Certificate Management Language V1 Text Detect Certificate Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cost_attribution_language":{"post":{"tags":["text"],"summary":"Find Cost Attribution Language","description":"Find cost attribution language.","operationId":"find_cost_attribution_language_v1_text_find_cost_attribution_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC180CostAttributionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cost Attribution Language V1 Text Find Cost Attribution Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_resource_tagging_language":{"post":{"tags":["text"],"summary":"Detect Resource Tagging Language","description":"Detect resource tagging language.","operationId":"detect_resource_tagging_language_v1_text_detect_resource_tagging_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC180ResourceTaggingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Resource Tagging Language V1 Text Detect Resource Tagging Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cost_anomaly_language":{"post":{"tags":["text"],"summary":"Find Cost Anomaly Language","description":"Find cost anomaly language.","operationId":"find_cost_anomaly_language_v1_text_find_cost_anomaly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC180CostAnomalyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cost Anomaly Language V1 Text Find Cost Anomaly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_reservation_language":{"post":{"tags":["text"],"summary":"Detect Reservation Language","description":"Detect reservation language.","operationId":"detect_reservation_language_v1_text_detect_reservation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC180ReservationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Reservation Language V1 Text Detect Reservation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_major_incident_language":{"post":{"tags":["text"],"summary":"Find Major Incident Language","description":"Find major incident language.","operationId":"find_major_incident_language_v1_text_find_major_incident_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC181MajorIncidentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Major Incident Language V1 Text Find Major Incident Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_war_room_language":{"post":{"tags":["text"],"summary":"Detect War Room Language","description":"Detect war room language.","operationId":"detect_war_room_language_v1_text_detect_war_room_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC181WarRoomReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect War Room Language V1 Text Detect War Room Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_incident_command_language":{"post":{"tags":["text"],"summary":"Find Incident Command Language","description":"Find incident command language.","operationId":"find_incident_command_language_v1_text_find_incident_command_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC181IncidentCommandReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Incident Command Language V1 Text Find Incident Command Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_status_communication_language":{"post":{"tags":["text"],"summary":"Detect Status Communication Language","description":"Detect status communication language.","operationId":"detect_status_communication_language_v1_text_detect_status_communication_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC181StatusCommunicationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Status Communication Language V1 Text Detect Status Communication Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_database_scaling_language":{"post":{"tags":["text"],"summary":"Find Database Scaling Language","description":"Find database scaling language.","operationId":"find_database_scaling_language_v1_text_find_database_scaling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC182DatabaseScalingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Database Scaling Language V1 Text Find Database Scaling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_read_replica_language":{"post":{"tags":["text"],"summary":"Detect Read Replica Language","description":"Detect read replica language.","operationId":"detect_read_replica_language_v1_text_detect_read_replica_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC182ReadReplicaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Read Replica Language V1 Text Detect Read Replica Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sharding_language":{"post":{"tags":["text"],"summary":"Find Sharding Language","description":"Find sharding language.","operationId":"find_sharding_language_v1_text_find_sharding_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC182ShardingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sharding Language V1 Text Find Sharding Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cache_strategy_language":{"post":{"tags":["text"],"summary":"Detect Cache Strategy Language","description":"Detect cache strategy language.","operationId":"detect_cache_strategy_language_v1_text_detect_cache_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC182CacheStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cache Strategy Language V1 Text Detect Cache Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_search_engine_language":{"post":{"tags":["text"],"summary":"Find Search Engine Language","description":"Find search engine language.","operationId":"find_search_engine_language_v1_text_find_search_engine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC183SearchEngineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Search Engine Language V1 Text Find Search Engine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_full_text_search_language":{"post":{"tags":["text"],"summary":"Detect Full Text Search Language","description":"Detect full text search language.","operationId":"detect_full_text_search_language_v1_text_detect_full_text_search_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC183FullTextSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Full Text Search Language V1 Text Detect Full Text Search Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vector_search_language":{"post":{"tags":["text"],"summary":"Find Vector Search Language","description":"Find vector search language.","operationId":"find_vector_search_language_v1_text_find_vector_search_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC183VectorSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vector Search Language V1 Text Find Vector Search Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_semantic_search_language":{"post":{"tags":["text"],"summary":"Detect Semantic Search Language","description":"Detect semantic search language.","operationId":"detect_semantic_search_language_v1_text_detect_semantic_search_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC183SemanticSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Semantic Search Language V1 Text Detect Semantic Search Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_experimentation_language":{"post":{"tags":["text"],"summary":"Find Experimentation Language","description":"Find experimentation language.","operationId":"find_experimentation_language_v1_text_find_experimentation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC184ExperimentationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Experimentation Language V1 Text Find Experimentation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_multivariate_testing_language":{"post":{"tags":["text"],"summary":"Detect Multivariate Testing Language","description":"Detect multivariate testing language.","operationId":"detect_multivariate_testing_language_v1_text_detect_multivariate_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC184MultivariateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Multivariate Testing Language V1 Text Detect Multivariate Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cohort_analysis_language":{"post":{"tags":["text"],"summary":"Find Cohort Analysis Language","description":"Find cohort analysis language.","operationId":"find_cohort_analysis_language_v1_text_find_cohort_analysis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC184CohortAnalysisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cohort Analysis Language V1 Text Find Cohort Analysis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rollout_strategy_language":{"post":{"tags":["text"],"summary":"Detect Rollout Strategy Language","description":"Detect rollout strategy language.","operationId":"detect_rollout_strategy_language_v1_text_detect_rollout_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC184RolloutStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rollout Strategy Language V1 Text Detect Rollout Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_product_analytics_language":{"post":{"tags":["text"],"summary":"Find Product Analytics Language","description":"Find product analytics language.","operationId":"find_product_analytics_language_v1_text_find_product_analytics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC185ProductAnalyticsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Product Analytics Language V1 Text Find Product Analytics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_user_engagement_language":{"post":{"tags":["text"],"summary":"Detect User Engagement Language","description":"Detect user engagement language.","operationId":"detect_user_engagement_language_v1_text_detect_user_engagement_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC185UserEngagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect User Engagement Language V1 Text Detect User Engagement Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_north_star_language":{"post":{"tags":["text"],"summary":"Find North Star Language","description":"Find north star language.","operationId":"find_north_star_language_v1_text_find_north_star_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC185NorthStarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find North Star Language V1 Text Find North Star Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_activation_language":{"post":{"tags":["text"],"summary":"Detect Activation Language","description":"Detect activation language.","operationId":"detect_activation_language_v1_text_detect_activation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC185ActivationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Activation Language V1 Text Detect Activation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_oauth2_flow_language":{"post":{"tags":["text"],"summary":"Find Oauth2 Flow Language","description":"Find oauth2 flow language.","operationId":"find_oauth2_flow_language_v1_text_find_oauth2_flow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC186Oauth2FlowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Oauth2 Flow Language V1 Text Find Oauth2 Flow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_token_lifecycle_language":{"post":{"tags":["text"],"summary":"Detect Token Lifecycle Language","description":"Detect token lifecycle language.","operationId":"detect_token_lifecycle_language_v1_text_detect_token_lifecycle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC186TokenLifecycleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Token Lifecycle Language V1 Text Detect Token Lifecycle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_key_management_language":{"post":{"tags":["text"],"summary":"Find Api Key Management Language","description":"Find API key management language.","operationId":"find_api_key_management_language_v1_text_find_api_key_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC186ApiKeyManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Key Management Language V1 Text Find Api Key Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_scope_design_language":{"post":{"tags":["text"],"summary":"Detect Scope Design Language","description":"Detect scope design language.","operationId":"detect_scope_design_language_v1_text_detect_scope_design_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC186ScopeDesignReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Scope Design Language V1 Text Detect Scope Design Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gdpr_compliance_language":{"post":{"tags":["text"],"summary":"Find Gdpr Compliance Language","description":"Find gdpr compliance language.","operationId":"find_gdpr_compliance_language_v1_text_find_gdpr_compliance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC187GdprComplianceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gdpr Compliance Language V1 Text Find Gdpr Compliance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_privacy_engineering_language":{"post":{"tags":["text"],"summary":"Detect Privacy Engineering Language","description":"Detect privacy engineering language.","operationId":"detect_privacy_engineering_language_v1_text_detect_privacy_engineering_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC187PrivacyEngineeringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Privacy Engineering Language V1 Text Detect Privacy Engineering Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_residency_language":{"post":{"tags":["text"],"summary":"Find Data Residency Language","description":"Find data residency language.","operationId":"find_data_residency_language_v1_text_find_data_residency_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC187DataResidencyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Residency Language V1 Text Find Data Residency Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_right_to_erasure_language":{"post":{"tags":["text"],"summary":"Detect Right To Erasure Language","description":"Detect right to erasure language.","operationId":"detect_right_to_erasure_language_v1_text_detect_right_to_erasure_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC187RightToErasureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Right To Erasure Language V1 Text Detect Right To Erasure Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_consent_management_language":{"post":{"tags":["text"],"summary":"Find Consent Management Language","description":"Find consent management language.","operationId":"find_consent_management_language_v1_text_find_consent_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC188ConsentManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Consent Management Language V1 Text Find Consent Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cookie_compliance_language":{"post":{"tags":["text"],"summary":"Detect Cookie Compliance Language","description":"Detect cookie compliance language.","operationId":"detect_cookie_compliance_language_v1_text_detect_cookie_compliance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC188CookieComplianceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cookie Compliance Language V1 Text Detect Cookie Compliance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ccpa_language":{"post":{"tags":["text"],"summary":"Find Ccpa Language","description":"Find ccpa language.","operationId":"find_ccpa_language_v1_text_find_ccpa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC188CcpaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ccpa Language V1 Text Find Ccpa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_legitimate_interest_language":{"post":{"tags":["text"],"summary":"Detect Legitimate Interest Language","description":"Detect legitimate interest language.","operationId":"detect_legitimate_interest_language_v1_text_detect_legitimate_interest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC188LegitimateInterestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Legitimate Interest Language V1 Text Detect Legitimate Interest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_model_registry_language":{"post":{"tags":["text"],"summary":"Find Model Registry Language","description":"Find model registry language.","operationId":"find_model_registry_language_v1_text_find_model_registry_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC189ModelRegistryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Model Registry Language V1 Text Find Model Registry Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_feature_store_language":{"post":{"tags":["text"],"summary":"Detect Feature Store Language","description":"Detect feature store language.","operationId":"detect_feature_store_language_v1_text_detect_feature_store_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC189FeatureStoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Feature Store Language V1 Text Detect Feature Store Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_drift_language":{"post":{"tags":["text"],"summary":"Find Data Drift Language","description":"Find data drift language.","operationId":"find_data_drift_language_v1_text_find_data_drift_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC189DataDriftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Drift Language V1 Text Find Data Drift Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_experiment_tracking_language":{"post":{"tags":["text"],"summary":"Detect Experiment Tracking Language","description":"Detect experiment tracking language.","operationId":"detect_experiment_tracking_language_v1_text_detect_experiment_tracking_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC189ExperimentTrackingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Experiment Tracking Language V1 Text Detect Experiment Tracking Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_supply_chain_security_language":{"post":{"tags":["text"],"summary":"Find Supply Chain Security Language","description":"Find supply chain security language.","operationId":"find_supply_chain_security_language_v1_text_find_supply_chain_security_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC190SupplyChainSecurityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Supply Chain Security Language V1 Text Find Supply Chain Security Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sbom_language":{"post":{"tags":["text"],"summary":"Detect Sbom Language","description":"Detect sbom language.","operationId":"detect_sbom_language_v1_text_detect_sbom_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC190SbomReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sbom Language V1 Text Detect Sbom Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dependency_scanning_language":{"post":{"tags":["text"],"summary":"Find Dependency Scanning Language","description":"Find dependency scanning language.","operationId":"find_dependency_scanning_language_v1_text_find_dependency_scanning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC190DependencyScanningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dependency Scanning Language V1 Text Find Dependency Scanning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_patch_management_language":{"post":{"tags":["text"],"summary":"Detect Patch Management Language","description":"Detect patch management language.","operationId":"detect_patch_management_language_v1_text_detect_patch_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC190PatchManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Patch Management Language V1 Text Detect Patch Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cost_of_delay_language":{"post":{"tags":["text"],"summary":"Find Cost Of Delay Language","description":"Find cost of delay language.","operationId":"find_cost_of_delay_language_v1_text_find_cost_of_delay_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC191CostOfDelayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cost Of Delay Language V1 Text Find Cost Of Delay Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lean_methodology_language":{"post":{"tags":["text"],"summary":"Detect Lean Methodology Language","description":"Detect lean methodology language.","operationId":"detect_lean_methodology_language_v1_text_detect_lean_methodology_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC191LeanMethodologyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lean Methodology Language V1 Text Detect Lean Methodology Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flow_efficiency_language":{"post":{"tags":["text"],"summary":"Find Flow Efficiency Language","description":"Find flow efficiency language.","operationId":"find_flow_efficiency_language_v1_text_find_flow_efficiency_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC191FlowEfficiencyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flow Efficiency Language V1 Text Find Flow Efficiency Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_value_stream_mapping_language":{"post":{"tags":["text"],"summary":"Detect Value Stream Mapping Language","description":"Detect value stream mapping language.","operationId":"detect_value_stream_mapping_language_v1_text_detect_value_stream_mapping_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC191ValueStreamMappingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Value Stream Mapping Language V1 Text Detect Value Stream Mapping Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_federated_learning_language":{"post":{"tags":["text"],"summary":"Find Federated Learning Language","description":"Find federated learning language.","operationId":"find_federated_learning_language_v1_text_find_federated_learning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC192FederatedLearningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Federated Learning Language V1 Text Find Federated Learning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_model_privacy_language":{"post":{"tags":["text"],"summary":"Detect Model Privacy Language","description":"Detect model privacy language.","operationId":"detect_model_privacy_language_v1_text_detect_model_privacy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC192ModelPrivacyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Model Privacy Language V1 Text Detect Model Privacy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_secure_computation_language":{"post":{"tags":["text"],"summary":"Find Secure Computation Language","description":"Find secure computation language.","operationId":"find_secure_computation_language_v1_text_find_secure_computation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC192SecureComputationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Secure Computation Language V1 Text Find Secure Computation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ai_governance_language":{"post":{"tags":["text"],"summary":"Detect Ai Governance Language","description":"Detect AI governance language.","operationId":"detect_ai_governance_language_v1_text_detect_ai_governance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC192AiGovernanceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ai Governance Language V1 Text Detect Ai Governance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_golden_path_language":{"post":{"tags":["text"],"summary":"Find Golden Path Language","description":"Find golden path language.","operationId":"find_golden_path_language_v1_text_find_golden_path_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC193GoldenPathReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Golden Path Language V1 Text Find Golden Path Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_internal_developer_platform_language":{"post":{"tags":["text"],"summary":"Detect Internal Developer Platform Language","description":"Detect internal developer platform language.","operationId":"detect_internal_developer_platform_language_v1_text_detect_internal_developer_platform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC193InternalDeveloperPlatformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Internal Developer Platform Language V1 Text Detect Internal Developer Platform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_service_catalog_language":{"post":{"tags":["text"],"summary":"Find Service Catalog Language","description":"Find service catalog language.","operationId":"find_service_catalog_language_v1_text_find_service_catalog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC193ServiceCatalogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Service Catalog Language V1 Text Find Service Catalog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloud_agnostic_language":{"post":{"tags":["text"],"summary":"Detect Cloud Agnostic Language","description":"Detect cloud agnostic language.","operationId":"detect_cloud_agnostic_language_v1_text_detect_cloud_agnostic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC193CloudAgnosticReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloud Agnostic Language V1 Text Detect Cloud Agnostic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hybrid_cloud_management_language":{"post":{"tags":["text"],"summary":"Find Hybrid Cloud Management Language","description":"Find hybrid cloud management language.","operationId":"find_hybrid_cloud_management_language_v1_text_find_hybrid_cloud_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC194HybridCloudManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hybrid Cloud Management Language V1 Text Find Hybrid Cloud Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloud_portability_language":{"post":{"tags":["text"],"summary":"Detect Cloud Portability Language","description":"Detect cloud portability language.","operationId":"detect_cloud_portability_language_v1_text_detect_cloud_portability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC194CloudPortabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloud Portability Language V1 Text Detect Cloud Portability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_continuous_compliance_language":{"post":{"tags":["text"],"summary":"Find Continuous Compliance Language","description":"Find continuous compliance language.","operationId":"find_continuous_compliance_language_v1_text_find_continuous_compliance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC194ContinuousComplianceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Continuous Compliance Language V1 Text Find Continuous Compliance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_policy_as_code_language":{"post":{"tags":["text"],"summary":"Detect Policy As Code Language","description":"Detect policy as code language.","operationId":"detect_policy_as_code_language_v1_text_detect_policy_as_code_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC194PolicyAsCodeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Policy As Code Language V1 Text Detect Policy As Code Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_lineage_language":{"post":{"tags":["text"],"summary":"Find Data Lineage Language","description":"Find data lineage language.","operationId":"find_data_lineage_language_v1_text_find_data_lineage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC195DataLineageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Lineage Language V1 Text Find Data Lineage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_observability_language":{"post":{"tags":["text"],"summary":"Detect Data Observability Language","description":"Detect data observability language.","operationId":"detect_data_observability_language_v1_text_detect_data_observability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC195DataObservabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Observability Language V1 Text Detect Data Observability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lakehouse_language":{"post":{"tags":["text"],"summary":"Find Lakehouse Language","description":"Find lakehouse language.","operationId":"find_lakehouse_language_v1_text_find_lakehouse_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC195LakehouseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lakehouse Language V1 Text Find Lakehouse Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_warehouse_language":{"post":{"tags":["text"],"summary":"Detect Data Warehouse Language","description":"Detect data warehouse language.","operationId":"detect_data_warehouse_language_v1_text_detect_data_warehouse_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC195DataWarehouseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Warehouse Language V1 Text Detect Data Warehouse Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_incident_response_language":{"post":{"tags":["text"],"summary":"Find Incident Response Language","description":"Find incident response language.","operationId":"find_incident_response_language_v1_text_find_incident_response_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC196IncidentResponseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Incident Response Language V1 Text Find Incident Response Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_red_team_language":{"post":{"tags":["text"],"summary":"Detect Red Team Language","description":"Detect red team language.","operationId":"detect_red_team_language_v1_text_detect_red_team_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC196RedTeamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Red Team Language V1 Text Detect Red Team Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_blue_team_language":{"post":{"tags":["text"],"summary":"Find Blue Team Language","description":"Find blue team language.","operationId":"find_blue_team_language_v1_text_find_blue_team_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC196BlueTeamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Blue Team Language V1 Text Find Blue Team Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_threat_intelligence_language":{"post":{"tags":["text"],"summary":"Detect Threat Intelligence Language","description":"Detect threat intelligence language.","operationId":"detect_threat_intelligence_language_v1_text_detect_threat_intelligence_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC196ThreatIntelligenceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Threat Intelligence Language V1 Text Detect Threat Intelligence Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_team_topology_language":{"post":{"tags":["text"],"summary":"Find Team Topology Language","description":"Find team topology language.","operationId":"find_team_topology_language_v1_text_find_team_topology_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC197TeamTopologyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Team Topology Language V1 Text Find Team Topology Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_stream_aligned_team_language":{"post":{"tags":["text"],"summary":"Detect Stream Aligned Team Language","description":"Detect stream aligned team language.","operationId":"detect_stream_aligned_team_language_v1_text_detect_stream_aligned_team_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC197StreamAlignedTeamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Stream Aligned Team Language V1 Text Detect Stream Aligned Team Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_platform_team_language":{"post":{"tags":["text"],"summary":"Find Platform Team Language","description":"Find platform team language.","operationId":"find_platform_team_language_v1_text_find_platform_team_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC197PlatformTeamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Platform Team Language V1 Text Find Platform Team Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_enabling_team_language":{"post":{"tags":["text"],"summary":"Detect Enabling Team Language","description":"Detect enabling team language.","operationId":"detect_enabling_team_language_v1_text_detect_enabling_team_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC197EnablingTeamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Enabling Team Language V1 Text Detect Enabling Team Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mutation_testing_language":{"post":{"tags":["text"],"summary":"Find Mutation Testing Language","description":"Find mutation testing language.","operationId":"find_mutation_testing_language_v1_text_find_mutation_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC198MutationTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mutation Testing Language V1 Text Find Mutation Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_property_based_testing_language":{"post":{"tags":["text"],"summary":"Detect Property Based Testing Language","description":"Detect property based testing language.","operationId":"detect_property_based_testing_language_v1_text_detect_property_based_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC198PropertyBasedTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Property Based Testing Language V1 Text Detect Property Based Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fuzz_testing_language":{"post":{"tags":["text"],"summary":"Find Fuzz Testing Language","description":"Find fuzz testing language.","operationId":"find_fuzz_testing_language_v1_text_find_fuzz_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC198FuzzTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fuzz Testing Language V1 Text Find Fuzz Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_contract_testing_language":{"post":{"tags":["text"],"summary":"Detect Contract Testing Language","description":"Detect contract testing language.","operationId":"detect_contract_testing_language_v1_text_detect_contract_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC198ContractTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Contract Testing Language V1 Text Detect Contract Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_domain_driven_design_language":{"post":{"tags":["text"],"summary":"Find Domain Driven Design Language","description":"Find domain driven design language.","operationId":"find_domain_driven_design_language_v1_text_find_domain_driven_design_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC199DomainDrivenDesignReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Domain Driven Design Language V1 Text Find Domain Driven Design Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bounded_context_language":{"post":{"tags":["text"],"summary":"Detect Bounded Context Language","description":"Detect bounded context language.","operationId":"detect_bounded_context_language_v1_text_detect_bounded_context_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC199BoundedContextReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bounded Context Language V1 Text Detect Bounded Context Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aggregate_language":{"post":{"tags":["text"],"summary":"Find Aggregate Language","description":"Find aggregate language.","operationId":"find_aggregate_language_v1_text_find_aggregate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC199AggregateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aggregate Language V1 Text Find Aggregate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_domain_event_language":{"post":{"tags":["text"],"summary":"Detect Domain Event Language","description":"Detect domain event language.","operationId":"detect_domain_event_language_v1_text_detect_domain_event_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC199DomainEventReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Domain Event Language V1 Text Detect Domain Event Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_security_operations_language":{"post":{"tags":["text"],"summary":"Find Security Operations Language","description":"Find security operations language.","operationId":"find_security_operations_language_v1_text_find_security_operations_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC200SecurityOperationsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Security Operations Language V1 Text Find Security Operations Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_siem_language":{"post":{"tags":["text"],"summary":"Detect Siem Language","description":"Detect siem language.","operationId":"detect_siem_language_v1_text_detect_siem_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC200SiemReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Siem Language V1 Text Detect Siem Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_threat_hunting_language":{"post":{"tags":["text"],"summary":"Find Threat Hunting Language","description":"Find threat hunting language.","operationId":"find_threat_hunting_language_v1_text_find_threat_hunting_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC200ThreatHuntingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Threat Hunting Language V1 Text Find Threat Hunting Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vulnerability_assessment_language":{"post":{"tags":["text"],"summary":"Detect Vulnerability Assessment Language","description":"Detect vulnerability assessment language.","operationId":"detect_vulnerability_assessment_language_v1_text_detect_vulnerability_assessment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC200VulnerabilityAssessmentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vulnerability Assessment Language V1 Text Detect Vulnerability Assessment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_circuit_breaker_language":{"post":{"tags":["text"],"summary":"Find Circuit Breaker Language","description":"Find circuit breaker language.","operationId":"find_circuit_breaker_language_v1_text_find_circuit_breaker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC201CircuitBreakerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Circuit Breaker Language V1 Text Find Circuit Breaker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_retry_strategy_language":{"post":{"tags":["text"],"summary":"Detect Retry Strategy Language","description":"Detect retry strategy language.","operationId":"detect_retry_strategy_language_v1_text_detect_retry_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC201RetryStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Retry Strategy Language V1 Text Detect Retry Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bulkhead_pattern_language":{"post":{"tags":["text"],"summary":"Find Bulkhead Pattern Language","description":"Find bulkhead pattern language.","operationId":"find_bulkhead_pattern_language_v1_text_find_bulkhead_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC201BulkheadReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bulkhead Pattern Language V1 Text Find Bulkhead Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_timeout_management_language":{"post":{"tags":["text"],"summary":"Detect Timeout Management Language","description":"Detect timeout management language.","operationId":"detect_timeout_management_language_v1_text_detect_timeout_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC201TimeoutManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Timeout Management Language V1 Text Detect Timeout Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubernetes_autoscaling_language":{"post":{"tags":["text"],"summary":"Find Kubernetes Autoscaling Language","description":"Find kubernetes autoscaling language.","operationId":"find_kubernetes_autoscaling_language_v1_text_find_kubernetes_autoscaling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC202KubernetesAutoscalingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubernetes Autoscaling Language V1 Text Find Kubernetes Autoscaling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hpa_language":{"post":{"tags":["text"],"summary":"Detect Hpa Language","description":"Detect hpa language.","operationId":"detect_hpa_language_v1_text_detect_hpa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC202HpaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hpa Language V1 Text Detect Hpa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vpa_language":{"post":{"tags":["text"],"summary":"Find Vpa Language","description":"Find vpa language.","operationId":"find_vpa_language_v1_text_find_vpa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC202VpaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vpa Language V1 Text Find Vpa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_keda_language":{"post":{"tags":["text"],"summary":"Detect Keda Language","description":"Detect keda language.","operationId":"detect_keda_language_v1_text_detect_keda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC202KedaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Keda Language V1 Text Detect Keda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_deployment_strategies_language":{"post":{"tags":["text"],"summary":"Find Deployment Strategies Language","description":"Find deployment strategies language.","operationId":"find_deployment_strategies_language_v1_text_find_deployment_strategies_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC203DeploymentStrategiesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Deployment Strategies Language V1 Text Find Deployment Strategies Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_blue_green_language":{"post":{"tags":["text"],"summary":"Detect Blue Green Language","description":"Detect blue green language.","operationId":"detect_blue_green_language_v1_text_detect_blue_green_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC203BlueGreenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Blue Green Language V1 Text Detect Blue Green Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_canary_release_language":{"post":{"tags":["text"],"summary":"Find Canary Release Language","description":"Find canary release language.","operationId":"find_canary_release_language_v1_text_find_canary_release_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC203CanaryReleaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Canary Release Language V1 Text Find Canary Release Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_feature_toggle_language":{"post":{"tags":["text"],"summary":"Detect Feature Toggle Language","description":"Detect feature toggle language.","operationId":"detect_feature_toggle_language_v1_text_detect_feature_toggle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC203FeatureToggleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Feature Toggle Language V1 Text Detect Feature Toggle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_opentelemetry_language":{"post":{"tags":["text"],"summary":"Find Opentelemetry Language","description":"Find opentelemetry language.","operationId":"find_opentelemetry_language_v1_text_find_opentelemetry_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC204OpentelemetryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Opentelemetry Language V1 Text Find Opentelemetry Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dead_letter_queue_language":{"post":{"tags":["text"],"summary":"Detect Dead Letter Queue Language","description":"Detect dead letter queue language.","operationId":"detect_dead_letter_queue_language_v1_text_detect_dead_letter_queue_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC204DeadLetterQueueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dead Letter Queue Language V1 Text Detect Dead Letter Queue Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_schema_registry_language":{"post":{"tags":["text"],"summary":"Find Schema Registry Language","description":"Find schema registry language.","operationId":"find_schema_registry_language_v1_text_find_schema_registry_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC204SchemaRegistryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Schema Registry Language V1 Text Find Schema Registry Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_async_api_language":{"post":{"tags":["text"],"summary":"Detect Async Api Language","description":"Detect async API language.","operationId":"detect_async_api_language_v1_text_detect_async_api_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC204AsyncApiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Async Api Language V1 Text Detect Async Api Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_saga_pattern_language":{"post":{"tags":["text"],"summary":"Find Saga Pattern Language","description":"Find saga pattern language.","operationId":"find_saga_pattern_language_v1_text_find_saga_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC205SagaPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Saga Pattern Language V1 Text Find Saga Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_outbox_pattern_language":{"post":{"tags":["text"],"summary":"Detect Outbox Pattern Language","description":"Detect outbox pattern language.","operationId":"detect_outbox_pattern_language_v1_text_detect_outbox_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC205OutboxPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Outbox Pattern Language V1 Text Detect Outbox Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_compensating_transaction_language":{"post":{"tags":["text"],"summary":"Find Compensating Transaction Language","description":"Find compensating transaction language.","operationId":"find_compensating_transaction_language_v1_text_find_compensating_transaction_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC205CompensatingTransactionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Compensating Transaction Language V1 Text Find Compensating Transaction Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_eventual_consistency_language":{"post":{"tags":["text"],"summary":"Detect Eventual Consistency Language","description":"Detect eventual consistency language.","operationId":"detect_eventual_consistency_language_v1_text_detect_eventual_consistency_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC205EventualConsistencyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Eventual Consistency Language V1 Text Detect Eventual Consistency Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_backend_for_frontend_language":{"post":{"tags":["text"],"summary":"Find Backend For Frontend Language","description":"Find backend for frontend language.","operationId":"find_backend_for_frontend_language_v1_text_find_backend_for_frontend_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC206BackendForFrontendReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Backend For Frontend Language V1 Text Find Backend For Frontend Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_api_composition_language":{"post":{"tags":["text"],"summary":"Detect Api Composition Language","description":"Detect API composition language.","operationId":"detect_api_composition_language_v1_text_detect_api_composition_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC206ApiCompositionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Api Composition Language V1 Text Detect Api Composition Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_graphql_federation_language":{"post":{"tags":["text"],"summary":"Find Graphql Federation Language","description":"Find graphql federation language.","operationId":"find_graphql_federation_language_v1_text_find_graphql_federation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC206GraphqlFederationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Graphql Federation Language V1 Text Find Graphql Federation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_api_mesh_language":{"post":{"tags":["text"],"summary":"Detect Api Mesh Language","description":"Detect API mesh language.","operationId":"detect_api_mesh_language_v1_text_detect_api_mesh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC206ApiMeshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Api Mesh Language V1 Text Detect Api Mesh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gitops_workflow_language":{"post":{"tags":["text"],"summary":"Find Gitops Workflow Language","description":"Find gitops workflow language.","operationId":"find_gitops_workflow_language_v1_text_find_gitops_workflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC207GitopsWorkflowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gitops Workflow Language V1 Text Find Gitops Workflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_argocd_language":{"post":{"tags":["text"],"summary":"Detect Argocd Language","description":"Detect argocd language.","operationId":"detect_argocd_language_v1_text_detect_argocd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC207ArgoCdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Argocd Language V1 Text Detect Argocd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flux_cd_language":{"post":{"tags":["text"],"summary":"Find Flux Cd Language","description":"Find flux cd language.","operationId":"find_flux_cd_language_v1_text_find_flux_cd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC207FluxCdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flux Cd Language V1 Text Find Flux Cd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_helm_chart_language":{"post":{"tags":["text"],"summary":"Detect Helm Chart Language","description":"Detect helm chart language.","operationId":"detect_helm_chart_language_v1_text_detect_helm_chart_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC207HelmChartReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Helm Chart Language V1 Text Detect Helm Chart Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openmetrics_language":{"post":{"tags":["text"],"summary":"Find Openmetrics Language","description":"Find openmetrics language.","operationId":"find_openmetrics_language_v1_text_find_openmetrics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC208OpenmetricsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openmetrics Language V1 Text Find Openmetrics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alert_manager_language":{"post":{"tags":["text"],"summary":"Detect Alert Manager Language","description":"Detect alert manager language.","operationId":"detect_alert_manager_language_v1_text_detect_alert_manager_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC208AlertManagerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alert Manager Language V1 Text Detect Alert Manager Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sli_dashboard_language":{"post":{"tags":["text"],"summary":"Find Sli Dashboard Language","description":"Find sli dashboard language.","operationId":"find_sli_dashboard_language_v1_text_find_sli_dashboard_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC208SliDashboardReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sli Dashboard Language V1 Text Find Sli Dashboard Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_observability_as_code_language":{"post":{"tags":["text"],"summary":"Detect Observability As Code Language","description":"Detect observability as code language.","operationId":"detect_observability_as_code_language_v1_text_detect_observability_as_code_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC208ObservabilityAsCodeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Observability As Code Language V1 Text Detect Observability As Code Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_accessibility_standards_language":{"post":{"tags":["text"],"summary":"Find Accessibility Standards Language","description":"Find accessibility standards language.","operationId":"find_accessibility_standards_language_v1_text_find_accessibility_standards_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC209AccessibilityStandardsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Accessibility Standards Language V1 Text Find Accessibility Standards Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wcag_language":{"post":{"tags":["text"],"summary":"Detect Wcag Language","description":"Detect wcag language.","operationId":"detect_wcag_language_v1_text_detect_wcag_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC209WcagReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wcag Language V1 Text Detect Wcag Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_screen_reader_language":{"post":{"tags":["text"],"summary":"Find Screen Reader Language","description":"Find screen reader language.","operationId":"find_screen_reader_language_v1_text_find_screen_reader_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC209ScreenReaderReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Screen Reader Language V1 Text Find Screen Reader Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_keyboard_navigation_language":{"post":{"tags":["text"],"summary":"Detect Keyboard Navigation Language","description":"Detect keyboard navigation language.","operationId":"detect_keyboard_navigation_language_v1_text_detect_keyboard_navigation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC209KeyboardNavigationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Keyboard Navigation Language V1 Text Detect Keyboard Navigation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_internationalisation_language":{"post":{"tags":["text"],"summary":"Find Internationalisation Language","description":"Find internationalisation language.","operationId":"find_internationalisation_language_v1_text_find_internationalisation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC210InternationalisationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Internationalisation Language V1 Text Find Internationalisation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_localisation_language":{"post":{"tags":["text"],"summary":"Detect Localisation Language","description":"Detect localisation language.","operationId":"detect_localisation_language_v1_text_detect_localisation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC210LocalisationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Localisation Language V1 Text Detect Localisation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rtl_support_language":{"post":{"tags":["text"],"summary":"Find Rtl Support Language","description":"Find rtl support language.","operationId":"find_rtl_support_language_v1_text_find_rtl_support_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC210RtlSupportReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rtl Support Language V1 Text Find Rtl Support Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pluralisation_language":{"post":{"tags":["text"],"summary":"Detect Pluralisation Language","description":"Detect pluralisation language.","operationId":"detect_pluralisation_language_v1_text_detect_pluralisation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC210PluralisationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pluralisation Language V1 Text Detect Pluralisation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_regulatory_reporting_language":{"post":{"tags":["text"],"summary":"Find Regulatory Reporting Language","description":"Find regulatory reporting language.","operationId":"find_regulatory_reporting_language_v1_text_find_regulatory_reporting_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC211RegulatoryReportingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Regulatory Reporting Language V1 Text Find Regulatory Reporting Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_audit_log_language":{"post":{"tags":["text"],"summary":"Detect Audit Log Language","description":"Detect audit log language.","operationId":"detect_audit_log_language_v1_text_detect_audit_log_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC211AuditLogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Audit Log Language V1 Text Detect Audit Log Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_compliance_evidence_language":{"post":{"tags":["text"],"summary":"Find Compliance Evidence Language","description":"Find compliance evidence language.","operationId":"find_compliance_evidence_language_v1_text_find_compliance_evidence_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC211ComplianceEvidenceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Compliance Evidence Language V1 Text Find Compliance Evidence Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_soc2_language":{"post":{"tags":["text"],"summary":"Detect Soc2 Language","description":"Detect soc2 language.","operationId":"detect_soc2_language_v1_text_detect_soc2_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC211Soc2Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Soc2 Language V1 Text Detect Soc2 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_service_mesh_language":{"post":{"tags":["text"],"summary":"Find Service Mesh Language","description":"Find service mesh language.","operationId":"find_service_mesh_language_v1_text_find_service_mesh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC212ServiceMeshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Service Mesh Language V1 Text Find Service Mesh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_istio_language":{"post":{"tags":["text"],"summary":"Detect Istio Language","description":"Detect istio language.","operationId":"detect_istio_language_v1_text_detect_istio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC212IstioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Istio Language V1 Text Detect Istio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_envoy_proxy_language":{"post":{"tags":["text"],"summary":"Find Envoy Proxy Language","description":"Find envoy proxy language.","operationId":"find_envoy_proxy_language_v1_text_find_envoy_proxy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC212EnvoyProxyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Envoy Proxy Language V1 Text Find Envoy Proxy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mtls_language":{"post":{"tags":["text"],"summary":"Detect Mtls Language","description":"Detect mtls language.","operationId":"detect_mtls_language_v1_text_detect_mtls_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC212MtlsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mtls Language V1 Text Detect Mtls Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cost_engineering_language":{"post":{"tags":["text"],"summary":"Find Cost Engineering Language","description":"Find cost engineering language.","operationId":"find_cost_engineering_language_v1_text_find_cost_engineering_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC213CostEngineeringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cost Engineering Language V1 Text Find Cost Engineering Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_finops_language":{"post":{"tags":["text"],"summary":"Detect Finops Language","description":"Detect finops language.","operationId":"detect_finops_language_v1_text_detect_finops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC213FinopsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Finops Language V1 Text Detect Finops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloud_cost_optimisation_language":{"post":{"tags":["text"],"summary":"Find Cloud Cost Optimisation Language","description":"Find cloud cost optimisation language.","operationId":"find_cloud_cost_optimisation_language_v1_text_find_cloud_cost_optimisation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC213CloudCostOptimisationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloud Cost Optimisation Language V1 Text Find Cloud Cost Optimisation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_chargeback_language":{"post":{"tags":["text"],"summary":"Detect Chargeback Language","description":"Detect chargeback language.","operationId":"detect_chargeback_language_v1_text_detect_chargeback_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC213ChargebackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Chargeback Language V1 Text Detect Chargeback Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chaos_engineering_language":{"post":{"tags":["text"],"summary":"Find Chaos Engineering Language","description":"Find chaos engineering language.","operationId":"find_chaos_engineering_language_v1_text_find_chaos_engineering_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC214ChaosEngineeringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chaos Engineering Language V1 Text Find Chaos Engineering Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_game_day_language":{"post":{"tags":["text"],"summary":"Find Game Day Language","description":"Find game day language.","operationId":"find_game_day_language_v1_text_find_game_day_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC214GameDayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Game Day Language V1 Text Find Game Day Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fault_injection_language":{"post":{"tags":["text"],"summary":"Detect Fault Injection Language","description":"Detect fault injection language.","operationId":"detect_fault_injection_language_v1_text_detect_fault_injection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC214FaultInjectionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fault Injection Language V1 Text Detect Fault Injection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_resilience_testing_language":{"post":{"tags":["text"],"summary":"Find Resilience Testing Language","description":"Find resilience testing language.","operationId":"find_resilience_testing_language_v1_text_find_resilience_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC214ResilienceTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Resilience Testing Language V1 Text Find Resilience Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_versioning_language":{"post":{"tags":["text"],"summary":"Find Api Versioning Language","description":"Find API versioning language.","operationId":"find_api_versioning_language_v1_text_find_api_versioning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC215ApiVersioningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Versioning Language V1 Text Find Api Versioning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_semantic_versioning_language":{"post":{"tags":["text"],"summary":"Detect Semantic Versioning Language","description":"Detect semantic versioning language.","operationId":"detect_semantic_versioning_language_v1_text_detect_semantic_versioning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC215SemanticVersioningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Semantic Versioning Language V1 Text Detect Semantic Versioning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_deprecation_language":{"post":{"tags":["text"],"summary":"Find Deprecation Language","description":"Find deprecation language.","operationId":"find_deprecation_language_v1_text_find_deprecation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC215DeprecationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Deprecation Language V1 Text Find Deprecation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_breaking_change_language":{"post":{"tags":["text"],"summary":"Detect Breaking Change Language","description":"Detect breaking change language.","operationId":"detect_breaking_change_language_v1_text_detect_breaking_change_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC215BreakingChangeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Breaking Change Language V1 Text Detect Breaking Change Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_encryption_language":{"post":{"tags":["text"],"summary":"Find Data Encryption Language","description":"Find data encryption language.","operationId":"find_data_encryption_language_v1_text_find_data_encryption_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC216DataEncryptionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Encryption Language V1 Text Find Data Encryption Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_key_management_language":{"post":{"tags":["text"],"summary":"Detect Key Management Language","description":"Detect key management language.","operationId":"detect_key_management_language_v1_text_detect_key_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC216KeyManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Key Management Language V1 Text Detect Key Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_secrets_management_language":{"post":{"tags":["text"],"summary":"Detect Secrets Management Language","description":"Detect secrets management language.","operationId":"detect_secrets_management_language_v1_text_detect_secrets_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC216SecretsManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Secrets Management Language V1 Text Detect Secrets Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_certificate_management_language":{"post":{"tags":["text"],"summary":"Find Certificate Management Language","description":"Find certificate management language.","operationId":"find_certificate_management_language_v1_text_find_certificate_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC216CertificateManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Certificate Management Language V1 Text Find Certificate Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_container_security_language":{"post":{"tags":["text"],"summary":"Find Container Security Language","description":"Find container security language.","operationId":"find_container_security_language_v1_text_find_container_security_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC217ContainerSecurityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Container Security Language V1 Text Find Container Security Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_image_scanning_language":{"post":{"tags":["text"],"summary":"Detect Image Scanning Language","description":"Detect image scanning language.","operationId":"detect_image_scanning_language_v1_text_detect_image_scanning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC217ImageScanningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Image Scanning Language V1 Text Detect Image Scanning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_runtime_security_language":{"post":{"tags":["text"],"summary":"Find Runtime Security Language","description":"Find runtime security language.","operationId":"find_runtime_security_language_v1_text_find_runtime_security_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC217RuntimeSecurityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Runtime Security Language V1 Text Find Runtime Security Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pod_security_language":{"post":{"tags":["text"],"summary":"Detect Pod Security Language","description":"Detect pod security language.","operationId":"detect_pod_security_language_v1_text_detect_pod_security_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC217PodSecurityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pod Security Language V1 Text Detect Pod Security Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_distributed_tracing_language":{"post":{"tags":["text"],"summary":"Find Distributed Tracing Language","description":"Find distributed tracing language.","operationId":"find_distributed_tracing_language_v1_text_find_distributed_tracing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC218DistributedTracingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Distributed Tracing Language V1 Text Find Distributed Tracing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jaeger_language":{"post":{"tags":["text"],"summary":"Detect Jaeger Language","description":"Detect jaeger language.","operationId":"detect_jaeger_language_v1_text_detect_jaeger_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC218JaegerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jaeger Language V1 Text Detect Jaeger Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zipkin_language":{"post":{"tags":["text"],"summary":"Find Zipkin Language","description":"Find zipkin language.","operationId":"find_zipkin_language_v1_text_find_zipkin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC218ZipkinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zipkin Language V1 Text Find Zipkin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_trace_propagation_language":{"post":{"tags":["text"],"summary":"Detect Trace Propagation Language","description":"Detect trace propagation language.","operationId":"detect_trace_propagation_language_v1_text_detect_trace_propagation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC218TracePropagationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Trace Propagation Language V1 Text Detect Trace Propagation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_event_sourcing_language":{"post":{"tags":["text"],"summary":"Find Event Sourcing Language","description":"Find event sourcing language.","operationId":"find_event_sourcing_language_v1_text_find_event_sourcing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC219EventSourcingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Event Sourcing Language V1 Text Find Event Sourcing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cqrs_language":{"post":{"tags":["text"],"summary":"Detect Cqrs Language","description":"Detect cqrs language.","operationId":"detect_cqrs_language_v1_text_detect_cqrs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC219CqrsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cqrs Language V1 Text Detect Cqrs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_event_store_language":{"post":{"tags":["text"],"summary":"Find Event Store Language","description":"Find event store language.","operationId":"find_event_store_language_v1_text_find_event_store_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC219EventStoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Event Store Language V1 Text Find Event Store Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_projection_language":{"post":{"tags":["text"],"summary":"Detect Projection Language","description":"Detect projection language.","operationId":"detect_projection_language_v1_text_detect_projection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC219ProjectionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Projection Language V1 Text Detect Projection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_database_migration_language":{"post":{"tags":["text"],"summary":"Find Database Migration Language","description":"Find database migration language.","operationId":"find_database_migration_language_v1_text_find_database_migration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC220DatabaseMigrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Database Migration Language V1 Text Find Database Migration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_schema_migration_language":{"post":{"tags":["text"],"summary":"Detect Schema Migration Language","description":"Detect schema migration language.","operationId":"detect_schema_migration_language_v1_text_detect_schema_migration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC220SchemaMigrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Schema Migration Language V1 Text Detect Schema Migration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zero_downtime_migration_language":{"post":{"tags":["text"],"summary":"Find Zero Downtime Migration Language","description":"Find zero downtime migration language.","operationId":"find_zero_downtime_migration_language_v1_text_find_zero_downtime_migration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC220ZeroDowntimeMigrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zero Downtime Migration Language V1 Text Find Zero Downtime Migration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flyway_language":{"post":{"tags":["text"],"summary":"Detect Flyway Language","description":"Detect flyway language.","operationId":"detect_flyway_language_v1_text_detect_flyway_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC220FlywayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flyway Language V1 Text Detect Flyway Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_websocket_language":{"post":{"tags":["text"],"summary":"Find Websocket Language","description":"Find websocket language.","operationId":"find_websocket_language_v1_text_find_websocket_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC221WebsocketReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Websocket Language V1 Text Find Websocket Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_server_sent_events_language":{"post":{"tags":["text"],"summary":"Detect Server Sent Events Language","description":"Detect server sent events language.","operationId":"detect_server_sent_events_language_v1_text_detect_server_sent_events_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC221ServerSentEventsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Server Sent Events Language V1 Text Detect Server Sent Events Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_long_polling_language":{"post":{"tags":["text"],"summary":"Find Long Polling Language","description":"Find long polling language.","operationId":"find_long_polling_language_v1_text_find_long_polling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC221LongPollingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Long Polling Language V1 Text Find Long Polling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_realtime_push_language":{"post":{"tags":["text"],"summary":"Detect Realtime Push Language","description":"Detect realtime push language.","operationId":"detect_realtime_push_language_v1_text_detect_realtime_push_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC221RealtimePushReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Realtime Push Language V1 Text Detect Realtime Push Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_progressive_web_app_language":{"post":{"tags":["text"],"summary":"Find Progressive Web App Language","description":"Find progressive web app language.","operationId":"find_progressive_web_app_language_v1_text_find_progressive_web_app_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC222ProgressiveWebAppReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Progressive Web App Language V1 Text Find Progressive Web App Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_service_worker_language":{"post":{"tags":["text"],"summary":"Detect Service Worker Language","description":"Detect service worker language.","operationId":"detect_service_worker_language_v1_text_detect_service_worker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC222ServiceWorkerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Service Worker Language V1 Text Detect Service Worker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_web_push_language":{"post":{"tags":["text"],"summary":"Find Web Push Language","description":"Find web push language.","operationId":"find_web_push_language_v1_text_find_web_push_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC222WebPushReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Web Push Language V1 Text Find Web Push Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_offline_first_language":{"post":{"tags":["text"],"summary":"Detect Offline First Language","description":"Detect offline first language.","operationId":"detect_offline_first_language_v1_text_detect_offline_first_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC222OfflineFirstReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Offline First Language V1 Text Detect Offline First Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_structured_logging_language":{"post":{"tags":["text"],"summary":"Find Structured Logging Language","description":"Find structured logging language.","operationId":"find_structured_logging_language_v1_text_find_structured_logging_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC223StructuredLoggingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Structured Logging Language V1 Text Find Structured Logging Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_log_aggregation_language":{"post":{"tags":["text"],"summary":"Detect Log Aggregation Language","description":"Detect log aggregation language.","operationId":"detect_log_aggregation_language_v1_text_detect_log_aggregation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC223LogAggregationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Log Aggregation Language V1 Text Detect Log Aggregation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_elk_stack_language":{"post":{"tags":["text"],"summary":"Find Elk Stack Language","description":"Find elk stack language.","operationId":"find_elk_stack_language_v1_text_find_elk_stack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC223ElkStackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Elk Stack Language V1 Text Find Elk Stack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_log_shipping_language":{"post":{"tags":["text"],"summary":"Detect Log Shipping Language","description":"Detect log shipping language.","operationId":"detect_log_shipping_language_v1_text_detect_log_shipping_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC223LogShippingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Log Shipping Language V1 Text Detect Log Shipping Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_masking_language":{"post":{"tags":["text"],"summary":"Find Data Masking Language","description":"Find data masking language.","operationId":"find_data_masking_language_v1_text_find_data_masking_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC224DataMaskingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Masking Language V1 Text Find Data Masking Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_classification_language":{"post":{"tags":["text"],"summary":"Detect Data Classification Language","description":"Detect data classification language.","operationId":"detect_data_classification_language_v1_text_detect_data_classification_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC224DataClassificationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Classification Language V1 Text Detect Data Classification Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sensitive_data_language":{"post":{"tags":["text"],"summary":"Find Sensitive Data Language","description":"Find sensitive data language.","operationId":"find_sensitive_data_language_v1_text_find_sensitive_data_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC224SensitiveDataReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sensitive Data Language V1 Text Find Sensitive Data Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pii_handling_language":{"post":{"tags":["text"],"summary":"Detect Pii Handling Language","description":"Detect PII handling language.","operationId":"detect_pii_handling_language_v1_text_detect_pii_handling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC224PiiHandlingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pii Handling Language V1 Text Detect Pii Handling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_smoke_testing_language":{"post":{"tags":["text"],"summary":"Find Smoke Testing Language","description":"Find smoke testing language.","operationId":"find_smoke_testing_language_v1_text_find_smoke_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC225SmokTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Smoke Testing Language V1 Text Find Smoke Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_acceptance_testing_language":{"post":{"tags":["text"],"summary":"Detect Acceptance Testing Language","description":"Detect acceptance testing language.","operationId":"detect_acceptance_testing_language_v1_text_detect_acceptance_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC225AcceptanceTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Acceptance Testing Language V1 Text Detect Acceptance Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_test_environment_language":{"post":{"tags":["text"],"summary":"Find Test Environment Language","description":"Find test environment language.","operationId":"find_test_environment_language_v1_text_find_test_environment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC225TestEnvironmentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Test Environment Language V1 Text Find Test Environment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_test_data_management_language":{"post":{"tags":["text"],"summary":"Detect Test Data Management Language","description":"Detect test data management language.","operationId":"detect_test_data_management_language_v1_text_detect_test_data_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC225TestDataManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Test Data Management Language V1 Text Detect Test Data Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_infrastructure_provisioning_language":{"post":{"tags":["text"],"summary":"Find Infrastructure Provisioning Language","description":"Find infrastructure provisioning language.","operationId":"find_infrastructure_provisioning_language_v1_text_find_infrastructure_provisioning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC226InfrastructureProvisioningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Infrastructure Provisioning Language V1 Text Find Infrastructure Provisioning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_terraform_language":{"post":{"tags":["text"],"summary":"Detect Terraform Language","description":"Detect terraform language.","operationId":"detect_terraform_language_v1_text_detect_terraform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC226TerraformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Terraform Language V1 Text Detect Terraform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pulumi_language":{"post":{"tags":["text"],"summary":"Find Pulumi Language","description":"Find pulumi language.","operationId":"find_pulumi_language_v1_text_find_pulumi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC226PulumiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pulumi Language V1 Text Find Pulumi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudformation_language":{"post":{"tags":["text"],"summary":"Detect Cloudformation Language","description":"Detect cloudformation language.","operationId":"detect_cloudformation_language_v1_text_detect_cloudformation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC226CloudFormationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudformation Language V1 Text Detect Cloudformation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_waf_language":{"post":{"tags":["text"],"summary":"Find Waf Language","description":"Find waf language.","operationId":"find_waf_language_v1_text_find_waf_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC227WafReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Waf Language V1 Text Find Waf Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ddos_protection_language":{"post":{"tags":["text"],"summary":"Detect Ddos Protection Language","description":"Detect ddos protection language.","operationId":"detect_ddos_protection_language_v1_text_detect_ddos_protection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC227DdosProtectionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ddos Protection Language V1 Text Detect Ddos Protection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_network_policy_language":{"post":{"tags":["text"],"summary":"Find Network Policy Language","description":"Find network policy language.","operationId":"find_network_policy_language_v1_text_find_network_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC227NetworkPolicyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Network Policy Language V1 Text Find Network Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ingress_security_language":{"post":{"tags":["text"],"summary":"Detect Ingress Security Language","description":"Detect ingress security language.","operationId":"detect_ingress_security_language_v1_text_detect_ingress_security_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC227IngressSecurityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ingress Security Language V1 Text Detect Ingress Security Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_backup_recovery_language":{"post":{"tags":["text"],"summary":"Find Backup Recovery Language","description":"Find backup recovery language.","operationId":"find_backup_recovery_language_v1_text_find_backup_recovery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC228BackupRecoveryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Backup Recovery Language V1 Text Find Backup Recovery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rto_rpo_language":{"post":{"tags":["text"],"summary":"Detect Rto Rpo Language","description":"Detect rto rpo language.","operationId":"detect_rto_rpo_language_v1_text_detect_rto_rpo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC228RtoRpoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rto Rpo Language V1 Text Detect Rto Rpo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_disaster_recovery_language":{"post":{"tags":["text"],"summary":"Find Disaster Recovery Language","description":"Find disaster recovery language.","operationId":"find_disaster_recovery_language_v1_text_find_disaster_recovery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC228DisasterRecoveryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Disaster Recovery Language V1 Text Find Disaster Recovery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_business_continuity_language":{"post":{"tags":["text"],"summary":"Detect Business Continuity Language","description":"Detect business continuity language.","operationId":"detect_business_continuity_language_v1_text_detect_business_continuity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC228BusinessContinuityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Business Continuity Language V1 Text Detect Business Continuity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_branching_strategy_language":{"post":{"tags":["text"],"summary":"Find Branching Strategy Language","description":"Find branching strategy language.","operationId":"find_branching_strategy_language_v1_text_find_branching_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC229BranchingStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Branching Strategy Language V1 Text Find Branching Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_trunk_based_development_language":{"post":{"tags":["text"],"summary":"Detect Trunk Based Development Language","description":"Detect trunk based development language.","operationId":"detect_trunk_based_development_language_v1_text_detect_trunk_based_development_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC229TrunkBasedReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Trunk Based Development Language V1 Text Detect Trunk Based Development Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_feature_branch_language":{"post":{"tags":["text"],"summary":"Find Feature Branch Language","description":"Find feature branch language.","operationId":"find_feature_branch_language_v1_text_find_feature_branch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC229FeatureBranchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Feature Branch Language V1 Text Find Feature Branch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_merge_strategy_language":{"post":{"tags":["text"],"summary":"Detect Merge Strategy Language","description":"Detect merge strategy language.","operationId":"detect_merge_strategy_language_v1_text_detect_merge_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC229MergeStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Merge Strategy Language V1 Text Detect Merge Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_mocking_language":{"post":{"tags":["text"],"summary":"Find Api Mocking Language","description":"Find API mocking language.","operationId":"find_api_mocking_language_v1_text_find_api_mocking_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC230ApiMockingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Mocking Language V1 Text Find Api Mocking Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_service_virtualisation_language":{"post":{"tags":["text"],"summary":"Detect Service Virtualisation Language","description":"Detect service virtualisation language.","operationId":"detect_service_virtualisation_language_v1_text_detect_service_virtualisation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC230ServiceVirtualisationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Service Virtualisation Language V1 Text Detect Service Virtualisation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_test_doubles_language":{"post":{"tags":["text"],"summary":"Find Test Doubles Language","description":"Find test doubles language.","operationId":"find_test_doubles_language_v1_text_find_test_doubles_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC230TestDoublesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Test Doubles Language V1 Text Find Test Doubles Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_stub_service_language":{"post":{"tags":["text"],"summary":"Detect Stub Service Language","description":"Detect stub service language.","operationId":"detect_stub_service_language_v1_text_detect_stub_service_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC230StubServiceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Stub Service Language V1 Text Detect Stub Service Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_technical_specification_language":{"post":{"tags":["text"],"summary":"Find Technical Specification Language","description":"Find technical specification language.","operationId":"find_technical_specification_language_v1_text_find_technical_specification_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC231TechnicalSpecificationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Technical Specification Language V1 Text Find Technical Specification Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rfc_language":{"post":{"tags":["text"],"summary":"Detect Rfc Language","description":"Detect rfc language.","operationId":"detect_rfc_language_v1_text_detect_rfc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC231RfcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rfc Language V1 Text Detect Rfc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_adr_language":{"post":{"tags":["text"],"summary":"Find Adr Language","description":"Find adr language.","operationId":"find_adr_language_v1_text_find_adr_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC231AdrReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Adr Language V1 Text Find Adr Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_design_document_language":{"post":{"tags":["text"],"summary":"Detect Design Document Language","description":"Detect design document language.","operationId":"detect_design_document_language_v1_text_detect_design_document_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC231DesignDocumentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Design Document Language V1 Text Detect Design Document Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_golden_signals_language":{"post":{"tags":["text"],"summary":"Find Golden Signals Language","description":"Find golden signals language.","operationId":"find_golden_signals_language_v1_text_find_golden_signals_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC232GoldenSignalsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Golden Signals Language V1 Text Find Golden Signals Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_use_method_language":{"post":{"tags":["text"],"summary":"Detect Use Method Language","description":"Detect use method language.","operationId":"detect_use_method_language_v1_text_detect_use_method_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC232UseMethodReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Use Method Language V1 Text Detect Use Method Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_red_method_language":{"post":{"tags":["text"],"summary":"Find Red Method Language","description":"Find red method language.","operationId":"find_red_method_language_v1_text_find_red_method_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC232RedMethodReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Red Method Language V1 Text Find Red Method Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sre_metrics_language":{"post":{"tags":["text"],"summary":"Detect Sre Metrics Language","description":"Detect sre metrics language.","operationId":"detect_sre_metrics_language_v1_text_detect_sre_metrics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC232SreMetricsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sre Metrics Language V1 Text Detect Sre Metrics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pair_programming_language":{"post":{"tags":["text"],"summary":"Find Pair Programming Language","description":"Find pair programming language.","operationId":"find_pair_programming_language_v1_text_find_pair_programming_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC233PairProgrammingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pair Programming Language V1 Text Find Pair Programming Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mob_programming_language":{"post":{"tags":["text"],"summary":"Detect Mob Programming Language","description":"Detect mob programming language.","operationId":"detect_mob_programming_language_v1_text_detect_mob_programming_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC233MobProgrammingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mob Programming Language V1 Text Detect Mob Programming Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_code_walkthrough_language":{"post":{"tags":["text"],"summary":"Find Code Walkthrough Language","description":"Find code walkthrough language.","operationId":"find_code_walkthrough_language_v1_text_find_code_walkthrough_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC233CodeWalkthroughReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Code Walkthrough Language V1 Text Find Code Walkthrough Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pull_request_language":{"post":{"tags":["text"],"summary":"Detect Pull Request Language","description":"Detect pull request language.","operationId":"detect_pull_request_language_v1_text_detect_pull_request_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC233PullRequestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pull Request Language V1 Text Detect Pull Request Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_retention_language":{"post":{"tags":["text"],"summary":"Find Data Retention Language","description":"Find data retention language.","operationId":"find_data_retention_language_v1_text_find_data_retention_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC234DataRetentionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Retention Language V1 Text Find Data Retention Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_deletion_language":{"post":{"tags":["text"],"summary":"Detect Data Deletion Language","description":"Detect data deletion language.","operationId":"detect_data_deletion_language_v1_text_detect_data_deletion_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC234DataDeletionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Deletion Language V1 Text Detect Data Deletion Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_backup_policy_language":{"post":{"tags":["text"],"summary":"Find Data Backup Policy Language","description":"Find data backup policy language.","operationId":"find_data_backup_policy_language_v1_text_find_data_backup_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC234DataBackupPolicyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Backup Policy Language V1 Text Find Data Backup Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_recovery_language":{"post":{"tags":["text"],"summary":"Detect Data Recovery Language","description":"Detect data recovery language.","operationId":"detect_data_recovery_language_v1_text_detect_data_recovery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC234DataRecoveryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Recovery Language V1 Text Detect Data Recovery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_performance_budget_language":{"post":{"tags":["text"],"summary":"Find Performance Budget Language","description":"Find performance budget language.","operationId":"find_performance_budget_language_v1_text_find_performance_budget_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC235PerformanceBudgetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Performance Budget Language V1 Text Find Performance Budget Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_web_vitals_language":{"post":{"tags":["text"],"summary":"Detect Web Vitals Language","description":"Detect web vitals language.","operationId":"detect_web_vitals_language_v1_text_detect_web_vitals_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC235WebVitalsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Web Vitals Language V1 Text Detect Web Vitals Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_core_web_vitals_language":{"post":{"tags":["text"],"summary":"Find Core Web Vitals Language","description":"Find core web vitals language.","operationId":"find_core_web_vitals_language_v1_text_find_core_web_vitals_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC235CoreWebVitalsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Core Web Vitals Language V1 Text Find Core Web Vitals Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lighthouse_language":{"post":{"tags":["text"],"summary":"Detect Lighthouse Language","description":"Detect lighthouse language.","operationId":"detect_lighthouse_language_v1_text_detect_lighthouse_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC235LighthouseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lighthouse Language V1 Text Detect Lighthouse Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cold_start_language":{"post":{"tags":["text"],"summary":"Find Cold Start Language","description":"Find cold start language.","operationId":"find_cold_start_language_v1_text_find_cold_start_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC236ColdStartReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cold Start Language V1 Text Find Cold Start Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lambda_function_language":{"post":{"tags":["text"],"summary":"Detect Lambda Function Language","description":"Detect lambda function language.","operationId":"detect_lambda_function_language_v1_text_detect_lambda_function_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC236LambdaFunctionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lambda Function Language V1 Text Detect Lambda Function Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_serverless_pattern_language":{"post":{"tags":["text"],"summary":"Find Serverless Pattern Language","description":"Find serverless pattern language.","operationId":"find_serverless_pattern_language_v1_text_find_serverless_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC236ServerlessPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Serverless Pattern Language V1 Text Find Serverless Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_function_composition_language":{"post":{"tags":["text"],"summary":"Detect Function Composition Language","description":"Detect function composition language.","operationId":"detect_function_composition_language_v1_text_detect_function_composition_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC236FunctionCompositionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Function Composition Language V1 Text Detect Function Composition Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_throttling_language":{"post":{"tags":["text"],"summary":"Find Throttling Language","description":"Find throttling language.","operationId":"find_throttling_language_v1_text_find_throttling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC237ThrottlingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Throttling Language V1 Text Find Throttling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_quota_management_language":{"post":{"tags":["text"],"summary":"Detect Quota Management Language","description":"Detect quota management language.","operationId":"detect_quota_management_language_v1_text_detect_quota_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC237QuotaManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Quota Management Language V1 Text Detect Quota Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_backpressure_language":{"post":{"tags":["text"],"summary":"Find Backpressure Language","description":"Find backpressure language.","operationId":"find_backpressure_language_v1_text_find_backpressure_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC237BackpressureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Backpressure Language V1 Text Find Backpressure Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_concurrency_control_language":{"post":{"tags":["text"],"summary":"Detect Concurrency Control Language","description":"Detect concurrency control language.","operationId":"detect_concurrency_control_language_v1_text_detect_concurrency_control_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC237ConcurrencyControlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Concurrency Control Language V1 Text Detect Concurrency Control Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_database_partitioning_language":{"post":{"tags":["text"],"summary":"Find Database Partitioning Language","description":"Find database partitioning language.","operationId":"find_database_partitioning_language_v1_text_find_database_partitioning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC238DatabasePartitioningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Database Partitioning Language V1 Text Find Database Partitioning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_table_partitioning_language":{"post":{"tags":["text"],"summary":"Detect Table Partitioning Language","description":"Detect table partitioning language.","operationId":"detect_table_partitioning_language_v1_text_detect_table_partitioning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC238TablePartitioningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Table Partitioning Language V1 Text Detect Table Partitioning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_index_strategy_language":{"post":{"tags":["text"],"summary":"Find Index Strategy Language","description":"Find index strategy language.","operationId":"find_index_strategy_language_v1_text_find_index_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC238IndexStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Index Strategy Language V1 Text Find Index Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_query_cache_language":{"post":{"tags":["text"],"summary":"Detect Query Cache Language","description":"Detect query cache language.","operationId":"detect_query_cache_language_v1_text_detect_query_cache_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC238QueryCacheReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Query Cache Language V1 Text Detect Query Cache Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_okr_language":{"post":{"tags":["text"],"summary":"Find Okr Language","description":"Find okr language.","operationId":"find_okr_language_v1_text_find_okr_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC239OkrReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Okr Language V1 Text Find Okr Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_product_vision_language":{"post":{"tags":["text"],"summary":"Detect Product Vision Language","description":"Detect product vision language.","operationId":"detect_product_vision_language_v1_text_detect_product_vision_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC239ProductVisionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Product Vision Language V1 Text Detect Product Vision Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_strategic_initiative_language":{"post":{"tags":["text"],"summary":"Find Strategic Initiative Language","description":"Find strategic initiative language.","operationId":"find_strategic_initiative_language_v1_text_find_strategic_initiative_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC239StrategicInitiativeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Strategic Initiative Language V1 Text Find Strategic Initiative Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_quarterly_planning_language":{"post":{"tags":["text"],"summary":"Detect Quarterly Planning Language","description":"Detect quarterly planning language.","operationId":"detect_quarterly_planning_language_v1_text_detect_quarterly_planning_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC239QuarterlyPlanningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Quarterly Planning Language V1 Text Detect Quarterly Planning Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_graphql_subscription_language":{"post":{"tags":["text"],"summary":"Find Graphql Subscription Language","description":"Find graphql subscription language.","operationId":"find_graphql_subscription_language_v1_text_find_graphql_subscription_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC240GraphqlSubscriptionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Graphql Subscription Language V1 Text Find Graphql Subscription Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_graphql_mutation_language":{"post":{"tags":["text"],"summary":"Detect Graphql Mutation Language","description":"Detect graphql mutation language.","operationId":"detect_graphql_mutation_language_v1_text_detect_graphql_mutation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC240GraphqlMutationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Graphql Mutation Language V1 Text Detect Graphql Mutation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_graphql_resolver_language":{"post":{"tags":["text"],"summary":"Find Graphql Resolver Language","description":"Find graphql resolver language.","operationId":"find_graphql_resolver_language_v1_text_find_graphql_resolver_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC240GraphqlResolverReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Graphql Resolver Language V1 Text Find Graphql Resolver Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_graphql_schema_language":{"post":{"tags":["text"],"summary":"Detect Graphql Schema Language","description":"Detect graphql schema language.","operationId":"detect_graphql_schema_language_v1_text_detect_graphql_schema_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC240GraphqlSchemaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Graphql Schema Language V1 Text Detect Graphql Schema Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_domain_model_language":{"post":{"tags":["text"],"summary":"Find Domain Model Language","description":"Find domain model language.","operationId":"find_domain_model_language_v1_text_find_domain_model_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC241DomainModelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Domain Model Language V1 Text Find Domain Model Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_aggregate_root_language":{"post":{"tags":["text"],"summary":"Detect Aggregate Root Language","description":"Detect aggregate root language.","operationId":"detect_aggregate_root_language_v1_text_detect_aggregate_root_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC241AggregateRootReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Aggregate Root Language V1 Text Detect Aggregate Root Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_value_object_language":{"post":{"tags":["text"],"summary":"Find Value Object Language","description":"Find value object language.","operationId":"find_value_object_language_v1_text_find_value_object_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC241ValueObjectReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Value Object Language V1 Text Find Value Object Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_domain_service_language":{"post":{"tags":["text"],"summary":"Detect Domain Service Language","description":"Detect domain service language.","operationId":"detect_domain_service_language_v1_text_detect_domain_service_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC241DomainServiceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Domain Service Language V1 Text Detect Domain Service Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_deployment_gate_language":{"post":{"tags":["text"],"summary":"Find Deployment Gate Language","description":"Find deployment gate language.","operationId":"find_deployment_gate_language_v1_text_find_deployment_gate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC242DeploymentGateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Deployment Gate Language V1 Text Find Deployment Gate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_progressive_delivery_language":{"post":{"tags":["text"],"summary":"Detect Progressive Delivery Language","description":"Detect progressive delivery language.","operationId":"detect_progressive_delivery_language_v1_text_detect_progressive_delivery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC242ProgressiveDeliveryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Progressive Delivery Language V1 Text Detect Progressive Delivery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_release_train_language":{"post":{"tags":["text"],"summary":"Find Release Train Language","description":"Find release train language.","operationId":"find_release_train_language_v1_text_find_release_train_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC242ReleaseTrainReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Release Train Language V1 Text Find Release Train Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_release_coordination_language":{"post":{"tags":["text"],"summary":"Detect Release Coordination Language","description":"Detect release coordination language.","operationId":"detect_release_coordination_language_v1_text_detect_release_coordination_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC242ReleaseCoordinationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Release Coordination Language V1 Text Detect Release Coordination Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openapi_specification_language":{"post":{"tags":["text"],"summary":"Find Openapi Specification Language","description":"Find openapi specification language.","operationId":"find_openapi_specification_language_v1_text_find_openapi_specification_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC243OpenApiSpecificationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openapi Specification Language V1 Text Find Openapi Specification Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_swagger_ui_language":{"post":{"tags":["text"],"summary":"Detect Swagger Ui Language","description":"Detect swagger ui language.","operationId":"detect_swagger_ui_language_v1_text_detect_swagger_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC243SwaggerUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Swagger Ui Language V1 Text Detect Swagger Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_changelog_language":{"post":{"tags":["text"],"summary":"Find Api Changelog Language","description":"Find API changelog language.","operationId":"find_api_changelog_language_v1_text_find_api_changelog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC243ApiChangelogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Changelog Language V1 Text Find Api Changelog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_api_lifecycle_language":{"post":{"tags":["text"],"summary":"Detect Api Lifecycle Language","description":"Detect API lifecycle language.","operationId":"detect_api_lifecycle_language_v1_text_detect_api_lifecycle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC243ApiLifecycleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Api Lifecycle Language V1 Text Detect Api Lifecycle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_strangler_fig_language":{"post":{"tags":["text"],"summary":"Find Strangler Fig Language","description":"Find strangler fig language.","operationId":"find_strangler_fig_language_v1_text_find_strangler_fig_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC244StranglerFigReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Strangler Fig Language V1 Text Find Strangler Fig Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hexagonal_architecture_language":{"post":{"tags":["text"],"summary":"Detect Hexagonal Architecture Language","description":"Detect hexagonal architecture language.","operationId":"detect_hexagonal_architecture_language_v1_text_detect_hexagonal_architecture_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC244HexagonalArchitectureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hexagonal Architecture Language V1 Text Detect Hexagonal Architecture Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ports_and_adapters_language":{"post":{"tags":["text"],"summary":"Find Ports And Adapters Language","description":"Find ports and adapters language.","operationId":"find_ports_and_adapters_language_v1_text_find_ports_and_adapters_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC244PortsAndAdaptersReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ports And Adapters Language V1 Text Find Ports And Adapters Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vertical_slice_language":{"post":{"tags":["text"],"summary":"Detect Vertical Slice Language","description":"Detect vertical slice language.","operationId":"detect_vertical_slice_language_v1_text_detect_vertical_slice_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC244VerticalSliceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vertical Slice Language V1 Text Detect Vertical Slice Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_command_pattern_language":{"post":{"tags":["text"],"summary":"Find Command Pattern Language","description":"Find command pattern language.","operationId":"find_command_pattern_language_v1_text_find_command_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC245CommandPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Command Pattern Language V1 Text Find Command Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mediator_pattern_language":{"post":{"tags":["text"],"summary":"Detect Mediator Pattern Language","description":"Detect mediator pattern language.","operationId":"detect_mediator_pattern_language_v1_text_detect_mediator_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC245MediatorPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mediator Pattern Language V1 Text Detect Mediator Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_specification_pattern_language":{"post":{"tags":["text"],"summary":"Find Specification Pattern Language","description":"Find specification pattern language.","operationId":"find_specification_pattern_language_v1_text_find_specification_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC245SpecificationPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Specification Pattern Language V1 Text Find Specification Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_observer_pattern_language":{"post":{"tags":["text"],"summary":"Detect Observer Pattern Language","description":"Detect observer pattern language.","operationId":"detect_observer_pattern_language_v1_text_detect_observer_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC245ObserverPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Observer Pattern Language V1 Text Detect Observer Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_repository_pattern_language":{"post":{"tags":["text"],"summary":"Find Repository Pattern Language","description":"Find repository pattern language.","operationId":"find_repository_pattern_language_v1_text_find_repository_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC246RepositoryPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Repository Pattern Language V1 Text Find Repository Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_unit_of_work_language":{"post":{"tags":["text"],"summary":"Detect Unit Of Work Language","description":"Detect unit of work language.","operationId":"detect_unit_of_work_language_v1_text_detect_unit_of_work_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC246UnitOfWorkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Unit Of Work Language V1 Text Detect Unit Of Work Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_factory_pattern_language":{"post":{"tags":["text"],"summary":"Find Factory Pattern Language","description":"Find factory pattern language.","operationId":"find_factory_pattern_language_v1_text_find_factory_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC246FactoryPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Factory Pattern Language V1 Text Find Factory Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_builder_pattern_language":{"post":{"tags":["text"],"summary":"Detect Builder Pattern Language","description":"Detect builder pattern language.","operationId":"detect_builder_pattern_language_v1_text_detect_builder_pattern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC246BuilderPatternReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Builder Pattern Language V1 Text Detect Builder Pattern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_integration_event_language":{"post":{"tags":["text"],"summary":"Find Integration Event Language","description":"Find integration event language.","operationId":"find_integration_event_language_v1_text_find_integration_event_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC247IntegrationEventReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Integration Event Language V1 Text Find Integration Event Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_event_notification_language":{"post":{"tags":["text"],"summary":"Detect Event Notification Language","description":"Detect event notification language.","operationId":"detect_event_notification_language_v1_text_detect_event_notification_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC247EventNotificationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Event Notification Language V1 Text Detect Event Notification Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_event_choreography_language":{"post":{"tags":["text"],"summary":"Find Event Choreography Language","description":"Find event choreography language.","operationId":"find_event_choreography_language_v1_text_find_event_choreography_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC247EventChoreographyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Event Choreography Language V1 Text Find Event Choreography Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_event_orchestration_language":{"post":{"tags":["text"],"summary":"Detect Event Orchestration Language","description":"Detect event orchestration language.","operationId":"detect_event_orchestration_language_v1_text_detect_event_orchestration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC247EventOrchestrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Event Orchestration Language V1 Text Detect Event Orchestration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_code_review_metrics_language":{"post":{"tags":["text"],"summary":"Find Code Review Metrics Language","description":"Find code review metrics language.","operationId":"find_code_review_metrics_language_v1_text_find_code_review_metrics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC248CodeReviewMetricsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Code Review Metrics Language V1 Text Find Code Review Metrics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cycle_time_language":{"post":{"tags":["text"],"summary":"Detect Cycle Time Language","description":"Detect cycle time language.","operationId":"detect_cycle_time_language_v1_text_detect_cycle_time_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC248CycleTimeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cycle Time Language V1 Text Detect Cycle Time Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flow_metrics_language":{"post":{"tags":["text"],"summary":"Find Flow Metrics Language","description":"Find flow metrics language.","operationId":"find_flow_metrics_language_v1_text_find_flow_metrics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC248FlowMetricsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flow Metrics Language V1 Text Find Flow Metrics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_team_health_language":{"post":{"tags":["text"],"summary":"Detect Team Health Language","description":"Detect team health language.","operationId":"detect_team_health_language_v1_text_detect_team_health_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC248TeamHealthReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Team Health Language V1 Text Detect Team Health Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_message_bus_language":{"post":{"tags":["text"],"summary":"Find Message Bus Language","description":"Find message bus language.","operationId":"find_message_bus_language_v1_text_find_message_bus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC249MessageBusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Message Bus Language V1 Text Find Message Bus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_publish_subscribe_language":{"post":{"tags":["text"],"summary":"Detect Publish Subscribe Language","description":"Detect publish subscribe language.","operationId":"detect_publish_subscribe_language_v1_text_detect_publish_subscribe_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC249PublishSubscribeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Publish Subscribe Language V1 Text Detect Publish Subscribe Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_broker_topology_language":{"post":{"tags":["text"],"summary":"Find Broker Topology Language","description":"Find broker topology language.","operationId":"find_broker_topology_language_v1_text_find_broker_topology_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC249BrokerTopologyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Broker Topology Language V1 Text Find Broker Topology Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_event_consumer_language":{"post":{"tags":["text"],"summary":"Detect Event Consumer Language","description":"Detect event consumer language.","operationId":"detect_event_consumer_language_v1_text_detect_event_consumer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC249EventConsumerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Event Consumer Language V1 Text Detect Event Consumer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_test_strategy_language":{"post":{"tags":["text"],"summary":"Find Test Strategy Language","description":"Find test strategy language.","operationId":"find_test_strategy_language_v1_text_find_test_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC250TestStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Test Strategy Language V1 Text Find Test Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_test_levels_language":{"post":{"tags":["text"],"summary":"Detect Test Levels Language","description":"Detect test levels language.","operationId":"detect_test_levels_language_v1_text_detect_test_levels_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC250TestLevelsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Test Levels Language V1 Text Detect Test Levels Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_integration_testing_language":{"post":{"tags":["text"],"summary":"Find Integration Testing Language","description":"Find integration testing language.","operationId":"find_integration_testing_language_v1_text_find_integration_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC250IntegrationTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Integration Testing Language V1 Text Find Integration Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_component_testing_language":{"post":{"tags":["text"],"summary":"Detect Component Testing Language","description":"Detect component testing language.","operationId":"detect_component_testing_language_v1_text_detect_component_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC250ComponentTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Component Testing Language V1 Text Detect Component Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloud_native_language":{"post":{"tags":["text"],"summary":"Find Cloud Native Language","description":"Find cloud native language.","operationId":"find_cloud_native_language_v1_text_find_cloud_native_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC251CloudNativeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloud Native Language V1 Text Find Cloud Native Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_paas_language":{"post":{"tags":["text"],"summary":"Detect Paas Language","description":"Detect paas language.","operationId":"detect_paas_language_v1_text_detect_paas_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC251PaasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Paas Language V1 Text Detect Paas Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloud_security_posture_language":{"post":{"tags":["text"],"summary":"Find Cloud Security Posture Language","description":"Find cloud security posture language.","operationId":"find_cloud_security_posture_language_v1_text_find_cloud_security_posture_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC251CloudSecurityPostureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloud Security Posture Language V1 Text Find Cloud Security Posture Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloud_governance_language":{"post":{"tags":["text"],"summary":"Detect Cloud Governance Language","description":"Detect cloud governance language.","operationId":"detect_cloud_governance_language_v1_text_detect_cloud_governance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC251CloudGovernanceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloud Governance Language V1 Text Detect Cloud Governance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_rate_limiting_language":{"post":{"tags":["text"],"summary":"Find Api Rate Limiting Language","description":"Find API rate limiting language.","operationId":"find_api_rate_limiting_language_v1_text_find_api_rate_limiting_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC252ApiRateLimitingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Rate Limiting Language V1 Text Find Api Rate Limiting Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_api_throttling_language":{"post":{"tags":["text"],"summary":"Detect Api Throttling Language","description":"Detect API throttling language.","operationId":"detect_api_throttling_language_v1_text_detect_api_throttling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC252ApiThrottlingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Api Throttling Language V1 Text Detect Api Throttling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_quota_language":{"post":{"tags":["text"],"summary":"Find Api Quota Language","description":"Find API quota language.","operationId":"find_api_quota_language_v1_text_find_api_quota_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC252ApiQuotaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Quota Language V1 Text Find Api Quota Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_api_sla_language":{"post":{"tags":["text"],"summary":"Detect Api Sla Language","description":"Detect API sla language.","operationId":"detect_api_sla_language_v1_text_detect_api_sla_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC252ApiSlaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Api Sla Language V1 Text Detect Api Sla Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_traffic_shaping_language":{"post":{"tags":["text"],"summary":"Find Traffic Shaping Language","description":"Find traffic shaping language.","operationId":"find_traffic_shaping_language_v1_text_find_traffic_shaping_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC253TrafficShapingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Traffic Shaping Language V1 Text Find Traffic Shaping Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sidecar_proxy_language":{"post":{"tags":["text"],"summary":"Detect Sidecar Proxy Language","description":"Detect sidecar proxy language.","operationId":"detect_sidecar_proxy_language_v1_text_detect_sidecar_proxy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC253SidecarProxyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sidecar Proxy Language V1 Text Detect Sidecar Proxy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_control_plane_language":{"post":{"tags":["text"],"summary":"Find Control Plane Language","description":"Find control plane language.","operationId":"find_control_plane_language_v1_text_find_control_plane_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC253ControlPlaneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Control Plane Language V1 Text Find Control Plane Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_plane_language":{"post":{"tags":["text"],"summary":"Detect Data Plane Language","description":"Detect data plane language.","operationId":"detect_data_plane_language_v1_text_detect_data_plane_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC253DataPlaneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Plane Language V1 Text Detect Data Plane Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_migration_playbook_language":{"post":{"tags":["text"],"summary":"Find Migration Playbook Language","description":"Find migration playbook language.","operationId":"find_migration_playbook_language_v1_text_find_migration_playbook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC254MigrationPlaybookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Migration Playbook Language V1 Text Find Migration Playbook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_migration_testing_language":{"post":{"tags":["text"],"summary":"Detect Migration Testing Language","description":"Detect migration testing language.","operationId":"detect_migration_testing_language_v1_text_detect_migration_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC254MigrationTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Migration Testing Language V1 Text Detect Migration Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_migration_language":{"post":{"tags":["text"],"summary":"Find Data Migration Language","description":"Find data migration language.","operationId":"find_data_migration_language_v1_text_find_data_migration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC254DataMigrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Migration Language V1 Text Find Data Migration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_migration_script_language":{"post":{"tags":["text"],"summary":"Detect Migration Script Language","description":"Detect migration script language.","operationId":"detect_migration_script_language_v1_text_detect_migration_script_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC254MigrationScriptReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Migration Script Language V1 Text Detect Migration Script Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_continuous_monitoring_language":{"post":{"tags":["text"],"summary":"Find Continuous Monitoring Language","description":"Find continuous monitoring language.","operationId":"find_continuous_monitoring_language_v1_text_find_continuous_monitoring_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC255ContinuousMonitoringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Continuous Monitoring Language V1 Text Find Continuous Monitoring Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_observability_platform_language":{"post":{"tags":["text"],"summary":"Detect Observability Platform Language","description":"Detect observability platform language.","operationId":"detect_observability_platform_language_v1_text_detect_observability_platform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC255ObservabilityPlatformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Observability Platform Language V1 Text Detect Observability Platform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_telemetry_pipeline_language":{"post":{"tags":["text"],"summary":"Find Telemetry Pipeline Language","description":"Find telemetry pipeline language.","operationId":"find_telemetry_pipeline_language_v1_text_find_telemetry_pipeline_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC255TelemetryPipelineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Telemetry Pipeline Language V1 Text Find Telemetry Pipeline Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alert_routing_language":{"post":{"tags":["text"],"summary":"Detect Alert Routing Language","description":"Detect alert routing language.","operationId":"detect_alert_routing_language_v1_text_detect_alert_routing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC255AlertRoutingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alert Routing Language V1 Text Detect Alert Routing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_infrastructure_testing_language":{"post":{"tags":["text"],"summary":"Find Infrastructure Testing Language","description":"Find infrastructure testing language.","operationId":"find_infrastructure_testing_language_v1_text_find_infrastructure_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC256InfrastructureTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Infrastructure Testing Language V1 Text Find Infrastructure Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_compliance_as_code_language":{"post":{"tags":["text"],"summary":"Detect Compliance As Code Language","description":"Detect compliance as code language.","operationId":"detect_compliance_as_code_language_v1_text_detect_compliance_as_code_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC256ComplianceAsCodeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Compliance As Code Language V1 Text Detect Compliance As Code Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_policy_as_code_language":{"post":{"tags":["text"],"summary":"Find Policy As Code Language","description":"Find policy as code language.","operationId":"find_policy_as_code_language_v1_text_find_policy_as_code_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC256PolicyAsCodeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Policy As Code Language V1 Text Find Policy As Code Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_immutable_infrastructure_language":{"post":{"tags":["text"],"summary":"Detect Immutable Infrastructure Language","description":"Detect immutable infrastructure language.","operationId":"detect_immutable_infrastructure_language_v1_text_detect_immutable_infrastructure_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC256ImmutableInfrastructureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Immutable Infrastructure Language V1 Text Detect Immutable Infrastructure Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_engineering_culture_language":{"post":{"tags":["text"],"summary":"Find Engineering Culture Language","description":"Find engineering culture language.","operationId":"find_engineering_culture_language_v1_text_find_engineering_culture_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC257EngineeringCultureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Engineering Culture Language V1 Text Find Engineering Culture Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_developer_portal_language":{"post":{"tags":["text"],"summary":"Detect Developer Portal Language","description":"Detect developer portal language.","operationId":"detect_developer_portal_language_v1_text_detect_developer_portal_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC257DeveloperPortalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Developer Portal Language V1 Text Detect Developer Portal Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_internal_developer_platform_language":{"post":{"tags":["text"],"summary":"Find Internal Developer Platform Language","description":"Find internal developer platform language.","operationId":"find_internal_developer_platform_language_v1_text_find_internal_developer_platform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC257InternalDeveloperPlatformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Internal Developer Platform Language V1 Text Find Internal Developer Platform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_developer_toolchain_language":{"post":{"tags":["text"],"summary":"Detect Developer Toolchain Language","description":"Detect developer toolchain language.","operationId":"detect_developer_toolchain_language_v1_text_detect_developer_toolchain_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC257DeveloperToolchainReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Developer Toolchain Language V1 Text Detect Developer Toolchain Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_async_communication_language":{"post":{"tags":["text"],"summary":"Find Async Communication Language","description":"Find async communication language.","operationId":"find_async_communication_language_v1_text_find_async_communication_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC258AsyncCommunicationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Async Communication Language V1 Text Find Async Communication Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_message_queue_language":{"post":{"tags":["text"],"summary":"Detect Message Queue Language","description":"Detect message queue language.","operationId":"detect_message_queue_language_v1_text_detect_message_queue_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC258MessageQueueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Message Queue Language V1 Text Detect Message Queue Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dead_letter_queue_language":{"post":{"tags":["text"],"summary":"Find Dead Letter Queue Language","description":"Find dead letter queue language.","operationId":"find_dead_letter_queue_language_v1_text_find_dead_letter_queue_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC258DeadLetterQueueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dead Letter Queue Language V1 Text Find Dead Letter Queue Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_message_replay_language":{"post":{"tags":["text"],"summary":"Detect Message Replay Language","description":"Detect message replay language.","operationId":"detect_message_replay_language_v1_text_detect_message_replay_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC258MessageReplayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Message Replay Language V1 Text Detect Message Replay Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_burst_capacity_language":{"post":{"tags":["text"],"summary":"Find Burst Capacity Language","description":"Find burst capacity language.","operationId":"find_burst_capacity_language_v1_text_find_burst_capacity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC259BurstCapacityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Burst Capacity Language V1 Text Find Burst Capacity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_auto_scaling_language":{"post":{"tags":["text"],"summary":"Detect Auto Scaling Language","description":"Detect auto scaling language.","operationId":"detect_auto_scaling_language_v1_text_detect_auto_scaling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC259AutoScalingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Auto Scaling Language V1 Text Detect Auto Scaling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_predictive_scaling_language":{"post":{"tags":["text"],"summary":"Find Predictive Scaling Language","description":"Find predictive scaling language.","operationId":"find_predictive_scaling_language_v1_text_find_predictive_scaling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC259PredictiveScalingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Predictive Scaling Language V1 Text Find Predictive Scaling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_resource_quota_language":{"post":{"tags":["text"],"summary":"Detect Resource Quota Language","description":"Detect resource quota language.","operationId":"detect_resource_quota_language_v1_text_detect_resource_quota_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC259ResourceQuotaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Resource Quota Language V1 Text Detect Resource Quota Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hotfix_process_language":{"post":{"tags":["text"],"summary":"Find Hotfix Process Language","description":"Find hotfix process language.","operationId":"find_hotfix_process_language_v1_text_find_hotfix_process_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC260HotfixProcessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hotfix Process Language V1 Text Find Hotfix Process Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rollback_plan_language":{"post":{"tags":["text"],"summary":"Detect Rollback Plan Language","description":"Detect rollback plan language.","operationId":"detect_rollback_plan_language_v1_text_detect_rollback_plan_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC260RollbackPlanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rollback Plan Language V1 Text Detect Rollback Plan Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_change_freeze_language":{"post":{"tags":["text"],"summary":"Find Change Freeze Language","description":"Find change freeze language.","operationId":"find_change_freeze_language_v1_text_find_change_freeze_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC260ChangeFreezeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Change Freeze Language V1 Text Find Change Freeze Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_emergency_deploy_language":{"post":{"tags":["text"],"summary":"Detect Emergency Deploy Language","description":"Detect emergency deploy language.","operationId":"detect_emergency_deploy_language_v1_text_detect_emergency_deploy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC260EmergencyDeployReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Emergency Deploy Language V1 Text Detect Emergency Deploy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_conventional_commits_language":{"post":{"tags":["text"],"summary":"Find Conventional Commits Language","description":"Find conventional commits language.","operationId":"find_conventional_commits_language_v1_text_find_conventional_commits_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC261ConventionalCommitsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Conventional Commits Language V1 Text Find Conventional Commits Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_branch_protection_language":{"post":{"tags":["text"],"summary":"Detect Branch Protection Language","description":"Detect branch protection language.","operationId":"detect_branch_protection_language_v1_text_detect_branch_protection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC261BranchProtectionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Branch Protection Language V1 Text Detect Branch Protection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_commit_signing_language":{"post":{"tags":["text"],"summary":"Find Commit Signing Language","description":"Find commit signing language.","operationId":"find_commit_signing_language_v1_text_find_commit_signing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC261CommitSigningReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Commit Signing Language V1 Text Find Commit Signing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_changelog_automation_language":{"post":{"tags":["text"],"summary":"Detect Changelog Automation Language","description":"Detect changelog automation language.","operationId":"detect_changelog_automation_language_v1_text_detect_changelog_automation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC261ChangelogAutomationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Changelog Automation Language V1 Text Detect Changelog Automation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_product_language":{"post":{"tags":["text"],"summary":"Find Data Product Language","description":"Find data product language.","operationId":"find_data_product_language_v1_text_find_data_product_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC262DataProductReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Product Language V1 Text Find Data Product Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_lakehouse_language":{"post":{"tags":["text"],"summary":"Detect Data Lakehouse Language","description":"Detect data lakehouse language.","operationId":"detect_data_lakehouse_language_v1_text_detect_data_lakehouse_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC262DataLakehouseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Lakehouse Language V1 Text Detect Data Lakehouse Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_data_fabric_language":{"post":{"tags":["text"],"summary":"Find Data Fabric Language","description":"Find data fabric language.","operationId":"find_data_fabric_language_v1_text_find_data_fabric_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC262DataFabricReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Data Fabric Language V1 Text Find Data Fabric Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_streaming_platform_language":{"post":{"tags":["text"],"summary":"Detect Streaming Platform Language","description":"Detect streaming platform language.","operationId":"detect_streaming_platform_language_v1_text_detect_streaming_platform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC262StreamingPlatformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Streaming Platform Language V1 Text Detect Streaming Platform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_model_serving_language":{"post":{"tags":["text"],"summary":"Find Model Serving Language","description":"Find model serving language.","operationId":"find_model_serving_language_v1_text_find_model_serving_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC263ModelServingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Model Serving Language V1 Text Find Model Serving Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_model_monitoring_language":{"post":{"tags":["text"],"summary":"Detect Model Monitoring Language","description":"Detect model monitoring language.","operationId":"detect_model_monitoring_language_v1_text_detect_model_monitoring_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC263ModelMonitoringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Model Monitoring Language V1 Text Detect Model Monitoring Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_model_explainability_language":{"post":{"tags":["text"],"summary":"Find Model Explainability Language","description":"Find model explainability language.","operationId":"find_model_explainability_language_v1_text_find_model_explainability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC263ModelExplainabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Model Explainability Language V1 Text Find Model Explainability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ml_pipeline_language":{"post":{"tags":["text"],"summary":"Detect Ml Pipeline Language","description":"Detect ml pipeline language.","operationId":"detect_ml_pipeline_language_v1_text_detect_ml_pipeline_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC263MlPipelineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ml Pipeline Language V1 Text Detect Ml Pipeline Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubernetes_operator_language":{"post":{"tags":["text"],"summary":"Find Kubernetes Operator Language","description":"Find kubernetes operator language.","operationId":"find_kubernetes_operator_language_v1_text_find_kubernetes_operator_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC264KubernetesOperatorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubernetes Operator Language V1 Text Find Kubernetes Operator Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_custom_resource_definition_language":{"post":{"tags":["text"],"summary":"Detect Custom Resource Definition Language","description":"Detect custom resource definition language.","operationId":"detect_custom_resource_definition_language_v1_text_detect_custom_resource_definition_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC264CustomResourceDefinitionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Custom Resource Definition Language V1 Text Detect Custom Resource Definition Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_admission_webhook_language":{"post":{"tags":["text"],"summary":"Find Admission Webhook Language","description":"Find admission webhook language.","operationId":"find_admission_webhook_language_v1_text_find_admission_webhook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC264AdmissionWebhookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Admission Webhook Language V1 Text Find Admission Webhook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kubernetes_controller_language":{"post":{"tags":["text"],"summary":"Detect Kubernetes Controller Language","description":"Detect kubernetes controller language.","operationId":"detect_kubernetes_controller_language_v1_text_detect_kubernetes_controller_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC264KubernetesControllerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kubernetes Controller Language V1 Text Detect Kubernetes Controller Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_green_computing_language":{"post":{"tags":["text"],"summary":"Find Green Computing Language","description":"Find green computing language.","operationId":"find_green_computing_language_v1_text_find_green_computing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC265GreenComputingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Green Computing Language V1 Text Find Green Computing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_carbon_footprint_language":{"post":{"tags":["text"],"summary":"Detect Carbon Footprint Language","description":"Detect carbon footprint language.","operationId":"detect_carbon_footprint_language_v1_text_detect_carbon_footprint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC265CarbonFootprintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Carbon Footprint Language V1 Text Detect Carbon Footprint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sustainable_architecture_language":{"post":{"tags":["text"],"summary":"Find Sustainable Architecture Language","description":"Find sustainable architecture language.","operationId":"find_sustainable_architecture_language_v1_text_find_sustainable_architecture_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC265SustainableArchitectureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sustainable Architecture Language V1 Text Find Sustainable Architecture Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_energy_efficiency_language":{"post":{"tags":["text"],"summary":"Detect Energy Efficiency Language","description":"Detect energy efficiency language.","operationId":"detect_energy_efficiency_language_v1_text_detect_energy_efficiency_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC265EnergyEfficiencyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Energy Efficiency Language V1 Text Detect Energy Efficiency Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_privacy_by_design_language":{"post":{"tags":["text"],"summary":"Find Privacy By Design Language","description":"Find privacy by design language.","operationId":"find_privacy_by_design_language_v1_text_find_privacy_by_design_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC266PrivacyByDesignReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Privacy By Design Language V1 Text Find Privacy By Design Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_data_minimisation_language":{"post":{"tags":["text"],"summary":"Detect Data Minimisation Language","description":"Detect data minimisation language.","operationId":"detect_data_minimisation_language_v1_text_detect_data_minimisation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC266DataMinimisationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Data Minimisation Language V1 Text Detect Data Minimisation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_privacy_impact_assessment_language":{"post":{"tags":["text"],"summary":"Find Privacy Impact Assessment Language","description":"Find privacy impact assessment language.","operationId":"find_privacy_impact_assessment_language_v1_text_find_privacy_impact_assessment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC266PrivacyImpactAssessmentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Privacy Impact Assessment Language V1 Text Find Privacy Impact Assessment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_anonymisation_language":{"post":{"tags":["text"],"summary":"Detect Anonymisation Language","description":"Detect anonymisation language.","operationId":"detect_anonymisation_language_v1_text_detect_anonymisation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC266AnonymisationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Anonymisation Language V1 Text Detect Anonymisation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_platform_maturity_language":{"post":{"tags":["text"],"summary":"Find Platform Maturity Language","description":"Find platform maturity language.","operationId":"find_platform_maturity_language_v1_text_find_platform_maturity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC267PlatformMaturityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Platform Maturity Language V1 Text Find Platform Maturity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_operating_model_language":{"post":{"tags":["text"],"summary":"Detect Operating Model Language","description":"Detect operating model language.","operationId":"detect_operating_model_language_v1_text_detect_operating_model_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC267OperatingModelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Operating Model Language V1 Text Detect Operating Model Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_working_agreement_language":{"post":{"tags":["text"],"summary":"Find Working Agreement Language","description":"Find working agreement language.","operationId":"find_working_agreement_language_v1_text_find_working_agreement_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC267WorkingAgreementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Working Agreement Language V1 Text Find Working Agreement Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_devops_adoption_language":{"post":{"tags":["text"],"summary":"Detect Devops Adoption Language","description":"Detect devops adoption language.","operationId":"detect_devops_adoption_language_v1_text_detect_devops_adoption_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC267DevOpsAdoptionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Devops Adoption Language V1 Text Detect Devops Adoption Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_unit_economics_language":{"post":{"tags":["text"],"summary":"Find Unit Economics Language","description":"Find unit economics language.","operationId":"find_unit_economics_language_v1_text_find_unit_economics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC268UnitEconomicsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Unit Economics Language V1 Text Find Unit Economics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_showback_reporting_language":{"post":{"tags":["text"],"summary":"Detect Showback Reporting Language","description":"Detect showback reporting language.","operationId":"detect_showback_reporting_language_v1_text_detect_showback_reporting_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC268ShowbackReportingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Showback Reporting Language V1 Text Detect Showback Reporting Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_budget_alert_language":{"post":{"tags":["text"],"summary":"Find Budget Alert Language","description":"Find budget alert language.","operationId":"find_budget_alert_language_v1_text_find_budget_alert_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC268BudgetAlertReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Budget Alert Language V1 Text Find Budget Alert Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cost_visibility_language":{"post":{"tags":["text"],"summary":"Detect Cost Visibility Language","description":"Detect cost visibility language.","operationId":"detect_cost_visibility_language_v1_text_detect_cost_visibility_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC268CostVisibilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cost Visibility Language V1 Text Detect Cost Visibility Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_event_schema_language":{"post":{"tags":["text"],"summary":"Find Event Schema Language","description":"Find event schema language.","operationId":"find_event_schema_language_v1_text_find_event_schema_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC269EventSchemaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Event Schema Language V1 Text Find Event Schema Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_asyncapi_spec_language":{"post":{"tags":["text"],"summary":"Detect Asyncapi Spec Language","description":"Detect asyncapi spec language.","operationId":"detect_asyncapi_spec_language_v1_text_detect_asyncapi_spec_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC269AsyncApiSpecReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Asyncapi Spec Language V1 Text Detect Asyncapi Spec Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_message_schema_language":{"post":{"tags":["text"],"summary":"Find Message Schema Language","description":"Find message schema language.","operationId":"find_message_schema_language_v1_text_find_message_schema_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC269MessageSchemaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Message Schema Language V1 Text Find Message Schema Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_event_contract_language":{"post":{"tags":["text"],"summary":"Detect Event Contract Language","description":"Detect event contract language.","operationId":"detect_event_contract_language_v1_text_detect_event_contract_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC269EventContractReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Event Contract Language V1 Text Detect Event Contract Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rbac_policy_language":{"post":{"tags":["text"],"summary":"Find Rbac Policy Language","description":"Find rbac policy language.","operationId":"find_rbac_policy_language_v1_text_find_rbac_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC270RbacPolicyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rbac Policy Language V1 Text Find Rbac Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_least_privilege_language":{"post":{"tags":["text"],"summary":"Detect Least Privilege Language","description":"Detect least privilege language.","operationId":"detect_least_privilege_language_v1_text_detect_least_privilege_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC270LeastPrivilegeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Least Privilege Language V1 Text Detect Least Privilege Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_security_context_language":{"post":{"tags":["text"],"summary":"Find Security Context Language","description":"Find security context language.","operationId":"find_security_context_language_v1_text_find_security_context_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC270SecurityContextReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Security Context Language V1 Text Find Security Context Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_access_control_policy_language":{"post":{"tags":["text"],"summary":"Detect Access Control Policy Language","description":"Detect access control policy language.","operationId":"detect_access_control_policy_language_v1_text_detect_access_control_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC270AccessControlPolicyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Access Control Policy Language V1 Text Detect Access Control Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_load_balancing_language":{"post":{"tags":["text"],"summary":"Find Load Balancing Language","description":"Find load balancing language.","operationId":"find_load_balancing_language_v1_text_find_load_balancing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC271LoadBalancingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Load Balancing Language V1 Text Find Load Balancing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_health_check_language":{"post":{"tags":["text"],"summary":"Detect Health Check Language","description":"Detect health check language.","operationId":"detect_health_check_language_v1_text_detect_health_check_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC271HealthCheckReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Health Check Language V1 Text Detect Health Check Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_retry_policy_language":{"post":{"tags":["text"],"summary":"Find Retry Policy Language","description":"Find retry policy language.","operationId":"find_retry_policy_language_v1_text_find_retry_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC271RetryPolicyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Retry Policy Language V1 Text Find Retry Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_timeout_policy_language":{"post":{"tags":["text"],"summary":"Detect Timeout Policy Language","description":"Detect timeout policy language.","operationId":"detect_timeout_policy_language_v1_text_detect_timeout_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC271TimeoutPolicyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Timeout Policy Language V1 Text Detect Timeout Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_multi_region_language":{"post":{"tags":["text"],"summary":"Find Multi Region Language","description":"Find multi region language.","operationId":"find_multi_region_language_v1_text_find_multi_region_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC272MultiRegionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Multi Region Language V1 Text Find Multi Region Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_geo_redundancy_language":{"post":{"tags":["text"],"summary":"Detect Geo Redundancy Language","description":"Detect geo redundancy language.","operationId":"detect_geo_redundancy_language_v1_text_detect_geo_redundancy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC272GeoRedundancyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Geo Redundancy Language V1 Text Detect Geo Redundancy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rpo_rto_language":{"post":{"tags":["text"],"summary":"Find Rpo Rto Language","description":"Find rpo rto language.","operationId":"find_rpo_rto_language_v1_text_find_rpo_rto_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC272RpoRtoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rpo Rto Language V1 Text Find Rpo Rto Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_backup_strategy_language":{"post":{"tags":["text"],"summary":"Detect Backup Strategy Language","description":"Detect backup strategy language.","operationId":"detect_backup_strategy_language_v1_text_detect_backup_strategy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC272BackupStrategyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Backup Strategy Language V1 Text Detect Backup Strategy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cache_invalidation_language":{"post":{"tags":["text"],"summary":"Find Cache Invalidation Language","description":"Find cache invalidation language.","operationId":"find_cache_invalidation_language_v1_text_find_cache_invalidation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC273CacheInvalidationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cache Invalidation Language V1 Text Find Cache Invalidation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cache_warming_language":{"post":{"tags":["text"],"summary":"Detect Cache Warming Language","description":"Detect cache warming language.","operationId":"detect_cache_warming_language_v1_text_detect_cache_warming_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC273CacheWarmingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cache Warming Language V1 Text Detect Cache Warming Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_eviction_policy_language":{"post":{"tags":["text"],"summary":"Find Eviction Policy Language","description":"Find eviction policy language.","operationId":"find_eviction_policy_language_v1_text_find_eviction_policy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC273EvictionPolicyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Eviction Policy Language V1 Text Find Eviction Policy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_distributed_cache_language":{"post":{"tags":["text"],"summary":"Detect Distributed Cache Language","description":"Detect distributed cache language.","operationId":"detect_distributed_cache_language_v1_text_detect_distributed_cache_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC273DistributedCacheReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Distributed Cache Language V1 Text Detect Distributed Cache Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_identity_provider_language":{"post":{"tags":["text"],"summary":"Find Identity Provider Language","description":"Find identity provider language.","operationId":"find_identity_provider_language_v1_text_find_identity_provider_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC274IdentityProviderReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Identity Provider Language V1 Text Find Identity Provider Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_oauth_flow_language":{"post":{"tags":["text"],"summary":"Detect Oauth Flow Language","description":"Detect OAuth flow language.","operationId":"detect_oauth_flow_language_v1_text_detect_oauth_flow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC274OauthFlowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Oauth Flow Language V1 Text Detect Oauth Flow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_saml_authentication_language":{"post":{"tags":["text"],"summary":"Find Saml Authentication Language","description":"Find saml authentication language.","operationId":"find_saml_authentication_language_v1_text_find_saml_authentication_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC274SamlAuthenticationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Saml Authentication Language V1 Text Find Saml Authentication Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_federated_identity_language":{"post":{"tags":["text"],"summary":"Detect Federated Identity Language","description":"Detect federated identity language.","operationId":"detect_federated_identity_language_v1_text_detect_federated_identity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC274FederatedIdentityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Federated Identity Language V1 Text Detect Federated Identity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mfa_enforcement_language":{"post":{"tags":["text"],"summary":"Find Mfa Enforcement Language","description":"Find mfa enforcement language.","operationId":"find_mfa_enforcement_language_v1_text_find_mfa_enforcement_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC275MfaEnforcementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mfa Enforcement Language V1 Text Find Mfa Enforcement Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_token_rotation_language":{"post":{"tags":["text"],"summary":"Detect Token Rotation Language","description":"Detect token rotation language.","operationId":"detect_token_rotation_language_v1_text_detect_token_rotation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC275TokenRotationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Token Rotation Language V1 Text Detect Token Rotation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sso_integration_language":{"post":{"tags":["text"],"summary":"Find Sso Integration Language","description":"Find sso integration language.","operationId":"find_sso_integration_language_v1_text_find_sso_integration_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC275SsoIntegrationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sso Integration Language V1 Text Find Sso Integration Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_session_management_language":{"post":{"tags":["text"],"summary":"Detect Session Management Language","description":"Detect session management language.","operationId":"detect_session_management_language_v1_text_detect_session_management_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC275SessionManagementReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Session Management Language V1 Text Detect Session Management Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_api_gateway_advanced_language":{"post":{"tags":["text"],"summary":"Find Api Gateway Advanced Language","description":"GWC276-1 — Detect advanced API gateway language (ingress, policy, middleware) in text.","operationId":"find_api_gateway_advanced_language_v1_text_find_api_gateway_advanced_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC276ApiGatewayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Api Gateway Advanced Language V1 Text Find Api Gateway Advanced Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_service_mesh_advanced_language":{"post":{"tags":["text"],"summary":"Detect Service Mesh Advanced Language","description":"GWC276-2 — Detect advanced service mesh language (Istio, Linkerd, mutual TLS) in text.","operationId":"detect_service_mesh_advanced_language_v1_text_detect_service_mesh_advanced_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC276ServiceMeshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Service Mesh Advanced Language V1 Text Detect Service Mesh Advanced Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_circuit_breaker_advanced_language":{"post":{"tags":["text"],"summary":"Find Circuit Breaker Advanced Language","description":"GWC276-3 — Detect advanced circuit breaker language (Hystrix, Resilience4j, fallback) in text.","operationId":"find_circuit_breaker_advanced_language_v1_text_find_circuit_breaker_advanced_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC276CircuitBreakerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Circuit Breaker Advanced Language V1 Text Find Circuit Breaker Advanced Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rate_limiting_language":{"post":{"tags":["text"],"summary":"Detect Rate Limiting Language","description":"GWC276-4 — Detect rate limiting language in text.","operationId":"detect_rate_limiting_language_v1_text_detect_rate_limiting_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC276RateLimitingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rate Limiting Language V1 Text Detect Rate Limiting Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_observability_advanced_language":{"post":{"tags":["text"],"summary":"Find Observability Advanced Language","description":"GWC277-1 — Detect advanced observability language (o11y, telemetry) in text.","operationId":"find_observability_advanced_language_v1_text_find_observability_advanced_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC277ObservabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Observability Advanced Language V1 Text Find Observability Advanced Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tracing_language":{"post":{"tags":["text"],"summary":"Detect Tracing Language","description":"GWC277-2 — Detect distributed tracing language in text.","operationId":"detect_tracing_language_v1_text_detect_tracing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC277TracingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tracing Language V1 Text Detect Tracing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_metrics_collection_language":{"post":{"tags":["text"],"summary":"Find Metrics Collection Language","description":"GWC277-3 — Detect metrics collection language in text.","operationId":"find_metrics_collection_language_v1_text_find_metrics_collection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC277MetricsCollectionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Metrics Collection Language V1 Text Find Metrics Collection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alerting_advanced_language":{"post":{"tags":["text"],"summary":"Detect Alerting Advanced Language","description":"GWC277-4 — Detect advanced alerting language (alert rules, runbooks, on-call) in text.","operationId":"detect_alerting_advanced_language_v1_text_detect_alerting_advanced_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC277AlertingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alerting Advanced Language V1 Text Detect Alerting Advanced Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_webassembly_language":{"post":{"tags":["text"],"summary":"Find Webassembly Language","description":"GWC278-1 — Detect WebAssembly/WASM language in text.","operationId":"find_webassembly_language_v1_text_find_webassembly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC278WebAssemblyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Webassembly Language V1 Text Find Webassembly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_edge_functions_language":{"post":{"tags":["text"],"summary":"Detect Edge Functions Language","description":"GWC278-2 — Detect edge functions language in text.","operationId":"detect_edge_functions_language_v1_text_detect_edge_functions_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC278EdgeFunctionsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Edge Functions Language V1 Text Detect Edge Functions Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_serverless_edge_language":{"post":{"tags":["text"],"summary":"Find Serverless Edge Language","description":"GWC278-3 — Detect serverless edge language in text.","operationId":"find_serverless_edge_language_v1_text_find_serverless_edge_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC278ServerlessEdgeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Serverless Edge Language V1 Text Find Serverless Edge Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deno_runtime_language":{"post":{"tags":["text"],"summary":"Detect Deno Runtime Language","description":"GWC278-4 — Detect Deno runtime language in text.","operationId":"detect_deno_runtime_language_v1_text_detect_deno_runtime_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC278DenoRuntimeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deno Runtime Language V1 Text Detect Deno Runtime Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bun_runtime_language":{"post":{"tags":["text"],"summary":"Find Bun Runtime Language","description":"GWC279-1 — Detect Bun runtime language in text.","operationId":"find_bun_runtime_language_v1_text_find_bun_runtime_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC279BunRuntimeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bun Runtime Language V1 Text Find Bun Runtime Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_typescript_compiler_language":{"post":{"tags":["text"],"summary":"Detect Typescript Compiler Language","description":"GWC279-2 — Detect TypeScript compiler language in text.","operationId":"detect_typescript_compiler_language_v1_text_detect_typescript_compiler_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC279TypeScriptCompilerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Typescript Compiler Language V1 Text Detect Typescript Compiler Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_swc_transpiler_language":{"post":{"tags":["text"],"summary":"Find Swc Transpiler Language","description":"GWC279-3 — Detect SWC transpiler language in text.","operationId":"find_swc_transpiler_language_v1_text_find_swc_transpiler_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC279SwcTranspilerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Swc Transpiler Language V1 Text Find Swc Transpiler Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vite_bundler_language":{"post":{"tags":["text"],"summary":"Detect Vite Bundler Language","description":"GWC279-4 — Detect Vite bundler language in text.","operationId":"detect_vite_bundler_language_v1_text_detect_vite_bundler_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC279ViteBundlerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vite Bundler Language V1 Text Detect Vite Bundler Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_turborepo_language":{"post":{"tags":["text"],"summary":"Find Turborepo Language","description":"GWC280-1 — Find Turborepo language in text.","operationId":"find_turborepo_language_v1_text_find_turborepo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC280TurborepoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Turborepo Language V1 Text Find Turborepo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pnpm_language":{"post":{"tags":["text"],"summary":"Detect Pnpm Language","description":"GWC280-2 — Detect pnpm language in text.","operationId":"detect_pnpm_language_v1_text_detect_pnpm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC280PnpmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pnpm Language V1 Text Detect Pnpm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_eslint_linter_language":{"post":{"tags":["text"],"summary":"Find Eslint Linter Language","description":"GWC280-3 — Find ESLint linter language in text.","operationId":"find_eslint_linter_language_v1_text_find_eslint_linter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC280EslintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Eslint Linter Language V1 Text Find Eslint Linter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_prettier_formatter_language":{"post":{"tags":["text"],"summary":"Detect Prettier Formatter Language","description":"GWC280-4 — Detect Prettier formatter language in text.","operationId":"detect_prettier_formatter_language_v1_text_detect_prettier_formatter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC280PrettierReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Prettier Formatter Language V1 Text Detect Prettier Formatter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nx_monorepo_language":{"post":{"tags":["text"],"summary":"Find Nx Monorepo Language","description":"GWC281-1 — Find Nx monorepo language in text.","operationId":"find_nx_monorepo_language_v1_text_find_nx_monorepo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC281NxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nx Monorepo Language V1 Text Find Nx Monorepo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lerna_language":{"post":{"tags":["text"],"summary":"Detect Lerna Language","description":"GWC281-2 — Detect Lerna language in text.","operationId":"detect_lerna_language_v1_text_detect_lerna_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC281LernaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lerna Language V1 Text Detect Lerna Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_husky_hooks_language":{"post":{"tags":["text"],"summary":"Find Husky Hooks Language","description":"GWC281-3 — Find Husky git hooks language in text.","operationId":"find_husky_hooks_language_v1_text_find_husky_hooks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC281HuskyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Husky Hooks Language V1 Text Find Husky Hooks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lint_staged_language":{"post":{"tags":["text"],"summary":"Detect Lint Staged Language","description":"GWC281-4 — Detect lint-staged language in text.","operationId":"detect_lint_staged_language_v1_text_detect_lint_staged_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC281LintStagedReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lint Staged Language V1 Text Detect Lint Staged Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jest_testing_language":{"post":{"tags":["text"],"summary":"Find Jest Testing Language","description":"GWC282-1 — Find Jest testing language in text.","operationId":"find_jest_testing_language_v1_text_find_jest_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC282JestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jest Testing Language V1 Text Find Jest Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cypress_e2e_language":{"post":{"tags":["text"],"summary":"Detect Cypress E2E Language","description":"GWC282-2 — Detect Cypress E2E language in text.","operationId":"detect_cypress_e2e_language_v1_text_detect_cypress_e2e_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC282CypressReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cypress E2E Language V1 Text Detect Cypress E2E Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_storybook_language":{"post":{"tags":["text"],"summary":"Find Storybook Language","description":"GWC282-3 — Find Storybook language in text.","operationId":"find_storybook_language_v1_text_find_storybook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC282StorybookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Storybook Language V1 Text Find Storybook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_testing_library_language":{"post":{"tags":["text"],"summary":"Detect Testing Library Language","description":"GWC282-4 — Detect Testing Library language in text.","operationId":"detect_testing_library_language_v1_text_detect_testing_library_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC282TestingLibReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Testing Library Language V1 Text Detect Testing Library Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nextjs_framework_language":{"post":{"tags":["text"],"summary":"Find Nextjs Framework Language","description":"GWC283-1 — Find Next.js framework language in text.","operationId":"find_nextjs_framework_language_v1_text_find_nextjs_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC283NextjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nextjs Framework Language V1 Text Find Nextjs Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nuxt_framework_language":{"post":{"tags":["text"],"summary":"Detect Nuxt Framework Language","description":"GWC283-2 — Detect Nuxt framework language in text.","operationId":"detect_nuxt_framework_language_v1_text_detect_nuxt_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC283NuxtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nuxt Framework Language V1 Text Detect Nuxt Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_remix_framework_language":{"post":{"tags":["text"],"summary":"Find Remix Framework Language","description":"GWC283-3 — Find Remix framework language in text.","operationId":"find_remix_framework_language_v1_text_find_remix_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC283RemixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Remix Framework Language V1 Text Find Remix Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_astro_framework_language":{"post":{"tags":["text"],"summary":"Detect Astro Framework Language","description":"GWC283-4 — Detect Astro framework language in text.","operationId":"detect_astro_framework_language_v1_text_detect_astro_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC283AstroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Astro Framework Language V1 Text Detect Astro Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tailwind_css_language":{"post":{"tags":["text"],"summary":"Find Tailwind Css Language","description":"GWC284-1 — Find Tailwind CSS language in text.","operationId":"find_tailwind_css_language_v1_text_find_tailwind_css_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC284TailwindReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tailwind Css Language V1 Text Find Tailwind Css Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_css_modules_language":{"post":{"tags":["text"],"summary":"Detect Css Modules Language","description":"GWC284-2 — Detect CSS Modules language in text.","operationId":"detect_css_modules_language_v1_text_detect_css_modules_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC284CssModulesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Css Modules Language V1 Text Detect Css Modules Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_styled_components_language":{"post":{"tags":["text"],"summary":"Find Styled Components Language","description":"GWC284-3 — Find Styled Components language in text.","operationId":"find_styled_components_language_v1_text_find_styled_components_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC284StyledComponentsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Styled Components Language V1 Text Find Styled Components Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_postcss_language":{"post":{"tags":["text"],"summary":"Detect Postcss Language","description":"GWC284-4 — Detect PostCSS language in text.","operationId":"detect_postcss_language_v1_text_detect_postcss_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC284PostcssReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Postcss Language V1 Text Detect Postcss Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_trpc_language":{"post":{"tags":["text"],"summary":"Find Trpc Language","description":"GWC285-1 — Find tRPC language in text.","operationId":"find_trpc_language_v1_text_find_trpc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC285TrpcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Trpc Language V1 Text Find Trpc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zod_validation_language":{"post":{"tags":["text"],"summary":"Detect Zod Validation Language","description":"GWC285-2 — Detect Zod validation language in text.","operationId":"detect_zod_validation_language_v1_text_detect_zod_validation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC285ZodReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zod Validation Language V1 Text Detect Zod Validation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_prisma_orm_language":{"post":{"tags":["text"],"summary":"Find Prisma Orm Language","description":"GWC285-3 — Find Prisma ORM language in text.","operationId":"find_prisma_orm_language_v1_text_find_prisma_orm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC285PrismaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Prisma Orm Language V1 Text Find Prisma Orm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_drizzle_orm_language":{"post":{"tags":["text"],"summary":"Detect Drizzle Orm Language","description":"GWC285-4 — Detect Drizzle ORM language in text.","operationId":"detect_drizzle_orm_language_v1_text_detect_drizzle_orm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC285DrizzleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Drizzle Orm Language V1 Text Detect Drizzle Orm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zustand_language":{"post":{"tags":["text"],"summary":"Find Zustand Language","description":"GWC286-1 — Find Zustand language in text.","operationId":"find_zustand_language_v1_text_find_zustand_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC286ZustandReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zustand Language V1 Text Find Zustand Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jotai_language":{"post":{"tags":["text"],"summary":"Detect Jotai Language","description":"GWC286-2 — Detect Jotai language in text.","operationId":"detect_jotai_language_v1_text_detect_jotai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC286JotaiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jotai Language V1 Text Detect Jotai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_react_query_language":{"post":{"tags":["text"],"summary":"Find React Query Language","description":"GWC286-3 — Find React Query language in text.","operationId":"find_react_query_language_v1_text_find_react_query_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC286ReactQueryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find React Query Language V1 Text Find React Query Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_swr_language":{"post":{"tags":["text"],"summary":"Detect Swr Language","description":"GWC286-4 — Detect SWR language in text.","operationId":"detect_swr_language_v1_text_detect_swr_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC286SwrReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Swr Language V1 Text Detect Swr Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_electron_language":{"post":{"tags":["text"],"summary":"Find Electron Language","description":"GWC287-1 — Find Electron language in text.","operationId":"find_electron_language_v1_text_find_electron_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC287ElectronReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Electron Language V1 Text Find Electron Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tauri_language":{"post":{"tags":["text"],"summary":"Detect Tauri Language","description":"GWC287-2 — Detect Tauri language in text.","operationId":"detect_tauri_language_v1_text_detect_tauri_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC287TauriReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tauri Language V1 Text Detect Tauri Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_react_native_language":{"post":{"tags":["text"],"summary":"Find React Native Language","description":"GWC287-3 — Find React Native language in text.","operationId":"find_react_native_language_v1_text_find_react_native_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC287ReactNativeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find React Native Language V1 Text Find React Native Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_expo_language":{"post":{"tags":["text"],"summary":"Detect Expo Language","description":"GWC287-4 — Detect Expo language in text.","operationId":"detect_expo_language_v1_text_detect_expo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC287ExpoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Expo Language V1 Text Detect Expo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_supabase_language":{"post":{"tags":["text"],"summary":"Find Supabase Language","description":"GWC288-1 — Find Supabase language in text.","operationId":"find_supabase_language_v1_text_find_supabase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC288SupabaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Supabase Language V1 Text Find Supabase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_firebase_language":{"post":{"tags":["text"],"summary":"Detect Firebase Language","description":"GWC288-2 — Detect Firebase language in text.","operationId":"detect_firebase_language_v1_text_detect_firebase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC288FirebaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Firebase Language V1 Text Detect Firebase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_planetscale_language":{"post":{"tags":["text"],"summary":"Find Planetscale Language","description":"GWC288-3 — Find PlanetScale language in text.","operationId":"find_planetscale_language_v1_text_find_planetscale_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC288PlanetscaleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Planetscale Language V1 Text Find Planetscale Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_neon_database_language":{"post":{"tags":["text"],"summary":"Detect Neon Database Language","description":"GWC288-4 — Detect Neon database language in text.","operationId":"detect_neon_database_language_v1_text_detect_neon_database_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC288NeonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Neon Database Language V1 Text Detect Neon Database Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vercel_deployment_language":{"post":{"tags":["text"],"summary":"Find Vercel Deployment Language","description":"GWC289-1 — Find Vercel deployment language in text.","operationId":"find_vercel_deployment_language_v1_text_find_vercel_deployment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC289VercelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vercel Deployment Language V1 Text Find Vercel Deployment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_netlify_deployment_language":{"post":{"tags":["text"],"summary":"Detect Netlify Deployment Language","description":"GWC289-2 — Detect Netlify deployment language in text.","operationId":"detect_netlify_deployment_language_v1_text_detect_netlify_deployment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC289NetlifyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Netlify Deployment Language V1 Text Detect Netlify Deployment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloudflare_pages_language":{"post":{"tags":["text"],"summary":"Find Cloudflare Pages Language","description":"GWC289-3 — Find Cloudflare Pages language in text.","operationId":"find_cloudflare_pages_language_v1_text_find_cloudflare_pages_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC289CloudflarePagesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloudflare Pages Language V1 Text Find Cloudflare Pages Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_railway_deployment_language":{"post":{"tags":["text"],"summary":"Detect Railway Deployment Language","description":"GWC289-4 — Detect Railway deployment language in text.","operationId":"detect_railway_deployment_language_v1_text_detect_railway_deployment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC289RailwayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Railway Deployment Language V1 Text Detect Railway Deployment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_github_actions_language":{"post":{"tags":["text"],"summary":"Find Github Actions Language","description":"GWC290-1 — Find GitHub Actions language in text.","operationId":"find_github_actions_language_v1_text_find_github_actions_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC290GitHubActionsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Github Actions Language V1 Text Find Github Actions Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_circleci_language":{"post":{"tags":["text"],"summary":"Detect Circleci Language","description":"GWC290-2 — Detect CircleCI language in text.","operationId":"detect_circleci_language_v1_text_detect_circleci_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC290CircleCiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Circleci Language V1 Text Detect Circleci Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gitlab_ci_language":{"post":{"tags":["text"],"summary":"Find Gitlab Ci Language","description":"GWC290-3 — Find GitLab CI language in text.","operationId":"find_gitlab_ci_language_v1_text_find_gitlab_ci_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC290GitLabCiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gitlab Ci Language V1 Text Find Gitlab Ci Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_buildkite_language":{"post":{"tags":["text"],"summary":"Detect Buildkite Language","description":"GWC290-4 — Detect Buildkite language in text.","operationId":"detect_buildkite_language_v1_text_detect_buildkite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC290BuildkiteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Buildkite Language V1 Text Detect Buildkite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_datadog_language":{"post":{"tags":["text"],"summary":"Find Datadog Language","description":"GWC291-1 — Find Datadog language in text.","operationId":"find_datadog_language_v1_text_find_datadog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC291DatadogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Datadog Language V1 Text Find Datadog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_grafana_language":{"post":{"tags":["text"],"summary":"Detect Grafana Language","description":"GWC291-2 — Detect Grafana language in text.","operationId":"detect_grafana_language_v1_text_detect_grafana_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC291GrafanaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Grafana Language V1 Text Detect Grafana Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_prometheus_language":{"post":{"tags":["text"],"summary":"Find Prometheus Language","description":"GWC291-3 — Find Prometheus language in text.","operationId":"find_prometheus_language_v1_text_find_prometheus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC291PrometheusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Prometheus Language V1 Text Find Prometheus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sentry_language":{"post":{"tags":["text"],"summary":"Detect Sentry Language","description":"GWC291-4 — Detect Sentry language in text.","operationId":"detect_sentry_language_v1_text_detect_sentry_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC291SentryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sentry Language V1 Text Detect Sentry Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_launchdarkly_language":{"post":{"tags":["text"],"summary":"Find Launchdarkly Language","description":"GWC292-1 — Find LaunchDarkly language in text.","operationId":"find_launchdarkly_language_v1_text_find_launchdarkly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC292LaunchDarklyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Launchdarkly Language V1 Text Find Launchdarkly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_posthog_language":{"post":{"tags":["text"],"summary":"Detect Posthog Language","description":"GWC292-2 — Detect PostHog language in text.","operationId":"detect_posthog_language_v1_text_detect_posthog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC292PostHogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Posthog Language V1 Text Detect Posthog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_amplitude_language":{"post":{"tags":["text"],"summary":"Find Amplitude Language","description":"GWC292-3 — Find Amplitude language in text.","operationId":"find_amplitude_language_v1_text_find_amplitude_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC292AmplitudeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Amplitude Language V1 Text Find Amplitude Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mixpanel_language":{"post":{"tags":["text"],"summary":"Detect Mixpanel Language","description":"GWC292-4 — Detect Mixpanel language in text.","operationId":"detect_mixpanel_language_v1_text_detect_mixpanel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC292MixpanelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mixpanel Language V1 Text Detect Mixpanel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_langchain_language":{"post":{"tags":["text"],"summary":"Find Langchain Language","description":"GWC293-1 — Find LangChain language in text.","operationId":"find_langchain_language_v1_text_find_langchain_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC293LangChainReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Langchain Language V1 Text Find Langchain Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_llamaindex_language":{"post":{"tags":["text"],"summary":"Detect Llamaindex Language","description":"GWC293-2 — Detect LlamaIndex language in text.","operationId":"detect_llamaindex_language_v1_text_detect_llamaindex_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC293LlamaIndexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Llamaindex Language V1 Text Detect Llamaindex Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pinecone_language":{"post":{"tags":["text"],"summary":"Find Pinecone Language","description":"GWC293-3 — Find Pinecone language in text.","operationId":"find_pinecone_language_v1_text_find_pinecone_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC293PineconeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pinecone Language V1 Text Find Pinecone Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_weaviate_language":{"post":{"tags":["text"],"summary":"Detect Weaviate Language","description":"GWC293-4 — Detect Weaviate language in text.","operationId":"detect_weaviate_language_v1_text_detect_weaviate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC293WeaviateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Weaviate Language V1 Text Detect Weaviate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openai_sdk_language":{"post":{"tags":["text"],"summary":"Find Openai Sdk Language","description":"GWC294-1 — Find OpenAI SDK language in text.","operationId":"find_openai_sdk_language_v1_text_find_openai_sdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC294OpenAiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openai Sdk Language V1 Text Find Openai Sdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_anthropic_sdk_language":{"post":{"tags":["text"],"summary":"Detect Anthropic Sdk Language","description":"GWC294-2 — Detect Anthropic SDK language in text.","operationId":"detect_anthropic_sdk_language_v1_text_detect_anthropic_sdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC294AnthropicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Anthropic Sdk Language V1 Text Detect Anthropic Sdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ollama_language":{"post":{"tags":["text"],"summary":"Find Ollama Language","description":"GWC294-3 — Find Ollama language in text.","operationId":"find_ollama_language_v1_text_find_ollama_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC294OllamaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ollama Language V1 Text Find Ollama Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mlflow_language":{"post":{"tags":["text"],"summary":"Detect Mlflow Language","description":"GWC294-4 — Detect MLflow language in text.","operationId":"detect_mlflow_language_v1_text_detect_mlflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC294MlflowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mlflow Language V1 Text Detect Mlflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_celery_language":{"post":{"tags":["text"],"summary":"Find Celery Language","description":"GWC295-1 — Find Celery language in text.","operationId":"find_celery_language_v1_text_find_celery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC295CeleryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Celery Language V1 Text Find Celery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bullmq_language":{"post":{"tags":["text"],"summary":"Detect Bullmq Language","description":"GWC295-2 — Detect BullMQ language in text.","operationId":"detect_bullmq_language_v1_text_detect_bullmq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC295BullMqReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bullmq Language V1 Text Detect Bullmq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rabbitmq_language":{"post":{"tags":["text"],"summary":"Find Rabbitmq Language","description":"GWC295-3 — Find RabbitMQ language in text.","operationId":"find_rabbitmq_language_v1_text_find_rabbitmq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC295RabbitMqReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rabbitmq Language V1 Text Find Rabbitmq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_temporal_workflow_language":{"post":{"tags":["text"],"summary":"Detect Temporal Workflow Language","description":"GWC295-4 — Detect Temporal workflow language in text.","operationId":"detect_temporal_workflow_language_v1_text_detect_temporal_workflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC295TemporalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Temporal Workflow Language V1 Text Detect Temporal Workflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stripe_language":{"post":{"tags":["text"],"summary":"Find Stripe Language","description":"GWC296-1 — Find Stripe language in text.","operationId":"find_stripe_language_v1_text_find_stripe_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC296StripeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stripe Language V1 Text Find Stripe Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_twilio_language":{"post":{"tags":["text"],"summary":"Detect Twilio Language","description":"GWC296-2 — Detect Twilio language in text.","operationId":"detect_twilio_language_v1_text_detect_twilio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC296TwilioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Twilio Language V1 Text Detect Twilio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sendgrid_language":{"post":{"tags":["text"],"summary":"Find Sendgrid Language","description":"GWC296-3 — Find SendGrid language in text.","operationId":"find_sendgrid_language_v1_text_find_sendgrid_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC296SendGridReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sendgrid Language V1 Text Find Sendgrid Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_resend_language":{"post":{"tags":["text"],"summary":"Detect Resend Language","description":"GWC296-4 — Detect Resend language in text.","operationId":"detect_resend_language_v1_text_detect_resend_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC296ResendReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Resend Language V1 Text Detect Resend Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_auth0_language":{"post":{"tags":["text"],"summary":"Find Auth0 Language","description":"GWC297-1 — Find Auth0 language in text.","operationId":"find_auth0_language_v1_text_find_auth0_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC297Auth0Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Auth0 Language V1 Text Find Auth0 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_clerk_language":{"post":{"tags":["text"],"summary":"Detect Clerk Language","description":"GWC297-2 — Detect Clerk language in text.","operationId":"detect_clerk_language_v1_text_detect_clerk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC297ClerkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Clerk Language V1 Text Detect Clerk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_keycloak_language":{"post":{"tags":["text"],"summary":"Find Keycloak Language","description":"GWC297-3 — Find Keycloak language in text.","operationId":"find_keycloak_language_v1_text_find_keycloak_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC297KeycloakReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Keycloak Language V1 Text Find Keycloak Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cognito_language":{"post":{"tags":["text"],"summary":"Detect Cognito Language","description":"GWC297-4 — Detect AWS Cognito language in text.","operationId":"detect_cognito_language_v1_text_detect_cognito_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC297CognitoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cognito Language V1 Text Detect Cognito Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ansible_language":{"post":{"tags":["text"],"summary":"Find Ansible Language","description":"GWC298-1 — Find Ansible language in text.","operationId":"find_ansible_language_v1_text_find_ansible_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC298AnsibleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ansible Language V1 Text Find Ansible Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_crossplane_language":{"post":{"tags":["text"],"summary":"Detect Crossplane Language","description":"GWC298-2 — Detect Crossplane language in text.","operationId":"detect_crossplane_language_v1_text_detect_crossplane_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC298CrossplaneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Crossplane Language V1 Text Detect Crossplane Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aws_cdk_language":{"post":{"tags":["text"],"summary":"Find Aws Cdk Language","description":"GWC298-3 — Find AWS CDK language in text.","operationId":"find_aws_cdk_language_v1_text_find_aws_cdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC298AwsCdkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aws Cdk Language V1 Text Find Aws Cdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bicep_language":{"post":{"tags":["text"],"summary":"Detect Bicep Language","description":"GWC298-4 — Detect Bicep language in text.","operationId":"detect_bicep_language_v1_text_detect_bicep_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC298BicepReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bicep Language V1 Text Detect Bicep Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_terraform_cdk_language":{"post":{"summary":"Detect Terraform Cdk Language","description":"POST /v1/text/detect_terraform_cdk_language — Detect terraform cdk language.","operationId":"detect_terraform_cdk_language_v1_text_detect_terraform_cdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC299TerraformCdkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Terraform Cdk Language V1 Text Detect Terraform Cdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chef_language":{"post":{"summary":"Find Chef Language","description":"POST /v1/text/find_chef_language — Find chef language.","operationId":"find_chef_language_v1_text_find_chef_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC299ChefReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chef Language V1 Text Find Chef Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_puppet_language":{"post":{"summary":"Detect Puppet Language","description":"POST /v1/text/detect_puppet_language — Detect puppet language.","operationId":"detect_puppet_language_v1_text_detect_puppet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC299PuppetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Puppet Language V1 Text Detect Puppet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_new_relic_language":{"post":{"summary":"Detect New Relic Language","description":"POST /v1/text/detect_new_relic_language — Detect new relic language.","operationId":"detect_new_relic_language_v1_text_detect_new_relic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC300NewRelicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect New Relic Language V1 Text Detect New Relic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_elastic_apm_language":{"post":{"summary":"Detect Elastic Apm Language","description":"POST /v1/text/detect_elastic_apm_language — Detect elastic apm language.","operationId":"detect_elastic_apm_language_v1_text_detect_elastic_apm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC301ElasticApmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Elastic Apm Language V1 Text Detect Elastic Apm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sentry_language":{"post":{"summary":"Find Sentry Language","description":"POST /v1/text/find_sentry_language — Find sentry language.","operationId":"find_sentry_language_v1_text_find_sentry_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC302SentryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sentry Language V1 Text Find Sentry Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pagerduty_language":{"post":{"summary":"Detect Pagerduty Language","description":"POST /v1/text/detect_pagerduty_language — Detect pagerduty language.","operationId":"detect_pagerduty_language_v1_text_detect_pagerduty_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC302PagerdutyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pagerduty Language V1 Text Detect Pagerduty Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_opsgenie_language":{"post":{"summary":"Find Opsgenie Language","description":"POST /v1/text/find_opsgenie_language — Find opsgenie language.","operationId":"find_opsgenie_language_v1_text_find_opsgenie_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC302OpsgeniReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Opsgenie Language V1 Text Find Opsgenie Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_victorops_language":{"post":{"summary":"Detect Victorops Language","description":"POST /v1/text/detect_victorops_language — Detect victorops language.","operationId":"detect_victorops_language_v1_text_detect_victorops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC302VictoropsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Victorops Language V1 Text Detect Victorops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_argocd_language":{"post":{"summary":"Find Argocd Language","description":"POST /v1/text/find_argocd_language — Find argocd language.","operationId":"find_argocd_language_v1_text_find_argocd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC303ArgoCdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Argocd Language V1 Text Find Argocd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flux_language":{"post":{"summary":"Detect Flux Language","description":"POST /v1/text/detect_flux_language — Detect flux language.","operationId":"detect_flux_language_v1_text_detect_flux_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC303FluxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flux Language V1 Text Detect Flux Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_spinnaker_language":{"post":{"summary":"Find Spinnaker Language","description":"POST /v1/text/find_spinnaker_language — Find spinnaker language.","operationId":"find_spinnaker_language_v1_text_find_spinnaker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC303SpinnakerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Spinnaker Language V1 Text Find Spinnaker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_harness_language":{"post":{"summary":"Detect Harness Language","description":"POST /v1/text/detect_harness_language — Detect harness language.","operationId":"detect_harness_language_v1_text_detect_harness_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC303HarnessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Harness Language V1 Text Detect Harness Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_istio_language":{"post":{"summary":"Find Istio Language","description":"POST /v1/text/find_istio_language — Find istio language.","operationId":"find_istio_language_v1_text_find_istio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC304IstioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Istio Language V1 Text Find Istio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_linkerd_language":{"post":{"summary":"Detect Linkerd Language","description":"POST /v1/text/detect_linkerd_language — Detect linkerd language.","operationId":"detect_linkerd_language_v1_text_detect_linkerd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC304LinkerdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Linkerd Language V1 Text Detect Linkerd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_consul_language":{"post":{"summary":"Find Consul Language","description":"POST /v1/text/find_consul_language — Find consul language.","operationId":"find_consul_language_v1_text_find_consul_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC304ConsulReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Consul Language V1 Text Find Consul Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_envoy_language":{"post":{"summary":"Detect Envoy Language","description":"POST /v1/text/detect_envoy_language — Detect envoy language.","operationId":"detect_envoy_language_v1_text_detect_envoy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC304EnvoyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Envoy Language V1 Text Detect Envoy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vault_language":{"post":{"summary":"Find Vault Language","description":"POST /v1/text/find_vault_language — Find vault language.","operationId":"find_vault_language_v1_text_find_vault_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC305VaultReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vault Language V1 Text Find Vault Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sops_language":{"post":{"summary":"Detect Sops Language","description":"POST /v1/text/detect_sops_language — Detect sops language.","operationId":"detect_sops_language_v1_text_detect_sops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC305SopsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sops Language V1 Text Detect Sops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sealed_secrets_language":{"post":{"summary":"Find Sealed Secrets Language","description":"POST /v1/text/find_sealed_secrets_language — Find sealed secrets language.","operationId":"find_sealed_secrets_language_v1_text_find_sealed_secrets_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC305SealedSecretsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sealed Secrets Language V1 Text Find Sealed Secrets Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_external_secrets_language":{"post":{"summary":"Detect External Secrets Language","description":"POST /v1/text/detect_external_secrets_language — Detect external secrets language.","operationId":"detect_external_secrets_language_v1_text_detect_external_secrets_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC305ExternalSecretsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect External Secrets Language V1 Text Detect External Secrets Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_terraform_language":{"post":{"summary":"Find Terraform Language","description":"POST /v1/text/find_terraform_language — Find terraform language.","operationId":"find_terraform_language_v1_text_find_terraform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC306TerraformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Terraform Language V1 Text Find Terraform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kustomize_language":{"post":{"summary":"Find Kustomize Language","description":"POST /v1/text/find_kustomize_language — Find kustomize language.","operationId":"find_kustomize_language_v1_text_find_kustomize_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC306KustomizeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kustomize Language V1 Text Find Kustomize Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_helm_language":{"post":{"summary":"Detect Helm Language","description":"POST /v1/text/detect_helm_language — Detect helm language.","operationId":"detect_helm_language_v1_text_detect_helm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC306HelmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Helm Language V1 Text Detect Helm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jenkins_language":{"post":{"summary":"Find Jenkins Language","description":"POST /v1/text/find_jenkins_language — Find jenkins language.","operationId":"find_jenkins_language_v1_text_find_jenkins_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC308JenkinsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jenkins Language V1 Text Find Jenkins Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_travis_ci_language":{"post":{"summary":"Detect Travis Ci Language","description":"POST /v1/text/detect_travis_ci_language — Detect travis ci language.","operationId":"detect_travis_ci_language_v1_text_detect_travis_ci_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC308TravisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Travis Ci Language V1 Text Detect Travis Ci Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_teamcity_language":{"post":{"summary":"Find Teamcity Language","description":"POST /v1/text/find_teamcity_language — Find teamcity language.","operationId":"find_teamcity_language_v1_text_find_teamcity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC308TeamcityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Teamcity Language V1 Text Find Teamcity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_drone_ci_language":{"post":{"summary":"Detect Drone Ci Language","description":"POST /v1/text/detect_drone_ci_language — Detect drone ci language.","operationId":"detect_drone_ci_language_v1_text_detect_drone_ci_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC308DroneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Drone Ci Language V1 Text Detect Drone Ci Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_docker_swarm_language":{"post":{"summary":"Detect Docker Swarm Language","description":"POST /v1/text/detect_docker_swarm_language — Detect docker swarm language.","operationId":"detect_docker_swarm_language_v1_text_detect_docker_swarm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC309DockerSwarmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Docker Swarm Language V1 Text Detect Docker Swarm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nomad_language":{"post":{"summary":"Find Nomad Language","description":"POST /v1/text/find_nomad_language — Find nomad language.","operationId":"find_nomad_language_v1_text_find_nomad_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC309NomadReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nomad Language V1 Text Find Nomad Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openshift_language":{"post":{"summary":"Detect Openshift Language","description":"POST /v1/text/detect_openshift_language — Detect openshift language.","operationId":"detect_openshift_language_v1_text_detect_openshift_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC309OpenShiftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openshift Language V1 Text Detect Openshift Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rancher_language":{"post":{"summary":"Find Rancher Language","description":"POST /v1/text/find_rancher_language — Find rancher language.","operationId":"find_rancher_language_v1_text_find_rancher_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC310RancherReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rancher Language V1 Text Find Rancher Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_k3s_language":{"post":{"summary":"Detect K3S Language","description":"POST /v1/text/detect_k3s_language — Detect k3s language.","operationId":"detect_k3s_language_v1_text_detect_k3s_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC310K3sReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect K3S Language V1 Text Detect K3S Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_eks_language":{"post":{"summary":"Find Eks Language","description":"POST /v1/text/find_eks_language — Find eks language.","operationId":"find_eks_language_v1_text_find_eks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC310EksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Eks Language V1 Text Find Eks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gke_language":{"post":{"summary":"Detect Gke Language","description":"POST /v1/text/detect_gke_language — Detect gke language.","operationId":"detect_gke_language_v1_text_detect_gke_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC310GkeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gke Language V1 Text Detect Gke Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aks_language":{"post":{"summary":"Find Aks Language","description":"POST /v1/text/find_aks_language — Find aks language.","operationId":"find_aks_language_v1_text_find_aks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC311AksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aks Language V1 Text Find Aks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_do_kubernetes_language":{"post":{"summary":"Detect Do Kubernetes Language","description":"POST /v1/text/detect_do_kubernetes_language — Detect do kubernetes language.","operationId":"detect_do_kubernetes_language_v1_text_detect_do_kubernetes_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC311DoKubernetesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Do Kubernetes Language V1 Text Detect Do Kubernetes Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_civo_language":{"post":{"summary":"Find Civo Language","description":"POST /v1/text/find_civo_language — Find civo language.","operationId":"find_civo_language_v1_text_find_civo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC311CivoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Civo Language V1 Text Find Civo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_talos_language":{"post":{"summary":"Detect Talos Language","description":"POST /v1/text/detect_talos_language — Detect talos language.","operationId":"detect_talos_language_v1_text_detect_talos_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC311TalosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Talos Language V1 Text Detect Talos Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_postgresql_language":{"post":{"summary":"Find Postgresql Language","description":"POST /v1/text/find_postgresql_language — Find postgresql language.","operationId":"find_postgresql_language_v1_text_find_postgresql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC312PostgresReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Postgresql Language V1 Text Find Postgresql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mysql_language":{"post":{"summary":"Detect Mysql Language","description":"POST /v1/text/detect_mysql_language — Detect mysql language.","operationId":"detect_mysql_language_v1_text_detect_mysql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC312MysqlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mysql Language V1 Text Detect Mysql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mariadb_language":{"post":{"summary":"Find Mariadb Language","description":"POST /v1/text/find_mariadb_language — Find mariadb language.","operationId":"find_mariadb_language_v1_text_find_mariadb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC312MariadbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mariadb Language V1 Text Find Mariadb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sqlite_language":{"post":{"summary":"Detect Sqlite Language","description":"POST /v1/text/detect_sqlite_language — Detect sqlite language.","operationId":"detect_sqlite_language_v1_text_detect_sqlite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC312SqliteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sqlite Language V1 Text Detect Sqlite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mongodb_language":{"post":{"summary":"Find Mongodb Language","description":"POST /v1/text/find_mongodb_language — Find mongodb language.","operationId":"find_mongodb_language_v1_text_find_mongodb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC313MongoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mongodb Language V1 Text Find Mongodb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dynamodb_language":{"post":{"summary":"Detect Dynamodb Language","description":"POST /v1/text/detect_dynamodb_language — Detect dynamodb language.","operationId":"detect_dynamodb_language_v1_text_detect_dynamodb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC313DynamoDbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dynamodb Language V1 Text Detect Dynamodb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cassandra_language":{"post":{"summary":"Find Cassandra Language","description":"POST /v1/text/find_cassandra_language — Find cassandra language.","operationId":"find_cassandra_language_v1_text_find_cassandra_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC313CassandraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cassandra Language V1 Text Find Cassandra Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cockroachdb_language":{"post":{"summary":"Detect Cockroachdb Language","description":"POST /v1/text/detect_cockroachdb_language — Detect cockroachdb language.","operationId":"detect_cockroachdb_language_v1_text_detect_cockroachdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC313CockroachReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cockroachdb Language V1 Text Detect Cockroachdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_redis_language":{"post":{"summary":"Find Redis Language","description":"POST /v1/text/find_redis_language — Find redis language.","operationId":"find_redis_language_v1_text_find_redis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC314RedisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Redis Language V1 Text Find Redis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_memcached_language":{"post":{"summary":"Detect Memcached Language","description":"POST /v1/text/detect_memcached_language — Detect memcached language.","operationId":"detect_memcached_language_v1_text_detect_memcached_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC314MemcachedReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Memcached Language V1 Text Detect Memcached Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_elasticsearch_language":{"post":{"summary":"Find Elasticsearch Language","description":"POST /v1/text/find_elasticsearch_language — Find elasticsearch language.","operationId":"find_elasticsearch_language_v1_text_find_elasticsearch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC314ElasticsearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Elasticsearch Language V1 Text Find Elasticsearch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_opensearch_language":{"post":{"summary":"Detect Opensearch Language","description":"POST /v1/text/detect_opensearch_language — Detect opensearch language.","operationId":"detect_opensearch_language_v1_text_detect_opensearch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC314OpenSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Opensearch Language V1 Text Detect Opensearch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_clickhouse_language":{"post":{"summary":"Find Clickhouse Language","description":"POST /v1/text/find_clickhouse_language — Find clickhouse language.","operationId":"find_clickhouse_language_v1_text_find_clickhouse_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC315ClickhouseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Clickhouse Language V1 Text Find Clickhouse Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_timescaledb_language":{"post":{"summary":"Detect Timescaledb Language","description":"POST /v1/text/detect_timescaledb_language — Detect timescaledb language.","operationId":"detect_timescaledb_language_v1_text_detect_timescaledb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC315TimescaleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Timescaledb Language V1 Text Detect Timescaledb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_influxdb_language":{"post":{"summary":"Find Influxdb Language","description":"POST /v1/text/find_influxdb_language — Find influxdb language.","operationId":"find_influxdb_language_v1_text_find_influxdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC315InfluxdbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Influxdb Language V1 Text Find Influxdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_druid_language":{"post":{"summary":"Detect Druid Language","description":"POST /v1/text/detect_druid_language — Detect druid language.","operationId":"detect_druid_language_v1_text_detect_druid_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC315DruidReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Druid Language V1 Text Detect Druid Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kafka_language":{"post":{"summary":"Find Kafka Language","description":"POST /v1/text/find_kafka_language — Find kafka language.","operationId":"find_kafka_language_v1_text_find_kafka_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC316KafkaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kafka Language V1 Text Find Kafka Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_confluent_language":{"post":{"summary":"Detect Confluent Language","description":"POST /v1/text/detect_confluent_language — Detect confluent language.","operationId":"detect_confluent_language_v1_text_detect_confluent_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC316ConfluentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Confluent Language V1 Text Detect Confluent Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pulsar_language":{"post":{"summary":"Find Pulsar Language","description":"POST /v1/text/find_pulsar_language — Find pulsar language.","operationId":"find_pulsar_language_v1_text_find_pulsar_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC316PulsarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pulsar Language V1 Text Find Pulsar Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nats_language":{"post":{"summary":"Detect Nats Language","description":"POST /v1/text/detect_nats_language — Detect nats language.","operationId":"detect_nats_language_v1_text_detect_nats_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC316NatsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nats Language V1 Text Detect Nats Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sqs_language":{"post":{"summary":"Find Sqs Language","description":"POST /v1/text/find_sqs_language — Find sqs language.","operationId":"find_sqs_language_v1_text_find_sqs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC317SqsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sqs Language V1 Text Find Sqs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sns_language":{"post":{"summary":"Detect Sns Language","description":"POST /v1/text/detect_sns_language — Detect sns language.","operationId":"detect_sns_language_v1_text_detect_sns_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC317SnsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sns Language V1 Text Detect Sns Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_eventbridge_language":{"post":{"summary":"Find Eventbridge Language","description":"POST /v1/text/find_eventbridge_language — Find eventbridge language.","operationId":"find_eventbridge_language_v1_text_find_eventbridge_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC317EventbridgeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Eventbridge Language V1 Text Find Eventbridge Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_azure_service_bus_language":{"post":{"summary":"Detect Azure Service Bus Language","description":"POST /v1/text/detect_azure_service_bus_language — Detect azure service bus language.","operationId":"detect_azure_service_bus_language_v1_text_detect_azure_service_bus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC317AzureServiceBusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Azure Service Bus Language V1 Text Detect Azure Service Bus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aws_lambda_language":{"post":{"summary":"Find Aws Lambda Language","description":"POST /v1/text/find_aws_lambda_language — Find aws lambda language.","operationId":"find_aws_lambda_language_v1_text_find_aws_lambda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC318LambdaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aws Lambda Language V1 Text Find Aws Lambda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_azure_functions_language":{"post":{"summary":"Detect Azure Functions Language","description":"POST /v1/text/detect_azure_functions_language — Detect azure functions language.","operationId":"detect_azure_functions_language_v1_text_detect_azure_functions_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC318AzureFunctionsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Azure Functions Language V1 Text Detect Azure Functions Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloud_functions_language":{"post":{"summary":"Find Cloud Functions Language","description":"POST /v1/text/find_cloud_functions_language — Find cloud functions language.","operationId":"find_cloud_functions_language_v1_text_find_cloud_functions_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC318GcfReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloud Functions Language V1 Text Find Cloud Functions Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudflare_workers_language":{"post":{"summary":"Detect Cloudflare Workers Language","description":"POST /v1/text/detect_cloudflare_workers_language — Detect cloudflare workers language.","operationId":"detect_cloudflare_workers_language_v1_text_detect_cloudflare_workers_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC318CfWorkersReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudflare Workers Language V1 Text Detect Cloudflare Workers Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vercel_language":{"post":{"summary":"Find Vercel Language","description":"POST /v1/text/find_vercel_language — Find vercel language.","operationId":"find_vercel_language_v1_text_find_vercel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC319VercelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vercel Language V1 Text Find Vercel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_netlify_language":{"post":{"summary":"Detect Netlify Language","description":"POST /v1/text/detect_netlify_language — Detect netlify language.","operationId":"detect_netlify_language_v1_text_detect_netlify_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC319NetlifyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Netlify Language V1 Text Detect Netlify Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flyio_language":{"post":{"summary":"Find Flyio Language","description":"POST /v1/text/find_flyio_language — Find flyio language.","operationId":"find_flyio_language_v1_text_find_flyio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC319FlyioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flyio Language V1 Text Find Flyio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_render_language":{"post":{"summary":"Detect Render Language","description":"POST /v1/text/detect_render_language — Detect render language.","operationId":"detect_render_language_v1_text_detect_render_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC319RenderReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Render Language V1 Text Detect Render Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_railway_language":{"post":{"summary":"Find Railway Language","description":"POST /v1/text/find_railway_language — Find railway language.","operationId":"find_railway_language_v1_text_find_railway_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC320RailwayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Railway Language V1 Text Find Railway Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_heroku_language":{"post":{"summary":"Detect Heroku Language","description":"POST /v1/text/detect_heroku_language — Detect heroku language.","operationId":"detect_heroku_language_v1_text_detect_heroku_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC320HerokuReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Heroku Language V1 Text Detect Heroku Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_platformsh_language":{"post":{"summary":"Find Platformsh Language","description":"POST /v1/text/find_platformsh_language — Find platformsh language.","operationId":"find_platformsh_language_v1_text_find_platformsh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC320PlatformshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Platformsh Language V1 Text Find Platformsh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dokku_language":{"post":{"summary":"Detect Dokku Language","description":"POST /v1/text/detect_dokku_language — Detect dokku language.","operationId":"detect_dokku_language_v1_text_detect_dokku_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC320DokkuReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dokku Language V1 Text Detect Dokku Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_do_app_platform_language":{"post":{"summary":"Find Do App Platform Language","description":"POST /v1/text/find_do_app_platform_language — Find do app platform language.","operationId":"find_do_app_platform_language_v1_text_find_do_app_platform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC321DOAppReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Do App Platform Language V1 Text Find Do App Platform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_coolify_language":{"post":{"summary":"Detect Coolify Language","description":"POST /v1/text/detect_coolify_language — Detect coolify language.","operationId":"detect_coolify_language_v1_text_detect_coolify_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC321CoolifyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Coolify Language V1 Text Detect Coolify Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_caprover_language":{"post":{"summary":"Find Caprover Language","description":"POST /v1/text/find_caprover_language — Find caprover language.","operationId":"find_caprover_language_v1_text_find_caprover_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC321CaproverReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Caprover Language V1 Text Find Caprover Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_porter_language":{"post":{"summary":"Detect Porter Language","description":"POST /v1/text/detect_porter_language — Detect porter language.","operationId":"detect_porter_language_v1_text_detect_porter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC321PorterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Porter Language V1 Text Detect Porter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_chef_language":{"post":{"summary":"Detect Chef Language","description":"POST /v1/text/detect_chef_language — Detect chef language.","operationId":"detect_chef_language_v1_text_detect_chef_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC322ChefReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Chef Language V1 Text Detect Chef Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_puppet_language":{"post":{"summary":"Find Puppet Language","description":"POST /v1/text/find_puppet_language — Find puppet language.","operationId":"find_puppet_language_v1_text_find_puppet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC322PuppetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Puppet Language V1 Text Find Puppet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_saltstack_language":{"post":{"summary":"Detect Saltstack Language","description":"POST /v1/text/detect_saltstack_language — Detect saltstack language.","operationId":"detect_saltstack_language_v1_text_detect_saltstack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC322SaltstackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Saltstack Language V1 Text Detect Saltstack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_newrelic_language":{"post":{"summary":"Detect Newrelic Language","description":"POST /v1/text/detect_newrelic_language — Detect newrelic language.","operationId":"detect_newrelic_language_v1_text_detect_newrelic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC323NewRelicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Newrelic Language V1 Text Detect Newrelic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rollbar_language":{"post":{"summary":"Find Rollbar Language","description":"POST /v1/text/find_rollbar_language — Find rollbar language.","operationId":"find_rollbar_language_v1_text_find_rollbar_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC325RollbarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rollbar Language V1 Text Find Rollbar Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bugsnag_language":{"post":{"summary":"Detect Bugsnag Language","description":"POST /v1/text/detect_bugsnag_language — Detect bugsnag language.","operationId":"detect_bugsnag_language_v1_text_detect_bugsnag_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC325BugsnagReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bugsnag Language V1 Text Detect Bugsnag Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_honeybadger_language":{"post":{"summary":"Find Honeybadger Language","description":"POST /v1/text/find_honeybadger_language — Find honeybadger language.","operationId":"find_honeybadger_language_v1_text_find_honeybadger_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC325HoneybadgerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Honeybadger Language V1 Text Find Honeybadger Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_logstash_language":{"post":{"summary":"Detect Logstash Language","description":"POST /v1/text/detect_logstash_language — Detect logstash language.","operationId":"detect_logstash_language_v1_text_detect_logstash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC325LogstashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Logstash Language V1 Text Detect Logstash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fluentd_language":{"post":{"summary":"Find Fluentd Language","description":"POST /v1/text/find_fluentd_language — Find fluentd language.","operationId":"find_fluentd_language_v1_text_find_fluentd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC326FluentdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fluentd Language V1 Text Find Fluentd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fluentbit_language":{"post":{"summary":"Detect Fluentbit Language","description":"POST /v1/text/detect_fluentbit_language — Detect fluentbit language.","operationId":"detect_fluentbit_language_v1_text_detect_fluentbit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC326FluentbitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fluentbit Language V1 Text Detect Fluentbit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vector_pipeline_language":{"post":{"summary":"Find Vector Pipeline Language","description":"POST /v1/text/find_vector_pipeline_language — Find vector pipeline language.","operationId":"find_vector_pipeline_language_v1_text_find_vector_pipeline_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC326VectorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vector Pipeline Language V1 Text Find Vector Pipeline Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cribl_language":{"post":{"summary":"Detect Cribl Language","description":"POST /v1/text/detect_cribl_language — Detect cribl language.","operationId":"detect_cribl_language_v1_text_detect_cribl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC326CriblReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cribl Language V1 Text Detect Cribl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_splunk_language":{"post":{"summary":"Find Splunk Language","description":"POST /v1/text/find_splunk_language — Find splunk language.","operationId":"find_splunk_language_v1_text_find_splunk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC327SplunkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Splunk Language V1 Text Find Splunk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kibana_language":{"post":{"summary":"Detect Kibana Language","description":"POST /v1/text/detect_kibana_language — Detect kibana language.","operationId":"detect_kibana_language_v1_text_detect_kibana_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC327KibanaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kibana Language V1 Text Detect Kibana Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dynatrace_language":{"post":{"summary":"Find Dynatrace Language","description":"POST /v1/text/find_dynatrace_language — Find dynatrace language.","operationId":"find_dynatrace_language_v1_text_find_dynatrace_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC327DynatraceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dynatrace Language V1 Text Find Dynatrace Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_appdynamics_language":{"post":{"summary":"Detect Appdynamics Language","description":"POST /v1/text/detect_appdynamics_language — Detect appdynamics language.","operationId":"detect_appdynamics_language_v1_text_detect_appdynamics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC327AppDynamicsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Appdynamics Language V1 Text Detect Appdynamics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bitbucket_pipelines_language":{"post":{"summary":"Find Bitbucket Pipelines Language","description":"POST /v1/text/find_bitbucket_pipelines_language — Find bitbucket pipelines language.","operationId":"find_bitbucket_pipelines_language_v1_text_find_bitbucket_pipelines_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC328BitbucketReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bitbucket Pipelines Language V1 Text Find Bitbucket Pipelines Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tekton_language":{"post":{"summary":"Detect Tekton Language","description":"POST /v1/text/detect_tekton_language — Detect tekton language.","operationId":"detect_tekton_language_v1_text_detect_tekton_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC328TektonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tekton Language V1 Text Detect Tekton Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_codefresh_language":{"post":{"summary":"Find Codefresh Language","description":"POST /v1/text/find_codefresh_language — Find codefresh language.","operationId":"find_codefresh_language_v1_text_find_codefresh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC328CodefreshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Codefresh Language V1 Text Find Codefresh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_concourse_language":{"post":{"summary":"Detect Concourse Language","description":"POST /v1/text/detect_concourse_language — Detect concourse language.","operationId":"detect_concourse_language_v1_text_detect_concourse_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC328ConcourseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Concourse Language V1 Text Detect Concourse Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_azure_devops_language":{"post":{"summary":"Find Azure Devops Language","description":"POST /v1/text/find_azure_devops_language — Find azure devops language.","operationId":"find_azure_devops_language_v1_text_find_azure_devops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC329AzureDevOpsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Azure Devops Language V1 Text Find Azure Devops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_codepipeline_language":{"post":{"summary":"Detect Codepipeline Language","description":"POST /v1/text/detect_codepipeline_language — Detect codepipeline language.","operationId":"detect_codepipeline_language_v1_text_detect_codepipeline_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC329CodePipelineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Codepipeline Language V1 Text Detect Codepipeline Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloud_build_language":{"post":{"summary":"Find Cloud Build Language","description":"POST /v1/text/find_cloud_build_language — Find cloud build language.","operationId":"find_cloud_build_language_v1_text_find_cloud_build_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC329CloudBuildReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloud Build Language V1 Text Find Cloud Build Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bamboo_language":{"post":{"summary":"Detect Bamboo Language","description":"POST /v1/text/detect_bamboo_language — Detect bamboo language.","operationId":"detect_bamboo_language_v1_text_detect_bamboo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC329BambooReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bamboo Language V1 Text Detect Bamboo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_playwright_language":{"post":{"summary":"Find Playwright Language","description":"POST /v1/text/find_playwright_language — Find playwright language.","operationId":"find_playwright_language_v1_text_find_playwright_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC330PlaywrightReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Playwright Language V1 Text Find Playwright Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_selenium_language":{"post":{"summary":"Detect Selenium Language","description":"POST /v1/text/detect_selenium_language — Detect selenium language.","operationId":"detect_selenium_language_v1_text_detect_selenium_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC330SeleniumReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Selenium Language V1 Text Detect Selenium Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_k6_language":{"post":{"summary":"Find K6 Language","description":"POST /v1/text/find_k6_language — Find k6 language.","operationId":"find_k6_language_v1_text_find_k6_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC330K6Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find K6 Language V1 Text Find K6 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vitest_language":{"post":{"summary":"Detect Vitest Language","description":"POST /v1/text/detect_vitest_language — Detect vitest language.","operationId":"detect_vitest_language_v1_text_detect_vitest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC330VitestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vitest Language V1 Text Detect Vitest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_locust_language":{"post":{"summary":"Find Locust Language","description":"POST /v1/text/find_locust_language — Find locust language.","operationId":"find_locust_language_v1_text_find_locust_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC331LocustReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Locust Language V1 Text Find Locust Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gatling_language":{"post":{"summary":"Detect Gatling Language","description":"POST /v1/text/detect_gatling_language — Detect gatling language.","operationId":"detect_gatling_language_v1_text_detect_gatling_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC331GatlingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gatling Language V1 Text Detect Gatling Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_artillery_language":{"post":{"summary":"Find Artillery Language","description":"POST /v1/text/find_artillery_language — Find artillery language.","operationId":"find_artillery_language_v1_text_find_artillery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC331ArtilleryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Artillery Language V1 Text Find Artillery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jmeter_language":{"post":{"summary":"Detect Jmeter Language","description":"POST /v1/text/detect_jmeter_language — Detect jmeter language.","operationId":"detect_jmeter_language_v1_text_detect_jmeter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC331JMeterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jmeter Language V1 Text Detect Jmeter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_puppeteer_language":{"post":{"summary":"Find Puppeteer Language","description":"POST /v1/text/find_puppeteer_language — Find puppeteer language.","operationId":"find_puppeteer_language_v1_text_find_puppeteer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC332PuppeteerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Puppeteer Language V1 Text Find Puppeteer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_testcafe_language":{"post":{"summary":"Detect Testcafe Language","description":"POST /v1/text/detect_testcafe_language — Detect testcafe language.","operationId":"detect_testcafe_language_v1_text_detect_testcafe_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC332TestCafeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Testcafe Language V1 Text Detect Testcafe Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_appium_language":{"post":{"summary":"Find Appium Language","description":"POST /v1/text/find_appium_language — Find appium language.","operationId":"find_appium_language_v1_text_find_appium_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC332AppiumReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Appium Language V1 Text Find Appium Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_detox_language":{"post":{"summary":"Detect Detox Language","description":"POST /v1/text/detect_detox_language — Detect detox language.","operationId":"detect_detox_language_v1_text_detect_detox_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC332DetoxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Detox Language V1 Text Detect Detox Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_postman_language":{"post":{"summary":"Find Postman Language","description":"POST /v1/text/find_postman_language — Find postman language.","operationId":"find_postman_language_v1_text_find_postman_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC333PostmanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Postman Language V1 Text Find Postman Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_insomnia_language":{"post":{"summary":"Detect Insomnia Language","description":"POST /v1/text/detect_insomnia_language — Detect insomnia language.","operationId":"detect_insomnia_language_v1_text_detect_insomnia_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC333InsomniaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Insomnia Language V1 Text Detect Insomnia Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bruno_language":{"post":{"summary":"Find Bruno Language","description":"POST /v1/text/find_bruno_language — Find bruno language.","operationId":"find_bruno_language_v1_text_find_bruno_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC333BrunoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bruno Language V1 Text Find Bruno Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rest_assured_language":{"post":{"summary":"Detect Rest Assured Language","description":"POST /v1/text/detect_rest_assured_language — Detect rest assured language.","operationId":"detect_rest_assured_language_v1_text_detect_rest_assured_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC333RestAssuredReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rest Assured Language V1 Text Detect Rest Assured Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_owasp_zap_language":{"post":{"summary":"Find Owasp Zap Language","description":"POST /v1/text/find_owasp_zap_language — Find owasp zap language.","operationId":"find_owasp_zap_language_v1_text_find_owasp_zap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC334ZAPReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Owasp Zap Language V1 Text Find Owasp Zap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_burp_suite_language":{"post":{"summary":"Detect Burp Suite Language","description":"POST /v1/text/detect_burp_suite_language — Detect burp suite language.","operationId":"detect_burp_suite_language_v1_text_detect_burp_suite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC334BurpReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Burp Suite Language V1 Text Detect Burp Suite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_snyk_language":{"post":{"summary":"Find Snyk Language","description":"POST /v1/text/find_snyk_language — Find snyk language.","operationId":"find_snyk_language_v1_text_find_snyk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC334SnykReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Snyk Language V1 Text Find Snyk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sonarqube_language":{"post":{"summary":"Detect Sonarqube Language","description":"POST /v1/text/detect_sonarqube_language — Detect sonarqube language.","operationId":"detect_sonarqube_language_v1_text_detect_sonarqube_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC334SonarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sonarqube Language V1 Text Detect Sonarqube Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_trivy_language":{"post":{"summary":"Find Trivy Language","description":"POST /v1/text/find_trivy_language — Find trivy language.","operationId":"find_trivy_language_v1_text_find_trivy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC335TrivyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Trivy Language V1 Text Find Trivy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_semgrep_language":{"post":{"summary":"Detect Semgrep Language","description":"POST /v1/text/detect_semgrep_language — Detect semgrep language.","operationId":"detect_semgrep_language_v1_text_detect_semgrep_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC335SemgrepReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Semgrep Language V1 Text Detect Semgrep Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_checkov_language":{"post":{"summary":"Find Checkov Language","description":"POST /v1/text/find_checkov_language — Find checkov language.","operationId":"find_checkov_language_v1_text_find_checkov_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC335ChecovReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Checkov Language V1 Text Find Checkov Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_grype_language":{"post":{"summary":"Detect Grype Language","description":"POST /v1/text/detect_grype_language — Detect grype language.","operationId":"detect_grype_language_v1_text_detect_grype_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC335GrypeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Grype Language V1 Text Detect Grype Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_trufflehog_language":{"post":{"summary":"Find Trufflehog Language","description":"POST /v1/text/find_trufflehog_language — Find trufflehog language.","operationId":"find_trufflehog_language_v1_text_find_trufflehog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC336TruffleHogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Trufflehog Language V1 Text Find Trufflehog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gitleaks_language":{"post":{"summary":"Detect Gitleaks Language","description":"POST /v1/text/detect_gitleaks_language — Detect gitleaks language.","operationId":"detect_gitleaks_language_v1_text_detect_gitleaks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC336GitLeaksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gitleaks Language V1 Text Detect Gitleaks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dependabot_language":{"post":{"summary":"Find Dependabot Language","description":"POST /v1/text/find_dependabot_language — Find dependabot language.","operationId":"find_dependabot_language_v1_text_find_dependabot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC336DependabotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dependabot Language V1 Text Find Dependabot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_renovate_language":{"post":{"summary":"Detect Renovate Language","description":"POST /v1/text/detect_renovate_language — Detect renovate language.","operationId":"detect_renovate_language_v1_text_detect_renovate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC336RenovateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Renovate Language V1 Text Detect Renovate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_secrets_manager_language":{"post":{"summary":"Find Secrets Manager Language","description":"POST /v1/text/find_secrets_manager_language — Find secrets manager language.","operationId":"find_secrets_manager_language_v1_text_find_secrets_manager_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC337SecretsManagerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Secrets Manager Language V1 Text Find Secrets Manager Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_azure_key_vault_language":{"post":{"summary":"Detect Azure Key Vault Language","description":"POST /v1/text/detect_azure_key_vault_language — Detect azure key vault language.","operationId":"detect_azure_key_vault_language_v1_text_detect_azure_key_vault_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC337KeyVaultReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Azure Key Vault Language V1 Text Detect Azure Key Vault Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_doppler_language":{"post":{"summary":"Find Doppler Language","description":"POST /v1/text/find_doppler_language — Find doppler language.","operationId":"find_doppler_language_v1_text_find_doppler_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC337DopplerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Doppler Language V1 Text Find Doppler Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_infisical_language":{"post":{"summary":"Detect Infisical Language","description":"POST /v1/text/detect_infisical_language — Detect infisical language.","operationId":"detect_infisical_language_v1_text_detect_infisical_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC337InfisicalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Infisical Language V1 Text Detect Infisical Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cosign_language":{"post":{"summary":"Find Cosign Language","description":"POST /v1/text/find_cosign_language — Find cosign language.","operationId":"find_cosign_language_v1_text_find_cosign_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC338CosignReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cosign Language V1 Text Find Cosign Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sigstore_language":{"post":{"summary":"Detect Sigstore Language","description":"POST /v1/text/detect_sigstore_language — Detect sigstore language.","operationId":"detect_sigstore_language_v1_text_detect_sigstore_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC338SigstoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sigstore Language V1 Text Detect Sigstore Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_syft_language":{"post":{"summary":"Find Syft Language","description":"POST /v1/text/find_syft_language — Find syft language.","operationId":"find_syft_language_v1_text_find_syft_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC338SyftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Syft Language V1 Text Find Syft Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_in_toto_language":{"post":{"summary":"Detect In Toto Language","description":"POST /v1/text/detect_in_toto_language — Detect in toto language.","operationId":"detect_in_toto_language_v1_text_detect_in_toto_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC338InTotoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect In Toto Language V1 Text Detect In Toto Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_slsa_language":{"post":{"summary":"Find Slsa Language","description":"POST /v1/text/find_slsa_language — Find slsa language.","operationId":"find_slsa_language_v1_text_find_slsa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC339SlsaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Slsa Language V1 Text Find Slsa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cyclonedx_language":{"post":{"summary":"Detect Cyclonedx Language","description":"POST /v1/text/detect_cyclonedx_language — Detect cyclonedx language.","operationId":"detect_cyclonedx_language_v1_text_detect_cyclonedx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC339CycloneDXReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cyclonedx Language V1 Text Detect Cyclonedx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_spdx_language":{"post":{"summary":"Find Spdx Language","description":"POST /v1/text/find_spdx_language — Find spdx language.","operationId":"find_spdx_language_v1_text_find_spdx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC339SpdxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Spdx Language V1 Text Find Spdx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openssf_scorecard_language":{"post":{"summary":"Detect Openssf Scorecard Language","description":"POST /v1/text/detect_openssf_scorecard_language — Detect openssf scorecard language.","operationId":"detect_openssf_scorecard_language_v1_text_detect_openssf_scorecard_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC339ScorecardReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openssf Scorecard Language V1 Text Detect Openssf Scorecard Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fleet_language":{"post":{"summary":"Find Fleet Language","description":"POST /v1/text/find_fleet_language — Find fleet language.","operationId":"find_fleet_language_v1_text_find_fleet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC340FleetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fleet Language V1 Text Find Fleet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rancher_language":{"post":{"summary":"Detect Rancher Language","description":"POST /v1/text/detect_rancher_language — Detect rancher language.","operationId":"detect_rancher_language_v1_text_detect_rancher_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC340RancherReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rancher Language V1 Text Detect Rancher Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_crossplane_language":{"post":{"summary":"Find Crossplane Language","description":"POST /v1/text/find_crossplane_language — Find crossplane language.","operationId":"find_crossplane_language_v1_text_find_crossplane_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC341CrossplaneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Crossplane Language V1 Text Find Crossplane Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cluster_api_language":{"post":{"summary":"Detect Cluster Api Language","description":"POST /v1/text/detect_cluster_api_language — Detect cluster api language.","operationId":"detect_cluster_api_language_v1_text_detect_cluster_api_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC341ClusterAPIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cluster Api Language V1 Text Detect Cluster Api Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_k3s_language":{"post":{"summary":"Find K3S Language","description":"POST /v1/text/find_k3s_language — Find k3s language.","operationId":"find_k3s_language_v1_text_find_k3s_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC341K3sReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find K3S Language V1 Text Find K3S Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_k0s_language":{"post":{"summary":"Detect K0S Language","description":"POST /v1/text/detect_k0s_language — Detect k0s language.","operationId":"detect_k0s_language_v1_text_detect_k0s_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC341K0sReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect K0S Language V1 Text Detect K0S Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_helmfile_language":{"post":{"summary":"Detect Helmfile Language","description":"POST /v1/text/detect_helmfile_language — Detect helmfile language.","operationId":"detect_helmfile_language_v1_text_detect_helmfile_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC342HelmfileReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Helmfile Language V1 Text Detect Helmfile Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_helmsman_language":{"post":{"summary":"Find Helmsman Language","description":"POST /v1/text/find_helmsman_language — Find helmsman language.","operationId":"find_helmsman_language_v1_text_find_helmsman_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC342HelsmanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Helmsman Language V1 Text Find Helmsman Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_skaffold_language":{"post":{"summary":"Detect Skaffold Language","description":"POST /v1/text/detect_skaffold_language — Detect skaffold language.","operationId":"detect_skaffold_language_v1_text_detect_skaffold_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC342SkaffoldReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Skaffold Language V1 Text Detect Skaffold Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tilt_language":{"post":{"summary":"Find Tilt Language","description":"POST /v1/text/find_tilt_language — Find tilt language.","operationId":"find_tilt_language_v1_text_find_tilt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC343TiltReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tilt Language V1 Text Find Tilt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_garden_language":{"post":{"summary":"Detect Garden Language","description":"POST /v1/text/detect_garden_language — Detect garden language.","operationId":"detect_garden_language_v1_text_detect_garden_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC343GardenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Garden Language V1 Text Detect Garden Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_okteto_language":{"post":{"summary":"Find Okteto Language","description":"POST /v1/text/find_okteto_language — Find okteto language.","operationId":"find_okteto_language_v1_text_find_okteto_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC343OktetoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Okteto Language V1 Text Find Okteto Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_devspace_language":{"post":{"summary":"Detect Devspace Language","description":"POST /v1/text/detect_devspace_language — Detect devspace language.","operationId":"detect_devspace_language_v1_text_detect_devspace_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC343DevSpaceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Devspace Language V1 Text Detect Devspace Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_telepresence_language":{"post":{"summary":"Find Telepresence Language","description":"POST /v1/text/find_telepresence_language — Find telepresence language.","operationId":"find_telepresence_language_v1_text_find_telepresence_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC344TelepresenceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Telepresence Language V1 Text Find Telepresence Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mirrord_language":{"post":{"summary":"Detect Mirrord Language","description":"POST /v1/text/detect_mirrord_language — Detect mirrord language.","operationId":"detect_mirrord_language_v1_text_detect_mirrord_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC344MirrordReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mirrord Language V1 Text Detect Mirrord Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_localstack_language":{"post":{"summary":"Find Localstack Language","description":"POST /v1/text/find_localstack_language — Find localstack language.","operationId":"find_localstack_language_v1_text_find_localstack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC344LocalStackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Localstack Language V1 Text Find Localstack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wiremock_language":{"post":{"summary":"Detect Wiremock Language","description":"POST /v1/text/detect_wiremock_language — Detect wiremock language.","operationId":"detect_wiremock_language_v1_text_detect_wiremock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC344WireMockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wiremock Language V1 Text Detect Wiremock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mockserver_language":{"post":{"summary":"Find Mockserver Language","description":"POST /v1/text/find_mockserver_language — Find mockserver language.","operationId":"find_mockserver_language_v1_text_find_mockserver_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC345MockServerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mockserver Language V1 Text Find Mockserver Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_msw_language":{"post":{"summary":"Detect Msw Language","description":"POST /v1/text/detect_msw_language — Detect msw language.","operationId":"detect_msw_language_v1_text_detect_msw_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC345MswReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Msw Language V1 Text Detect Msw Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hoverfly_language":{"post":{"summary":"Detect Hoverfly Language","description":"POST /v1/text/detect_hoverfly_language — Detect hoverfly language.","operationId":"detect_hoverfly_language_v1_text_detect_hoverfly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC345HoverflyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hoverfly Language V1 Text Detect Hoverfly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nock_language":{"post":{"summary":"Find Nock Language","description":"POST /v1/text/find_nock_language — Find nock language.","operationId":"find_nock_language_v1_text_find_nock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC346NockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nock Language V1 Text Find Nock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_faker_language":{"post":{"summary":"Detect Faker Language","description":"POST /v1/text/detect_faker_language — Detect faker language.","operationId":"detect_faker_language_v1_text_detect_faker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC346FakerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Faker Language V1 Text Detect Faker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_factory_boy_language":{"post":{"summary":"Find Factory Boy Language","description":"POST /v1/text/find_factory_boy_language — Find factory boy language.","operationId":"find_factory_boy_language_v1_text_find_factory_boy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC346FactoryBoyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Factory Boy Language V1 Text Find Factory Boy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fishery_language":{"post":{"summary":"Detect Fishery Language","description":"POST /v1/text/detect_fishery_language — Detect fishery language.","operationId":"detect_fishery_language_v1_text_detect_fishery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC346FisheryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fishery Language V1 Text Detect Fishery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_polly_language":{"post":{"summary":"Find Polly Language","description":"POST /v1/text/find_polly_language — Find polly language.","operationId":"find_polly_language_v1_text_find_polly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC347PollyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Polly Language V1 Text Find Polly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vcr_language":{"post":{"summary":"Detect Vcr Language","description":"POST /v1/text/detect_vcr_language — Detect vcr language.","operationId":"detect_vcr_language_v1_text_detect_vcr_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC347VcrReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vcr Language V1 Text Detect Vcr Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_betamax_language":{"post":{"summary":"Find Betamax Language","description":"POST /v1/text/find_betamax_language — Find betamax language.","operationId":"find_betamax_language_v1_text_find_betamax_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC347BetamaxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Betamax Language V1 Text Find Betamax Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_httpretty_language":{"post":{"summary":"Detect Httpretty Language","description":"POST /v1/text/detect_httpretty_language — Detect httpretty language.","operationId":"detect_httpretty_language_v1_text_detect_httpretty_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC347HTTPrettyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Httpretty Language V1 Text Detect Httpretty Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_responses_library_language":{"post":{"summary":"Find Responses Library Language","description":"POST /v1/text/find_responses_library_language — Find responses library language.","operationId":"find_responses_library_language_v1_text_find_responses_library_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC348ResponsesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Responses Library Language V1 Text Find Responses Library Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_respx_language":{"post":{"summary":"Detect Respx Language","description":"POST /v1/text/detect_respx_language — Detect respx language.","operationId":"detect_respx_language_v1_text_detect_respx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC348RespxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Respx Language V1 Text Detect Respx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aioresponses_language":{"post":{"summary":"Find Aioresponses Language","description":"POST /v1/text/find_aioresponses_language — Find aioresponses language.","operationId":"find_aioresponses_language_v1_text_find_aioresponses_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC348AioresponsesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aioresponses Language V1 Text Find Aioresponses Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pytest_httpserver_language":{"post":{"summary":"Detect Pytest Httpserver Language","description":"POST /v1/text/detect_pytest_httpserver_language — Detect pytest httpserver language.","operationId":"detect_pytest_httpserver_language_v1_text_detect_pytest_httpserver_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC348PytestHttpserverReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pytest Httpserver Language V1 Text Detect Pytest Httpserver Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pytest_mock_language":{"post":{"summary":"Find Pytest Mock Language","description":"POST /v1/text/find_pytest_mock_language — Find pytest mock language.","operationId":"find_pytest_mock_language_v1_text_find_pytest_mock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC349PytestMockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pytest Mock Language V1 Text Find Pytest Mock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_unittest_mock_language":{"post":{"summary":"Detect Unittest Mock Language","description":"POST /v1/text/detect_unittest_mock_language — Detect unittest mock language.","operationId":"detect_unittest_mock_language_v1_text_detect_unittest_mock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC349UnittestMockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Unittest Mock Language V1 Text Detect Unittest Mock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mockito_language":{"post":{"summary":"Find Mockito Language","description":"POST /v1/text/find_mockito_language — Find mockito language.","operationId":"find_mockito_language_v1_text_find_mockito_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC349MockitoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mockito Language V1 Text Find Mockito Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_easymock_language":{"post":{"summary":"Detect Easymock Language","description":"POST /v1/text/detect_easymock_language — Detect easymock language.","operationId":"detect_easymock_language_v1_text_detect_easymock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC349EasyMockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Easymock Language V1 Text Detect Easymock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_powermock_language":{"post":{"summary":"Find Powermock Language","description":"POST /v1/text/find_powermock_language — Find powermock language.","operationId":"find_powermock_language_v1_text_find_powermock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC350PowerMockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Powermock Language V1 Text Find Powermock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jmockit_language":{"post":{"summary":"Detect Jmockit Language","description":"POST /v1/text/detect_jmockit_language — Detect jmockit language.","operationId":"detect_jmockit_language_v1_text_detect_jmockit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC350JMockitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jmockit Language V1 Text Detect Jmockit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sinon_language":{"post":{"summary":"Find Sinon Language","description":"POST /v1/text/find_sinon_language — Find sinon language.","operationId":"find_sinon_language_v1_text_find_sinon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC350SinonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sinon Language V1 Text Find Sinon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_testdouble_language":{"post":{"summary":"Detect Testdouble Language","description":"POST /v1/text/detect_testdouble_language — Detect testdouble language.","operationId":"detect_testdouble_language_v1_text_detect_testdouble_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC350TestdoubleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Testdouble Language V1 Text Detect Testdouble Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_proxyquire_language":{"post":{"summary":"Find Proxyquire Language","description":"POST /v1/text/find_proxyquire_language — Find proxyquire language.","operationId":"find_proxyquire_language_v1_text_find_proxyquire_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC351ProxyquireReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Proxyquire Language V1 Text Find Proxyquire Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rewire_language":{"post":{"summary":"Detect Rewire Language","description":"POST /v1/text/detect_rewire_language — Detect rewire language.","operationId":"detect_rewire_language_v1_text_detect_rewire_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC351RewireReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rewire Language V1 Text Detect Rewire Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_quibble_language":{"post":{"summary":"Find Quibble Language","description":"POST /v1/text/find_quibble_language — Find quibble language.","operationId":"find_quibble_language_v1_text_find_quibble_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC351QuibbleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Quibble Language V1 Text Find Quibble Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_inject_loader_language":{"post":{"summary":"Detect Inject Loader Language","description":"POST /v1/text/detect_inject_loader_language — Detect inject loader language.","operationId":"detect_inject_loader_language_v1_text_detect_inject_loader_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC351InjectLoaderReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Inject Loader Language V1 Text Detect Inject Loader Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jest_language":{"post":{"summary":"Find Jest Language","description":"POST /v1/text/find_jest_language — Find jest language.","operationId":"find_jest_language_v1_text_find_jest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC352JestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jest Language V1 Text Find Jest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ava_language":{"post":{"summary":"Detect Ava Language","description":"POST /v1/text/detect_ava_language — Detect ava language.","operationId":"detect_ava_language_v1_text_detect_ava_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC352AvaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ava Language V1 Text Detect Ava Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mocha_language":{"post":{"summary":"Find Mocha Language","description":"POST /v1/text/find_mocha_language — Find mocha language.","operationId":"find_mocha_language_v1_text_find_mocha_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC352MochaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mocha Language V1 Text Find Mocha Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jasmine_language":{"post":{"summary":"Detect Jasmine Language","description":"POST /v1/text/detect_jasmine_language — Detect jasmine language.","operationId":"detect_jasmine_language_v1_text_detect_jasmine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC352JasmineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jasmine Language V1 Text Detect Jasmine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_qunit_language":{"post":{"summary":"Find Qunit Language","description":"POST /v1/text/find_qunit_language — Find qunit language.","operationId":"find_qunit_language_v1_text_find_qunit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC353QUnitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Qunit Language V1 Text Find Qunit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tape_language":{"post":{"summary":"Detect Tape Language","description":"POST /v1/text/detect_tape_language — Detect tape language.","operationId":"detect_tape_language_v1_text_detect_tape_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC353TapeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tape Language V1 Text Detect Tape Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tap_language":{"post":{"summary":"Find Tap Language","description":"POST /v1/text/find_tap_language — Find tap language.","operationId":"find_tap_language_v1_text_find_tap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC353TapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tap Language V1 Text Find Tap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_node_test_language":{"post":{"summary":"Detect Node Test Language","description":"POST /v1/text/detect_node_test_language — Detect node test language.","operationId":"detect_node_test_language_v1_text_detect_node_test_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC353NodeTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Node Test Language V1 Text Detect Node Test Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pytest_language":{"post":{"summary":"Find Pytest Language","description":"POST /v1/text/find_pytest_language — Find pytest language.","operationId":"find_pytest_language_v1_text_find_pytest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC354PytestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pytest Language V1 Text Find Pytest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_unittest_language":{"post":{"summary":"Detect Unittest Language","description":"POST /v1/text/detect_unittest_language — Detect unittest language.","operationId":"detect_unittest_language_v1_text_detect_unittest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC354UnittestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Unittest Language V1 Text Detect Unittest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hypothesis_language":{"post":{"summary":"Find Hypothesis Language","description":"POST /v1/text/find_hypothesis_language — Find hypothesis language.","operationId":"find_hypothesis_language_v1_text_find_hypothesis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC354HypothesisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hypothesis Language V1 Text Find Hypothesis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_doctest_language":{"post":{"summary":"Detect Doctest Language","description":"POST /v1/text/detect_doctest_language — Detect doctest language.","operationId":"detect_doctest_language_v1_text_detect_doctest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC354DoctestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Doctest Language V1 Text Detect Doctest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_go_test_language":{"post":{"summary":"Find Go Test Language","description":"POST /v1/text/find_go_test_language — Find go test language.","operationId":"find_go_test_language_v1_text_find_go_test_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC355GoTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Go Test Language V1 Text Find Go Test Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_testify_language":{"post":{"summary":"Detect Testify Language","description":"POST /v1/text/detect_testify_language — Detect testify language.","operationId":"detect_testify_language_v1_text_detect_testify_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC355TestifyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Testify Language V1 Text Detect Testify Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gomock_language":{"post":{"summary":"Find Gomock Language","description":"POST /v1/text/find_gomock_language — Find gomock language.","operationId":"find_gomock_language_v1_text_find_gomock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC355GomockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gomock Language V1 Text Find Gomock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ginkgo_language":{"post":{"summary":"Detect Ginkgo Language","description":"POST /v1/text/detect_ginkgo_language — Detect ginkgo language.","operationId":"detect_ginkgo_language_v1_text_detect_ginkgo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC355GinkgoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ginkgo Language V1 Text Detect Ginkgo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rspec_language":{"post":{"summary":"Find Rspec Language","description":"POST /v1/text/find_rspec_language — Find rspec language.","operationId":"find_rspec_language_v1_text_find_rspec_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC356RSpecReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rspec Language V1 Text Find Rspec Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_minitest_language":{"post":{"summary":"Detect Minitest Language","description":"POST /v1/text/detect_minitest_language — Detect minitest language.","operationId":"detect_minitest_language_v1_text_detect_minitest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC356MinitestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Minitest Language V1 Text Detect Minitest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_factory_bot_language":{"post":{"summary":"Find Factory Bot Language","description":"POST /v1/text/find_factory_bot_language — Find factory bot language.","operationId":"find_factory_bot_language_v1_text_find_factory_bot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC356FactoryBotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Factory Bot Language V1 Text Find Factory Bot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_shoulda_language":{"post":{"summary":"Detect Shoulda Language","description":"POST /v1/text/detect_shoulda_language — Detect shoulda language.","operationId":"detect_shoulda_language_v1_text_detect_shoulda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC356ShouldaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Shoulda Language V1 Text Detect Shoulda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_capybara_language":{"post":{"summary":"Find Capybara Language","description":"POST /v1/text/find_capybara_language — Find capybara language.","operationId":"find_capybara_language_v1_text_find_capybara_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC357CapybaraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Capybara Language V1 Text Find Capybara Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_watir_language":{"post":{"summary":"Detect Watir Language","description":"POST /v1/text/detect_watir_language — Detect watir language.","operationId":"detect_watir_language_v1_text_detect_watir_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC357WatirReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Watir Language V1 Text Detect Watir Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cypress_language":{"post":{"summary":"Find Cypress Language","description":"POST /v1/text/find_cypress_language — Find cypress language.","operationId":"find_cypress_language_v1_text_find_cypress_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC357CypressReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cypress Language V1 Text Find Cypress Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nightwatch_language":{"post":{"summary":"Detect Nightwatch Language","description":"POST /v1/text/detect_nightwatch_language — Detect nightwatch language.","operationId":"detect_nightwatch_language_v1_text_detect_nightwatch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC357NightwatchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nightwatch Language V1 Text Detect Nightwatch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_backstop_language":{"post":{"summary":"Find Backstop Language","description":"POST /v1/text/find_backstop_language — Find backstop language.","operationId":"find_backstop_language_v1_text_find_backstop_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC358BackstopReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Backstop Language V1 Text Find Backstop Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_percy_language":{"post":{"summary":"Detect Percy Language","description":"POST /v1/text/detect_percy_language — Detect percy language.","operationId":"detect_percy_language_v1_text_detect_percy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC358PercyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Percy Language V1 Text Detect Percy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chromatic_language":{"post":{"summary":"Find Chromatic Language","description":"POST /v1/text/find_chromatic_language — Find chromatic language.","operationId":"find_chromatic_language_v1_text_find_chromatic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC358ChromaticReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chromatic Language V1 Text Find Chromatic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_applitools_language":{"post":{"summary":"Detect Applitools Language","description":"POST /v1/text/detect_applitools_language — Detect applitools language.","operationId":"detect_applitools_language_v1_text_detect_applitools_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC358AppliToolsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Applitools Language V1 Text Detect Applitools Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_wrk_language":{"post":{"summary":"Find Wrk Language","description":"POST /v1/text/find_wrk_language — Find wrk language.","operationId":"find_wrk_language_v1_text_find_wrk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC359WrkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Wrk Language V1 Text Find Wrk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vegeta_language":{"post":{"summary":"Detect Vegeta Language","description":"POST /v1/text/detect_vegeta_language — Detect vegeta language.","operationId":"detect_vegeta_language_v1_text_detect_vegeta_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC359VegetaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vegeta Language V1 Text Detect Vegeta Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hey_load_language":{"post":{"summary":"Find Hey Load Language","description":"POST /v1/text/find_hey_load_language — Find hey load language.","operationId":"find_hey_load_language_v1_text_find_hey_load_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC359HeyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hey Load Language V1 Text Find Hey Load Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_siege_language":{"post":{"summary":"Detect Siege Language","description":"POST /v1/text/detect_siege_language — Detect siege language.","operationId":"detect_siege_language_v1_text_detect_siege_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC359SiegeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Siege Language V1 Text Detect Siege Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lightstep_language":{"post":{"summary":"Find Lightstep Language","description":"POST /v1/text/find_lightstep_language — Find lightstep language.","operationId":"find_lightstep_language_v1_text_find_lightstep_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC360LightstepReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lightstep Language V1 Text Find Lightstep Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_honeycomb_language":{"post":{"summary":"Detect Honeycomb Language","description":"POST /v1/text/detect_honeycomb_language — Detect honeycomb language.","operationId":"detect_honeycomb_language_v1_text_detect_honeycomb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC360HoneycombReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Honeycomb Language V1 Text Detect Honeycomb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_instana_language":{"post":{"summary":"Find Instana Language","description":"POST /v1/text/find_instana_language — Find instana language.","operationId":"find_instana_language_v1_text_find_instana_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC360InstanaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Instana Language V1 Text Find Instana Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_skywalking_language":{"post":{"summary":"Detect Skywalking Language","description":"POST /v1/text/detect_skywalking_language — Detect skywalking language.","operationId":"detect_skywalking_language_v1_text_detect_skywalking_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC360SkyWalkingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Skywalking Language V1 Text Detect Skywalking Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fastlane_language":{"post":{"summary":"Find Fastlane Language","description":"POST /v1/text/find_fastlane_language — Find fastlane language.","operationId":"find_fastlane_language_v1_text_find_fastlane_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC361FastlaneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fastlane Language V1 Text Find Fastlane Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_codemagic_language":{"post":{"summary":"Detect Codemagic Language","description":"POST /v1/text/detect_codemagic_language — Detect codemagic language.","operationId":"detect_codemagic_language_v1_text_detect_codemagic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC361CodemagicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Codemagic Language V1 Text Detect Codemagic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bitrise_language":{"post":{"summary":"Find Bitrise Language","description":"POST /v1/text/find_bitrise_language — Find bitrise language.","operationId":"find_bitrise_language_v1_text_find_bitrise_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC361BitriseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bitrise Language V1 Text Find Bitrise Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_buddy_language":{"post":{"summary":"Detect Buddy Language","description":"POST /v1/text/detect_buddy_language — Detect buddy language.","operationId":"detect_buddy_language_v1_text_detect_buddy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC361BuddyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Buddy Language V1 Text Detect Buddy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_xctest_language":{"post":{"summary":"Find Xctest Language","description":"POST /v1/text/find_xctest_language — Find xctest language.","operationId":"find_xctest_language_v1_text_find_xctest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC362XCTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Xctest Language V1 Text Find Xctest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_espresso_language":{"post":{"summary":"Detect Espresso Language","description":"POST /v1/text/detect_espresso_language — Detect espresso language.","operationId":"detect_espresso_language_v1_text_detect_espresso_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC362EspressoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Espresso Language V1 Text Detect Espresso Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_robolectric_language":{"post":{"summary":"Find Robolectric Language","description":"POST /v1/text/find_robolectric_language — Find robolectric language.","operationId":"find_robolectric_language_v1_text_find_robolectric_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC362RobolectricReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Robolectric Language V1 Text Find Robolectric Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_uiautomator_language":{"post":{"summary":"Detect Uiautomator Language","description":"POST /v1/text/detect_uiautomator_language — Detect uiautomator language.","operationId":"detect_uiautomator_language_v1_text_detect_uiautomator_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC362UIAutomatorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Uiautomator Language V1 Text Detect Uiautomator Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_junit5_language":{"post":{"summary":"Find Junit5 Language","description":"POST /v1/text/find_junit5_language — Find junit5 language.","operationId":"find_junit5_language_v1_text_find_junit5_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC363JUnit5Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Junit5 Language V1 Text Find Junit5 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_testng_language":{"post":{"summary":"Detect Testng Language","description":"POST /v1/text/detect_testng_language — Detect testng language.","operationId":"detect_testng_language_v1_text_detect_testng_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC363TestNGReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Testng Language V1 Text Detect Testng Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_spock_language":{"post":{"summary":"Find Spock Language","description":"POST /v1/text/find_spock_language — Find spock language.","operationId":"find_spock_language_v1_text_find_spock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC363SpockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Spock Language V1 Text Find Spock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_assertj_language":{"post":{"summary":"Detect Assertj Language","description":"POST /v1/text/detect_assertj_language — Detect assertj language.","operationId":"detect_assertj_language_v1_text_detect_assertj_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC363AssertJReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Assertj Language V1 Text Detect Assertj Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mypy_language":{"post":{"summary":"Find Mypy Language","description":"POST /v1/text/find_mypy_language — Find mypy language.","operationId":"find_mypy_language_v1_text_find_mypy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC364MypyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mypy Language V1 Text Find Mypy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pyright_language":{"post":{"summary":"Detect Pyright Language","description":"POST /v1/text/detect_pyright_language — Detect pyright language.","operationId":"detect_pyright_language_v1_text_detect_pyright_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC364PyrightReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pyright Language V1 Text Detect Pyright Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pylint_language":{"post":{"summary":"Find Pylint Language","description":"POST /v1/text/find_pylint_language — Find pylint language.","operationId":"find_pylint_language_v1_text_find_pylint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC364PylintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pylint Language V1 Text Find Pylint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bandit_language":{"post":{"summary":"Detect Bandit Language","description":"POST /v1/text/detect_bandit_language — Detect bandit language.","operationId":"detect_bandit_language_v1_text_detect_bandit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC364BanditReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bandit Language V1 Text Detect Bandit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tslint_language":{"post":{"summary":"Find Tslint Language","description":"POST /v1/text/find_tslint_language — Find tslint language.","operationId":"find_tslint_language_v1_text_find_tslint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC365TSlintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tslint Language V1 Text Find Tslint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_stylelint_language":{"post":{"summary":"Detect Stylelint Language","description":"POST /v1/text/detect_stylelint_language — Detect stylelint language.","operationId":"detect_stylelint_language_v1_text_detect_stylelint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC365StylelintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Stylelint Language V1 Text Detect Stylelint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_oxlint_language":{"post":{"summary":"Find Oxlint Language","description":"POST /v1/text/find_oxlint_language — Find oxlint language.","operationId":"find_oxlint_language_v1_text_find_oxlint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC365OxlintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Oxlint Language V1 Text Find Oxlint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_biome_language":{"post":{"summary":"Detect Biome Language","description":"POST /v1/text/detect_biome_language — Detect biome language.","operationId":"detect_biome_language_v1_text_detect_biome_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC365BiomeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Biome Language V1 Text Detect Biome Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_istanbul_language":{"post":{"summary":"Find Istanbul Language","description":"POST /v1/text/find_istanbul_language — Find istanbul language.","operationId":"find_istanbul_language_v1_text_find_istanbul_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC366IstanbulReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Istanbul Language V1 Text Find Istanbul Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jacoco_language":{"post":{"summary":"Detect Jacoco Language","description":"POST /v1/text/detect_jacoco_language — Detect jacoco language.","operationId":"detect_jacoco_language_v1_text_detect_jacoco_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC366JaCoCoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jacoco Language V1 Text Detect Jacoco Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_codecov_language":{"post":{"summary":"Find Codecov Language","description":"POST /v1/text/find_codecov_language — Find codecov language.","operationId":"find_codecov_language_v1_text_find_codecov_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC366CodecovReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Codecov Language V1 Text Find Codecov Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_coveralls_language":{"post":{"summary":"Detect Coveralls Language","description":"POST /v1/text/detect_coveralls_language — Detect coveralls language.","operationId":"detect_coveralls_language_v1_text_detect_coveralls_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC366CoverallsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Coveralls Language V1 Text Detect Coveralls Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stryker_language":{"post":{"summary":"Find Stryker Language","description":"POST /v1/text/find_stryker_language — Find stryker language.","operationId":"find_stryker_language_v1_text_find_stryker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC367StrykerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stryker Language V1 Text Find Stryker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pitest_language":{"post":{"summary":"Detect Pitest Language","description":"POST /v1/text/detect_pitest_language — Detect pitest language.","operationId":"detect_pitest_language_v1_text_detect_pitest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC367PITestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pitest Language V1 Text Detect Pitest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mutmut_language":{"post":{"summary":"Find Mutmut Language","description":"POST /v1/text/find_mutmut_language — Find mutmut language.","operationId":"find_mutmut_language_v1_text_find_mutmut_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC367MutmutReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mutmut Language V1 Text Find Mutmut Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_infection_language":{"post":{"summary":"Detect Infection Language","description":"POST /v1/text/detect_infection_language — Detect infection language.","operationId":"detect_infection_language_v1_text_detect_infection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC367InfectionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Infection Language V1 Text Detect Infection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_liquibase_language":{"post":{"summary":"Find Liquibase Language","description":"POST /v1/text/find_liquibase_language — Find liquibase language.","operationId":"find_liquibase_language_v1_text_find_liquibase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC368LiquibaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Liquibase Language V1 Text Find Liquibase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alembic_language":{"post":{"summary":"Detect Alembic Language","description":"POST /v1/text/detect_alembic_language — Detect alembic language.","operationId":"detect_alembic_language_v1_text_detect_alembic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC368AlembicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alembic Language V1 Text Detect Alembic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dbmate_language":{"post":{"summary":"Find Dbmate Language","description":"POST /v1/text/find_dbmate_language — Find dbmate language.","operationId":"find_dbmate_language_v1_text_find_dbmate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC368DbmateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dbmate Language V1 Text Find Dbmate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sqitch_language":{"post":{"summary":"Detect Sqitch Language","description":"POST /v1/text/detect_sqitch_language — Detect sqitch language.","operationId":"detect_sqitch_language_v1_text_detect_sqitch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC368SqitchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sqitch Language V1 Text Detect Sqitch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_typeorm_language":{"post":{"summary":"Find Typeorm Language","description":"POST /v1/text/find_typeorm_language — Find typeorm language.","operationId":"find_typeorm_language_v1_text_find_typeorm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC369TypeORMReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Typeorm Language V1 Text Find Typeorm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sequelize_language":{"post":{"summary":"Detect Sequelize Language","description":"POST /v1/text/detect_sequelize_language — Detect sequelize language.","operationId":"detect_sequelize_language_v1_text_detect_sequelize_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC369SequelizeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sequelize Language V1 Text Detect Sequelize Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gorm_language":{"post":{"summary":"Find Gorm Language","description":"POST /v1/text/find_gorm_language — Find gorm language.","operationId":"find_gorm_language_v1_text_find_gorm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC369GORMReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gorm Language V1 Text Find Gorm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mongoose_language":{"post":{"summary":"Detect Mongoose Language","description":"POST /v1/text/detect_mongoose_language — Detect mongoose language.","operationId":"detect_mongoose_language_v1_text_detect_mongoose_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC369MongooseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mongoose Language V1 Text Detect Mongoose Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_varnish_language":{"post":{"summary":"Find Varnish Language","description":"POST /v1/text/find_varnish_language — Find varnish language.","operationId":"find_varnish_language_v1_text_find_varnish_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC370VarnishReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Varnish Language V1 Text Find Varnish Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hazelcast_language":{"post":{"summary":"Detect Hazelcast Language","description":"POST /v1/text/detect_hazelcast_language — Detect hazelcast language.","operationId":"detect_hazelcast_language_v1_text_detect_hazelcast_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC370HazelcastReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hazelcast Language V1 Text Detect Hazelcast Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ehcache_language":{"post":{"summary":"Find Ehcache Language","description":"POST /v1/text/find_ehcache_language — Find ehcache language.","operationId":"find_ehcache_language_v1_text_find_ehcache_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC370EhcacheReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ehcache Language V1 Text Find Ehcache Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_caffeine_language":{"post":{"summary":"Detect Caffeine Language","description":"POST /v1/text/detect_caffeine_language — Detect caffeine language.","operationId":"detect_caffeine_language_v1_text_detect_caffeine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC370CaffeineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Caffeine Language V1 Text Detect Caffeine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_apollo_client_language":{"post":{"summary":"Find Apollo Client Language","description":"POST /v1/text/find_apollo_client_language — Find apollo client language.","operationId":"find_apollo_client_language_v1_text_find_apollo_client_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC371ApolloClientReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Apollo Client Language V1 Text Find Apollo Client Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_apollo_server_language":{"post":{"summary":"Detect Apollo Server Language","description":"POST /v1/text/detect_apollo_server_language — Detect apollo server language.","operationId":"detect_apollo_server_language_v1_text_detect_apollo_server_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC371ApolloServerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Apollo Server Language V1 Text Detect Apollo Server Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hasura_language":{"post":{"summary":"Find Hasura Language","description":"POST /v1/text/find_hasura_language — Find hasura language.","operationId":"find_hasura_language_v1_text_find_hasura_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC371HasuraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hasura Language V1 Text Find Hasura Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_postgraphile_language":{"post":{"summary":"Detect Postgraphile Language","description":"POST /v1/text/detect_postgraphile_language — Detect postgraphile language.","operationId":"detect_postgraphile_language_v1_text_detect_postgraphile_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC371PostGraphileReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Postgraphile Language V1 Text Detect Postgraphile Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_activemq_language":{"post":{"summary":"Find Activemq Language","description":"POST /v1/text/find_activemq_language — Find activemq language.","operationId":"find_activemq_language_v1_text_find_activemq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC372ActiveMQReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Activemq Language V1 Text Find Activemq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zeromq_language":{"post":{"summary":"Detect Zeromq Language","description":"POST /v1/text/detect_zeromq_language — Detect zeromq language.","operationId":"detect_zeromq_language_v1_text_detect_zeromq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC372ZeroMQReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zeromq Language V1 Text Detect Zeromq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bullmq_language":{"post":{"summary":"Find Bullmq Language","description":"POST /v1/text/find_bullmq_language — Find bullmq language.","operationId":"find_bullmq_language_v1_text_find_bullmq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC372BullMQReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bullmq Language V1 Text Find Bullmq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sidekiq_language":{"post":{"summary":"Detect Sidekiq Language","description":"POST /v1/text/detect_sidekiq_language — Detect sidekiq language.","operationId":"detect_sidekiq_language_v1_text_detect_sidekiq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC372SidekiqReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sidekiq Language V1 Text Detect Sidekiq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kong_language":{"post":{"summary":"Find Kong Language","description":"POST /v1/text/find_kong_language — Find kong language.","operationId":"find_kong_language_v1_text_find_kong_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC373KongReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kong Language V1 Text Find Kong Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_traefik_language":{"post":{"summary":"Detect Traefik Language","description":"POST /v1/text/detect_traefik_language — Detect traefik language.","operationId":"detect_traefik_language_v1_text_detect_traefik_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC373TraefikReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Traefik Language V1 Text Detect Traefik Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ambassador_language":{"post":{"summary":"Find Ambassador Language","description":"POST /v1/text/find_ambassador_language — Find ambassador language.","operationId":"find_ambassador_language_v1_text_find_ambassador_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC373AmbassadorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ambassador Language V1 Text Find Ambassador Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_apisix_language":{"post":{"summary":"Detect Apisix Language","description":"POST /v1/text/detect_apisix_language — Detect apisix language.","operationId":"detect_apisix_language_v1_text_detect_apisix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC373APISIXReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Apisix Language V1 Text Detect Apisix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_consul_connect_language":{"post":{"summary":"Find Consul Connect Language","description":"POST /v1/text/find_consul_connect_language — Find consul connect language.","operationId":"find_consul_connect_language_v1_text_find_consul_connect_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC374ConsulConnectReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Consul Connect Language V1 Text Find Consul Connect Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kuma_language":{"post":{"summary":"Detect Kuma Language","description":"POST /v1/text/detect_kuma_language — Detect kuma language.","operationId":"detect_kuma_language_v1_text_detect_kuma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC374KumaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kuma Language V1 Text Detect Kuma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cilium_language":{"post":{"summary":"Find Cilium Language","description":"POST /v1/text/find_cilium_language — Find cilium language.","operationId":"find_cilium_language_v1_text_find_cilium_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC374CiliumReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cilium Language V1 Text Find Cilium Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_osm_language":{"post":{"summary":"Detect Osm Language","description":"POST /v1/text/detect_osm_language — Detect osm language.","operationId":"detect_osm_language_v1_text_detect_osm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC374OSMReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Osm Language V1 Text Detect Osm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tfsec_language":{"post":{"summary":"Find Tfsec Language","description":"POST /v1/text/find_tfsec_language — Find tfsec language.","operationId":"find_tfsec_language_v1_text_find_tfsec_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC375TfsecReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tfsec Language V1 Text Find Tfsec Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kube_bench_language":{"post":{"summary":"Detect Kube Bench Language","description":"POST /v1/text/detect_kube_bench_language — Detect kube bench language.","operationId":"detect_kube_bench_language_v1_text_detect_kube_bench_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC375KubeBenchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kube Bench Language V1 Text Detect Kube Bench Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_falco_language":{"post":{"summary":"Find Falco Language","description":"POST /v1/text/find_falco_language — Find falco language.","operationId":"find_falco_language_v1_text_find_falco_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC375FalcoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Falco Language V1 Text Find Falco Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_anchore_language":{"post":{"summary":"Detect Anchore Language","description":"POST /v1/text/detect_anchore_language — Detect anchore language.","operationId":"detect_anchore_language_v1_text_detect_anchore_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC375AnchoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Anchore Language V1 Text Detect Anchore Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cert_manager_language":{"post":{"summary":"Find Cert Manager Language","description":"POST /v1/text/find_cert_manager_language — Find cert manager language.","operationId":"find_cert_manager_language_v1_text_find_cert_manager_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC376CertManagerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cert Manager Language V1 Text Find Cert Manager Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_venafi_language":{"post":{"summary":"Detect Venafi Language","description":"POST /v1/text/detect_venafi_language — Detect venafi language.","operationId":"detect_venafi_language_v1_text_detect_venafi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC376VenafiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Venafi Language V1 Text Detect Venafi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cfssl_language":{"post":{"summary":"Find Cfssl Language","description":"POST /v1/text/find_cfssl_language — Find cfssl language.","operationId":"find_cfssl_language_v1_text_find_cfssl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC376CfsslReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cfssl Language V1 Text Find Cfssl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_step_ca_language":{"post":{"summary":"Detect Step Ca Language","description":"POST /v1/text/detect_step_ca_language — Detect step ca language.","operationId":"detect_step_ca_language_v1_text_detect_step_ca_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC376StepCAReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Step Ca Language V1 Text Detect Step Ca Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gradle_language":{"post":{"summary":"Find Gradle Language","description":"POST /v1/text/find_gradle_language — Find gradle language.","operationId":"find_gradle_language_v1_text_find_gradle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC377GradleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gradle Language V1 Text Find Gradle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_maven_language":{"post":{"summary":"Detect Maven Language","description":"POST /v1/text/detect_maven_language — Detect maven language.","operationId":"detect_maven_language_v1_text_detect_maven_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC377MavenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Maven Language V1 Text Detect Maven Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bazel_language":{"post":{"summary":"Find Bazel Language","description":"POST /v1/text/find_bazel_language — Find bazel language.","operationId":"find_bazel_language_v1_text_find_bazel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC377BazelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bazel Language V1 Text Find Bazel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_buck_language":{"post":{"summary":"Detect Buck Language","description":"POST /v1/text/detect_buck_language — Detect buck language.","operationId":"detect_buck_language_v1_text_detect_buck_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC377BuckReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Buck Language V1 Text Detect Buck Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pants_language":{"post":{"summary":"Find Pants Language","description":"POST /v1/text/find_pants_language — Find pants language.","operationId":"find_pants_language_v1_text_find_pants_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC378PantsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pants Language V1 Text Find Pants Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ninja_language":{"post":{"summary":"Detect Ninja Language","description":"POST /v1/text/detect_ninja_language — Detect ninja language.","operationId":"detect_ninja_language_v1_text_detect_ninja_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC378NinjaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ninja Language V1 Text Detect Ninja Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_meson_language":{"post":{"summary":"Find Meson Language","description":"POST /v1/text/find_meson_language — Find meson language.","operationId":"find_meson_language_v1_text_find_meson_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC378MesonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Meson Language V1 Text Find Meson Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cmake_language":{"post":{"summary":"Detect Cmake Language","description":"POST /v1/text/detect_cmake_language — Detect cmake language.","operationId":"detect_cmake_language_v1_text_detect_cmake_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC378CMakeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cmake Language V1 Text Detect Cmake Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_scons_language":{"post":{"summary":"Find Scons Language","description":"POST /v1/text/find_scons_language — Find scons language.","operationId":"find_scons_language_v1_text_find_scons_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC379SconsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Scons Language V1 Text Find Scons Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_conan_language":{"post":{"summary":"Detect Conan Language","description":"POST /v1/text/detect_conan_language — Detect conan language.","operationId":"detect_conan_language_v1_text_detect_conan_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC379ConanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Conan Language V1 Text Detect Conan Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vcpkg_language":{"post":{"summary":"Find Vcpkg Language","description":"POST /v1/text/find_vcpkg_language — Find vcpkg language.","operationId":"find_vcpkg_language_v1_text_find_vcpkg_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC379VcpkgReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vcpkg Language V1 Text Find Vcpkg Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_qmake_language":{"post":{"summary":"Detect Qmake Language","description":"POST /v1/text/detect_qmake_language — Detect qmake language.","operationId":"detect_qmake_language_v1_text_detect_qmake_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC379QmakeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Qmake Language V1 Text Detect Qmake Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_webpack_language":{"post":{"summary":"Find Webpack Language","description":"POST /v1/text/find_webpack_language — Find webpack language.","operationId":"find_webpack_language_v1_text_find_webpack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC380WebpackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Webpack Language V1 Text Find Webpack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rollup_language":{"post":{"summary":"Detect Rollup Language","description":"POST /v1/text/detect_rollup_language — Detect rollup language.","operationId":"detect_rollup_language_v1_text_detect_rollup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC380RollupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rollup Language V1 Text Detect Rollup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_parcel_language":{"post":{"summary":"Find Parcel Language","description":"POST /v1/text/find_parcel_language — Find parcel language.","operationId":"find_parcel_language_v1_text_find_parcel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC380ParcelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Parcel Language V1 Text Find Parcel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_esbuild_language":{"post":{"summary":"Detect Esbuild Language","description":"POST /v1/text/detect_esbuild_language — Detect esbuild language.","operationId":"detect_esbuild_language_v1_text_detect_esbuild_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC380EsbuildReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Esbuild Language V1 Text Detect Esbuild Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mkdocs_language":{"post":{"summary":"Find Mkdocs Language","description":"POST /v1/text/find_mkdocs_language — Find mkdocs language.","operationId":"find_mkdocs_language_v1_text_find_mkdocs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC381MkdocsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mkdocs Language V1 Text Find Mkdocs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sphinx_language":{"post":{"summary":"Detect Sphinx Language","description":"POST /v1/text/detect_sphinx_language — Detect sphinx language.","operationId":"detect_sphinx_language_v1_text_detect_sphinx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC381SphinxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sphinx Language V1 Text Detect Sphinx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_doxygen_language":{"post":{"summary":"Find Doxygen Language","description":"POST /v1/text/find_doxygen_language — Find doxygen language.","operationId":"find_doxygen_language_v1_text_find_doxygen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC381DoxygenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Doxygen Language V1 Text Find Doxygen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_typedoc_language":{"post":{"summary":"Detect Typedoc Language","description":"POST /v1/text/detect_typedoc_language — Detect typedoc language.","operationId":"detect_typedoc_language_v1_text_detect_typedoc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC381TypedocReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Typedoc Language V1 Text Detect Typedoc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_docusaurus_language":{"post":{"summary":"Find Docusaurus Language","description":"POST /v1/text/find_docusaurus_language — Find docusaurus language.","operationId":"find_docusaurus_language_v1_text_find_docusaurus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC382DocusaurusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Docusaurus Language V1 Text Find Docusaurus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gitbook_language":{"post":{"summary":"Detect Gitbook Language","description":"POST /v1/text/detect_gitbook_language — Detect gitbook language.","operationId":"detect_gitbook_language_v1_text_detect_gitbook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC382GitbookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gitbook Language V1 Text Detect Gitbook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_confluence_language":{"post":{"summary":"Find Confluence Language","description":"POST /v1/text/find_confluence_language — Find confluence language.","operationId":"find_confluence_language_v1_text_find_confluence_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC382ConfluenceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Confluence Language V1 Text Find Confluence Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_notion_language":{"post":{"summary":"Detect Notion Language","description":"POST /v1/text/detect_notion_language — Detect notion language.","operationId":"detect_notion_language_v1_text_detect_notion_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC382NotionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Notion Language V1 Text Detect Notion Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_linear_language":{"post":{"summary":"Find Linear Language","description":"POST /v1/text/find_linear_language — Find linear language.","operationId":"find_linear_language_v1_text_find_linear_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC383LinearReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Linear Language V1 Text Find Linear Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_asana_language":{"post":{"summary":"Detect Asana Language","description":"POST /v1/text/detect_asana_language — Detect asana language.","operationId":"detect_asana_language_v1_text_detect_asana_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC383AsanaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Asana Language V1 Text Detect Asana Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_trello_language":{"post":{"summary":"Find Trello Language","description":"POST /v1/text/find_trello_language — Find trello language.","operationId":"find_trello_language_v1_text_find_trello_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC383TrelloReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Trello Language V1 Text Find Trello Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_clickup_language":{"post":{"summary":"Detect Clickup Language","description":"POST /v1/text/detect_clickup_language — Detect clickup language.","operationId":"detect_clickup_language_v1_text_detect_clickup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC383ClickupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Clickup Language V1 Text Detect Clickup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_statuspage_language":{"post":{"summary":"Find Statuspage Language","description":"POST /v1/text/find_statuspage_language — Find statuspage language.","operationId":"find_statuspage_language_v1_text_find_statuspage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC384StatuspageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Statuspage Language V1 Text Find Statuspage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rootly_language":{"post":{"summary":"Detect Rootly Language","description":"POST /v1/text/detect_rootly_language — Detect rootly language.","operationId":"detect_rootly_language_v1_text_detect_rootly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC384RootlyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rootly Language V1 Text Detect Rootly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_firehydrant_language":{"post":{"summary":"Find Firehydrant Language","description":"POST /v1/text/find_firehydrant_language — Find firehydrant language.","operationId":"find_firehydrant_language_v1_text_find_firehydrant_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC384FirehydrantReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Firehydrant Language V1 Text Find Firehydrant Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_squadcast_language":{"post":{"summary":"Detect Squadcast Language","description":"POST /v1/text/detect_squadcast_language — Detect squadcast language.","operationId":"detect_squadcast_language_v1_text_detect_squadcast_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC384SquadcastReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Squadcast Language V1 Text Detect Squadcast Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zendesk_language":{"post":{"summary":"Find Zendesk Language","description":"POST /v1/text/find_zendesk_language — Find zendesk language.","operationId":"find_zendesk_language_v1_text_find_zendesk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC385ZendeskReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zendesk Language V1 Text Find Zendesk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_freshdesk_language":{"post":{"summary":"Detect Freshdesk Language","description":"POST /v1/text/detect_freshdesk_language — Detect freshdesk language.","operationId":"detect_freshdesk_language_v1_text_detect_freshdesk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC385FreshdeskReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Freshdesk Language V1 Text Detect Freshdesk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_intercom_language":{"post":{"summary":"Find Intercom Language","description":"POST /v1/text/find_intercom_language — Find intercom language.","operationId":"find_intercom_language_v1_text_find_intercom_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC385IntercomReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Intercom Language V1 Text Find Intercom Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_helpscout_language":{"post":{"summary":"Detect Helpscout Language","description":"POST /v1/text/detect_helpscout_language — Detect helpscout language.","operationId":"detect_helpscout_language_v1_text_detect_helpscout_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC385HelpsScoutReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Helpscout Language V1 Text Detect Helpscout Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hubspot_language":{"post":{"summary":"Find Hubspot Language","description":"POST /v1/text/find_hubspot_language — Find hubspot language.","operationId":"find_hubspot_language_v1_text_find_hubspot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC386HubspotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hubspot Language V1 Text Find Hubspot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_salesforce_language":{"post":{"summary":"Detect Salesforce Language","description":"POST /v1/text/detect_salesforce_language — Detect salesforce language.","operationId":"detect_salesforce_language_v1_text_detect_salesforce_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC386SalesforceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Salesforce Language V1 Text Detect Salesforce Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pipedrive_language":{"post":{"summary":"Find Pipedrive Language","description":"POST /v1/text/find_pipedrive_language — Find pipedrive language.","operationId":"find_pipedrive_language_v1_text_find_pipedrive_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC386PipedriveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pipedrive Language V1 Text Find Pipedrive Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zoho_crm_language":{"post":{"summary":"Detect Zoho Crm Language","description":"POST /v1/text/detect_zoho_crm_language — Detect zoho crm language.","operationId":"detect_zoho_crm_language_v1_text_detect_zoho_crm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC386ZohoCrmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zoho Crm Language V1 Text Detect Zoho Crm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_heap_language":{"post":{"summary":"Find Heap Language","description":"POST /v1/text/find_heap_language — Find heap language.","operationId":"find_heap_language_v1_text_find_heap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC387HeapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Heap Language V1 Text Find Heap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fullstory_language":{"post":{"summary":"Detect Fullstory Language","description":"POST /v1/text/detect_fullstory_language — Detect fullstory language.","operationId":"detect_fullstory_language_v1_text_detect_fullstory_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC387FullstoryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fullstory Language V1 Text Detect Fullstory Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hotjar_language":{"post":{"summary":"Find Hotjar Language","description":"POST /v1/text/find_hotjar_language — Find hotjar language.","operationId":"find_hotjar_language_v1_text_find_hotjar_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC387HotjarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hotjar Language V1 Text Find Hotjar Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pendo_language":{"post":{"summary":"Detect Pendo Language","description":"POST /v1/text/detect_pendo_language — Detect pendo language.","operationId":"detect_pendo_language_v1_text_detect_pendo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC387PendoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pendo Language V1 Text Detect Pendo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_looker_language":{"post":{"summary":"Find Looker Language","description":"POST /v1/text/find_looker_language — Find looker language.","operationId":"find_looker_language_v1_text_find_looker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC388LookerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Looker Language V1 Text Find Looker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_metabase_language":{"post":{"summary":"Detect Metabase Language","description":"POST /v1/text/detect_metabase_language — Detect metabase language.","operationId":"detect_metabase_language_v1_text_detect_metabase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC388MetabaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Metabase Language V1 Text Detect Metabase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_superset_language":{"post":{"summary":"Find Superset Language","description":"POST /v1/text/find_superset_language — Find superset language.","operationId":"find_superset_language_v1_text_find_superset_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC388SupersetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Superset Language V1 Text Find Superset Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_redash_language":{"post":{"summary":"Detect Redash Language","description":"POST /v1/text/detect_redash_language — Detect redash language.","operationId":"detect_redash_language_v1_text_detect_redash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC388RedashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Redash Language V1 Text Detect Redash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dbt_language":{"post":{"summary":"Find Dbt Language","description":"POST /v1/text/find_dbt_language — Find dbt language.","operationId":"find_dbt_language_v1_text_find_dbt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC389DbtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dbt Language V1 Text Find Dbt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_airbyte_language":{"post":{"summary":"Detect Airbyte Language","description":"POST /v1/text/detect_airbyte_language — Detect airbyte language.","operationId":"detect_airbyte_language_v1_text_detect_airbyte_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC389AirbyteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Airbyte Language V1 Text Detect Airbyte Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fivetran_language":{"post":{"summary":"Find Fivetran Language","description":"POST /v1/text/find_fivetran_language — Find fivetran language.","operationId":"find_fivetran_language_v1_text_find_fivetran_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC389FivetranReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fivetran Language V1 Text Find Fivetran Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_census_language":{"post":{"summary":"Detect Census Language","description":"POST /v1/text/detect_census_language — Detect census language.","operationId":"detect_census_language_v1_text_detect_census_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC389CensusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Census Language V1 Text Detect Census Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_snowflake_language":{"post":{"summary":"Find Snowflake Language","description":"POST /v1/text/find_snowflake_language — Find snowflake language.","operationId":"find_snowflake_language_v1_text_find_snowflake_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC390SnowflakeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Snowflake Language V1 Text Find Snowflake Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bigquery_language":{"post":{"summary":"Detect Bigquery Language","description":"POST /v1/text/detect_bigquery_language — Detect bigquery language.","operationId":"detect_bigquery_language_v1_text_detect_bigquery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC390BigqueryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bigquery Language V1 Text Detect Bigquery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_redshift_language":{"post":{"summary":"Find Redshift Language","description":"POST /v1/text/find_redshift_language — Find redshift language.","operationId":"find_redshift_language_v1_text_find_redshift_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC390RedshiftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Redshift Language V1 Text Find Redshift Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_databricks_language":{"post":{"summary":"Detect Databricks Language","description":"POST /v1/text/detect_databricks_language — Detect databricks language.","operationId":"detect_databricks_language_v1_text_detect_databricks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC390DatabricksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Databricks Language V1 Text Detect Databricks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kinesis_language":{"post":{"summary":"Find Kinesis Language","description":"POST /v1/text/find_kinesis_language — Find kinesis language.","operationId":"find_kinesis_language_v1_text_find_kinesis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC391KinesisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kinesis Language V1 Text Find Kinesis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pubsub_language":{"post":{"summary":"Detect Pubsub Language","description":"POST /v1/text/detect_pubsub_language — Detect pubsub language.","operationId":"detect_pubsub_language_v1_text_detect_pubsub_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC391PubsubReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pubsub Language V1 Text Detect Pubsub Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_solace_language":{"post":{"summary":"Find Solace Language","description":"POST /v1/text/find_solace_language — Find solace language.","operationId":"find_solace_language_v1_text_find_solace_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC391SolaceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Solace Language V1 Text Find Solace Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ibm_mq_language":{"post":{"summary":"Detect Ibm Mq Language","description":"POST /v1/text/detect_ibm_mq_language — Detect ibm mq language.","operationId":"detect_ibm_mq_language_v1_text_detect_ibm_mq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC391IbmMqReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ibm Mq Language V1 Text Detect Ibm Mq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_spark_language":{"post":{"summary":"Find Spark Language","description":"POST /v1/text/find_spark_language — Find spark language.","operationId":"find_spark_language_v1_text_find_spark_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC392SparkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Spark Language V1 Text Find Spark Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flink_language":{"post":{"summary":"Detect Flink Language","description":"POST /v1/text/detect_flink_language — Detect flink language.","operationId":"detect_flink_language_v1_text_detect_flink_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC392FlinkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flink Language V1 Text Detect Flink Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_beam_language":{"post":{"summary":"Find Beam Language","description":"POST /v1/text/find_beam_language — Find beam language.","operationId":"find_beam_language_v1_text_find_beam_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC392BeamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Beam Language V1 Text Find Beam Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_trino_language":{"post":{"summary":"Detect Trino Language","description":"POST /v1/text/detect_trino_language — Detect trino language.","operationId":"detect_trino_language_v1_text_detect_trino_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC392TrinoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Trino Language V1 Text Detect Trino Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_airflow_language":{"post":{"summary":"Find Airflow Language","description":"POST /v1/text/find_airflow_language — Find airflow language.","operationId":"find_airflow_language_v1_text_find_airflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC393AirflowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Airflow Language V1 Text Find Airflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_prefect_language":{"post":{"summary":"Detect Prefect Language","description":"POST /v1/text/detect_prefect_language — Detect prefect language.","operationId":"detect_prefect_language_v1_text_detect_prefect_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC393PrefectReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Prefect Language V1 Text Detect Prefect Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dagster_language":{"post":{"summary":"Find Dagster Language","description":"POST /v1/text/find_dagster_language — Find dagster language.","operationId":"find_dagster_language_v1_text_find_dagster_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC393DagsterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dagster Language V1 Text Find Dagster Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_luigi_language":{"post":{"summary":"Detect Luigi Language","description":"POST /v1/text/detect_luigi_language — Detect luigi language.","operationId":"detect_luigi_language_v1_text_detect_luigi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC393LuigiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Luigi Language V1 Text Detect Luigi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubeflow_language":{"post":{"summary":"Find Kubeflow Language","description":"POST /v1/text/find_kubeflow_language — Find kubeflow language.","operationId":"find_kubeflow_language_v1_text_find_kubeflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC394KubeflowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubeflow Language V1 Text Find Kubeflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bentoml_language":{"post":{"summary":"Detect Bentoml Language","description":"POST /v1/text/detect_bentoml_language — Detect bentoml language.","operationId":"detect_bentoml_language_v1_text_detect_bentoml_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC394BentomlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bentoml Language V1 Text Detect Bentoml Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_seldon_language":{"post":{"summary":"Find Seldon Language","description":"POST /v1/text/find_seldon_language — Find seldon language.","operationId":"find_seldon_language_v1_text_find_seldon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC394SeldonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Seldon Language V1 Text Find Seldon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sagemaker_language":{"post":{"summary":"Detect Sagemaker Language","description":"POST /v1/text/detect_sagemaker_language — Detect sagemaker language.","operationId":"detect_sagemaker_language_v1_text_detect_sagemaker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC394SagemakerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sagemaker Language V1 Text Detect Sagemaker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_wandb_language":{"post":{"summary":"Find Wandb Language","description":"POST /v1/text/find_wandb_language — Find wandb language.","operationId":"find_wandb_language_v1_text_find_wandb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC395WandbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Wandb Language V1 Text Find Wandb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_neptune_language":{"post":{"summary":"Detect Neptune Language","description":"POST /v1/text/detect_neptune_language — Detect neptune language.","operationId":"detect_neptune_language_v1_text_detect_neptune_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC395NeptuneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Neptune Language V1 Text Detect Neptune Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cometml_language":{"post":{"summary":"Find Cometml Language","description":"POST /v1/text/find_cometml_language — Find cometml language.","operationId":"find_cometml_language_v1_text_find_cometml_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC395CometmlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cometml Language V1 Text Find Cometml Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_clearml_language":{"post":{"summary":"Detect Clearml Language","description":"POST /v1/text/detect_clearml_language — Detect clearml language.","operationId":"detect_clearml_language_v1_text_detect_clearml_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC395ClearmlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Clearml Language V1 Text Detect Clearml Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_onnx_language":{"post":{"summary":"Find Onnx Language","description":"POST /v1/text/find_onnx_language — Find onnx language.","operationId":"find_onnx_language_v1_text_find_onnx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC396OnnxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Onnx Language V1 Text Find Onnx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tensorrt_language":{"post":{"summary":"Detect Tensorrt Language","description":"POST /v1/text/detect_tensorrt_language — Detect tensorrt language.","operationId":"detect_tensorrt_language_v1_text_detect_tensorrt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC396TensorrtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tensorrt Language V1 Text Detect Tensorrt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openvino_language":{"post":{"summary":"Find Openvino Language","description":"POST /v1/text/find_openvino_language — Find openvino language.","operationId":"find_openvino_language_v1_text_find_openvino_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC396OpenvinoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openvino Language V1 Text Find Openvino Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tflite_language":{"post":{"summary":"Detect Tflite Language","description":"POST /v1/text/detect_tflite_language — Detect tflite language.","operationId":"detect_tflite_language_v1_text_detect_tflite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC396TfliteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tflite Language V1 Text Detect Tflite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_haystack_language":{"post":{"summary":"Find Haystack Language","description":"POST /v1/text/find_haystack_language — Find haystack language.","operationId":"find_haystack_language_v1_text_find_haystack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC397HaystackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Haystack Language V1 Text Find Haystack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_semantic_kernel_language":{"post":{"summary":"Detect Semantic Kernel Language","description":"POST /v1/text/detect_semantic_kernel_language — Detect semantic kernel language.","operationId":"detect_semantic_kernel_language_v1_text_detect_semantic_kernel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC397SemanticKernelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Semantic Kernel Language V1 Text Detect Semantic Kernel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_autogen_language":{"post":{"summary":"Find Autogen Language","description":"POST /v1/text/find_autogen_language — Find autogen language.","operationId":"find_autogen_language_v1_text_find_autogen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC397AutogenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Autogen Language V1 Text Find Autogen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_crewai_language":{"post":{"summary":"Detect Crewai Language","description":"POST /v1/text/detect_crewai_language — Detect crewai language.","operationId":"detect_crewai_language_v1_text_detect_crewai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC397CrewaiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Crewai Language V1 Text Detect Crewai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vllm_language":{"post":{"summary":"Find Vllm Language","description":"POST /v1/text/find_vllm_language — Find vllm language.","operationId":"find_vllm_language_v1_text_find_vllm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC398VllmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vllm Language V1 Text Find Vllm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tgi_language":{"post":{"summary":"Detect Tgi Language","description":"POST /v1/text/detect_tgi_language — Detect tgi language.","operationId":"detect_tgi_language_v1_text_detect_tgi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC398TgiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tgi Language V1 Text Detect Tgi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lmstudio_language":{"post":{"summary":"Find Lmstudio Language","description":"POST /v1/text/find_lmstudio_language — Find lmstudio language.","operationId":"find_lmstudio_language_v1_text_find_lmstudio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC398LmstudioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lmstudio Language V1 Text Find Lmstudio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_llamacpp_language":{"post":{"summary":"Detect Llamacpp Language","description":"POST /v1/text/detect_llamacpp_language — Detect llamacpp language.","operationId":"detect_llamacpp_language_v1_text_detect_llamacpp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC398LlamacppReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Llamacpp Language V1 Text Detect Llamacpp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cohere_language":{"post":{"summary":"Find Cohere Language","description":"POST /v1/text/find_cohere_language — Find cohere language.","operationId":"find_cohere_language_v1_text_find_cohere_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC399CohereReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cohere Language V1 Text Find Cohere Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mistral_language":{"post":{"summary":"Detect Mistral Language","description":"POST /v1/text/detect_mistral_language — Detect mistral language.","operationId":"detect_mistral_language_v1_text_detect_mistral_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC399MistralReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mistral Language V1 Text Detect Mistral Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_groq_language":{"post":{"summary":"Find Groq Language","description":"POST /v1/text/find_groq_language — Find groq language.","operationId":"find_groq_language_v1_text_find_groq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC399GroqReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Groq Language V1 Text Find Groq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_together_language":{"post":{"summary":"Detect Together Language","description":"POST /v1/text/detect_together_language — Detect together language.","operationId":"detect_together_language_v1_text_detect_together_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC399TogetherReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Together Language V1 Text Detect Together Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vertex_ai_language":{"post":{"summary":"Find Vertex Ai Language","description":"POST /v1/text/find_vertex_ai_language — Find vertex ai language.","operationId":"find_vertex_ai_language_v1_text_find_vertex_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC400VertexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vertex Ai Language V1 Text Find Vertex Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bedrock_language":{"post":{"summary":"Detect Bedrock Language","description":"POST /v1/text/detect_bedrock_language — Detect bedrock language.","operationId":"detect_bedrock_language_v1_text_detect_bedrock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC400BedrockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bedrock Language V1 Text Detect Bedrock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_azure_openai_language":{"post":{"summary":"Find Azure Openai Language","description":"POST /v1/text/find_azure_openai_language — Find azure openai language.","operationId":"find_azure_openai_language_v1_text_find_azure_openai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC400AzureOpenaiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Azure Openai Language V1 Text Find Azure Openai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gemini_language":{"post":{"summary":"Detect Gemini Language","description":"POST /v1/text/detect_gemini_language — Detect gemini language.","operationId":"detect_gemini_language_v1_text_detect_gemini_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC400GeminiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gemini Language V1 Text Detect Gemini Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_transformers_language":{"post":{"summary":"Find Transformers Language","description":"POST /v1/text/find_transformers_language — Find transformers language.","operationId":"find_transformers_language_v1_text_find_transformers_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC401TransformersReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Transformers Language V1 Text Find Transformers Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pytorch_language":{"post":{"summary":"Detect Pytorch Language","description":"POST /v1/text/detect_pytorch_language — Detect pytorch language.","operationId":"detect_pytorch_language_v1_text_detect_pytorch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC401PytorchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pytorch Language V1 Text Detect Pytorch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tensorflow_language":{"post":{"summary":"Find Tensorflow Language","description":"POST /v1/text/find_tensorflow_language — Find tensorflow language.","operationId":"find_tensorflow_language_v1_text_find_tensorflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC401TensorflowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tensorflow Language V1 Text Find Tensorflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jax_language":{"post":{"summary":"Detect Jax Language","description":"POST /v1/text/detect_jax_language — Detect jax language.","operationId":"detect_jax_language_v1_text_detect_jax_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC401JaxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jax Language V1 Text Detect Jax Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sklearn_language":{"post":{"summary":"Find Sklearn Language","description":"POST /v1/text/find_sklearn_language — Find sklearn language.","operationId":"find_sklearn_language_v1_text_find_sklearn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC402SklearnReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sklearn Language V1 Text Find Sklearn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_xgboost_language":{"post":{"summary":"Detect Xgboost Language","description":"POST /v1/text/detect_xgboost_language — Detect xgboost language.","operationId":"detect_xgboost_language_v1_text_detect_xgboost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC402XgboostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Xgboost Language V1 Text Detect Xgboost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lightgbm_language":{"post":{"summary":"Find Lightgbm Language","description":"POST /v1/text/find_lightgbm_language — Find lightgbm language.","operationId":"find_lightgbm_language_v1_text_find_lightgbm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC402LightgbmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lightgbm Language V1 Text Find Lightgbm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_catboost_language":{"post":{"summary":"Detect Catboost Language","description":"POST /v1/text/detect_catboost_language — Detect catboost language.","operationId":"detect_catboost_language_v1_text_detect_catboost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC402CatboostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Catboost Language V1 Text Detect Catboost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_numpy_language":{"post":{"summary":"Find Numpy Language","description":"POST /v1/text/find_numpy_language — Find numpy language.","operationId":"find_numpy_language_v1_text_find_numpy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC403NumpyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Numpy Language V1 Text Find Numpy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_scipy_language":{"post":{"summary":"Detect Scipy Language","description":"POST /v1/text/detect_scipy_language — Detect scipy language.","operationId":"detect_scipy_language_v1_text_detect_scipy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC403ScipyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Scipy Language V1 Text Detect Scipy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pandas_language":{"post":{"summary":"Find Pandas Language","description":"POST /v1/text/find_pandas_language — Find pandas language.","operationId":"find_pandas_language_v1_text_find_pandas_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC403PandasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pandas Language V1 Text Find Pandas Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_polars_language":{"post":{"summary":"Detect Polars Language","description":"POST /v1/text/detect_polars_language — Detect polars language.","operationId":"detect_polars_language_v1_text_detect_polars_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC403PolarsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Polars Language V1 Text Detect Polars Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_matplotlib_language":{"post":{"summary":"Find Matplotlib Language","description":"POST /v1/text/find_matplotlib_language — Find matplotlib language.","operationId":"find_matplotlib_language_v1_text_find_matplotlib_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC404MatplotlibReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Matplotlib Language V1 Text Find Matplotlib Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_seaborn_language":{"post":{"summary":"Detect Seaborn Language","description":"POST /v1/text/detect_seaborn_language — Detect seaborn language.","operationId":"detect_seaborn_language_v1_text_detect_seaborn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC404SeabornReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Seaborn Language V1 Text Detect Seaborn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_plotly_language":{"post":{"summary":"Find Plotly Language","description":"POST /v1/text/find_plotly_language — Find plotly language.","operationId":"find_plotly_language_v1_text_find_plotly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC404PlotlyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Plotly Language V1 Text Find Plotly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bokeh_language":{"post":{"summary":"Detect Bokeh Language","description":"POST /v1/text/detect_bokeh_language — Detect bokeh language.","operationId":"detect_bokeh_language_v1_text_detect_bokeh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC404BokehReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bokeh Language V1 Text Detect Bokeh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_streamlit_language":{"post":{"summary":"Find Streamlit Language","description":"POST /v1/text/find_streamlit_language — Find streamlit language.","operationId":"find_streamlit_language_v1_text_find_streamlit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC405StreamlitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Streamlit Language V1 Text Find Streamlit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gradio_language":{"post":{"summary":"Detect Gradio Language","description":"POST /v1/text/detect_gradio_language — Detect gradio language.","operationId":"detect_gradio_language_v1_text_detect_gradio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC405GradioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gradio Language V1 Text Detect Gradio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dash_language":{"post":{"summary":"Find Dash Language","description":"POST /v1/text/find_dash_language — Find dash language.","operationId":"find_dash_language_v1_text_find_dash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC405DashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dash Language V1 Text Find Dash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_panel_language":{"post":{"summary":"Detect Panel Language","description":"POST /v1/text/detect_panel_language — Detect panel language.","operationId":"detect_panel_language_v1_text_detect_panel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC405PanelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Panel Language V1 Text Detect Panel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cargo_language":{"post":{"summary":"Find Cargo Language","description":"POST /v1/text/find_cargo_language — Find cargo language.","operationId":"find_cargo_language_v1_text_find_cargo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC406CargoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cargo Language V1 Text Find Cargo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tokio_language":{"post":{"summary":"Detect Tokio Language","description":"POST /v1/text/detect_tokio_language — Detect tokio language.","operationId":"detect_tokio_language_v1_text_detect_tokio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC406TokioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tokio Language V1 Text Detect Tokio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_actix_language":{"post":{"summary":"Find Actix Language","description":"POST /v1/text/find_actix_language — Find actix language.","operationId":"find_actix_language_v1_text_find_actix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC406ActixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Actix Language V1 Text Find Actix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_axum_language":{"post":{"summary":"Detect Axum Language","description":"POST /v1/text/detect_axum_language — Detect axum language.","operationId":"detect_axum_language_v1_text_detect_axum_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC406AxumReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Axum Language V1 Text Detect Axum Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gin_language":{"post":{"summary":"Find Gin Language","description":"POST /v1/text/find_gin_language — Find gin language.","operationId":"find_gin_language_v1_text_find_gin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC407GinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gin Language V1 Text Find Gin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_echo_language":{"post":{"summary":"Detect Echo Language","description":"POST /v1/text/detect_echo_language — Detect echo language.","operationId":"detect_echo_language_v1_text_detect_echo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC407EchoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Echo Language V1 Text Detect Echo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fiber_language":{"post":{"summary":"Find Fiber Language","description":"POST /v1/text/find_fiber_language — Find fiber language.","operationId":"find_fiber_language_v1_text_find_fiber_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC407FiberReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fiber Language V1 Text Find Fiber Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_chi_language":{"post":{"summary":"Detect Chi Language","description":"POST /v1/text/detect_chi_language — Detect chi language.","operationId":"detect_chi_language_v1_text_detect_chi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC407ChiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Chi Language V1 Text Detect Chi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_spring_language":{"post":{"summary":"Find Spring Language","description":"POST /v1/text/find_spring_language — Find spring language.","operationId":"find_spring_language_v1_text_find_spring_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC408SpringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Spring Language V1 Text Find Spring Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hibernate_language":{"post":{"summary":"Detect Hibernate Language","description":"POST /v1/text/detect_hibernate_language — Detect hibernate language.","operationId":"detect_hibernate_language_v1_text_detect_hibernate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC408HibernateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hibernate Language V1 Text Detect Hibernate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_quarkus_language":{"post":{"summary":"Find Quarkus Language","description":"POST /v1/text/find_quarkus_language — Find quarkus language.","operationId":"find_quarkus_language_v1_text_find_quarkus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC408QuarkusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Quarkus Language V1 Text Find Quarkus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_micronaut_language":{"post":{"summary":"Detect Micronaut Language","description":"POST /v1/text/detect_micronaut_language — Detect micronaut language.","operationId":"detect_micronaut_language_v1_text_detect_micronaut_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC408MicronautReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Micronaut Language V1 Text Detect Micronaut Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_django_language":{"post":{"summary":"Find Django Language","description":"POST /v1/text/find_django_language — Find django language.","operationId":"find_django_language_v1_text_find_django_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC409DjangoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Django Language V1 Text Find Django Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flask_language":{"post":{"summary":"Detect Flask Language","description":"POST /v1/text/detect_flask_language — Detect flask language.","operationId":"detect_flask_language_v1_text_detect_flask_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC409FlaskReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flask Language V1 Text Detect Flask Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fastapi_framework_language":{"post":{"summary":"Find Fastapi Framework Language","description":"POST /v1/text/find_fastapi_framework_language — Find fastapi framework language.","operationId":"find_fastapi_framework_language_v1_text_find_fastapi_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC409FastapiFrameworkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fastapi Framework Language V1 Text Find Fastapi Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tornado_language":{"post":{"summary":"Detect Tornado Language","description":"POST /v1/text/detect_tornado_language — Detect tornado language.","operationId":"detect_tornado_language_v1_text_detect_tornado_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC409TornadoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tornado Language V1 Text Detect Tornado Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_express_language":{"post":{"summary":"Find Express Language","description":"POST /v1/text/find_express_language — Find express language.","operationId":"find_express_language_v1_text_find_express_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC410ExpressReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Express Language V1 Text Find Express Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nestjs_language":{"post":{"summary":"Detect Nestjs Language","description":"POST /v1/text/detect_nestjs_language — Detect nestjs language.","operationId":"detect_nestjs_language_v1_text_detect_nestjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC410NestjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nestjs Language V1 Text Detect Nestjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fastify_language":{"post":{"summary":"Find Fastify Language","description":"POST /v1/text/find_fastify_language — Find fastify language.","operationId":"find_fastify_language_v1_text_find_fastify_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC410FastifyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fastify Language V1 Text Find Fastify Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_koa_language":{"post":{"summary":"Detect Koa Language","description":"POST /v1/text/detect_koa_language — Detect koa language.","operationId":"detect_koa_language_v1_text_detect_koa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC410KoaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Koa Language V1 Text Detect Koa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rails_language":{"post":{"summary":"Find Rails Language","description":"POST /v1/text/find_rails_language — Find rails language.","operationId":"find_rails_language_v1_text_find_rails_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC411RailsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rails Language V1 Text Find Rails Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_laravel_language":{"post":{"summary":"Detect Laravel Language","description":"POST /v1/text/detect_laravel_language — Detect laravel language.","operationId":"detect_laravel_language_v1_text_detect_laravel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC411LaravelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Laravel Language V1 Text Detect Laravel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_symfony_language":{"post":{"summary":"Find Symfony Language","description":"POST /v1/text/find_symfony_language — Find symfony language.","operationId":"find_symfony_language_v1_text_find_symfony_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC411SymfonyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Symfony Language V1 Text Find Symfony Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_phoenix_language":{"post":{"summary":"Detect Phoenix Language","description":"POST /v1/text/detect_phoenix_language — Detect phoenix language.","operationId":"detect_phoenix_language_v1_text_detect_phoenix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC411PhoenixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Phoenix Language V1 Text Detect Phoenix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_react_language":{"post":{"summary":"Find React Language","description":"POST /v1/text/find_react_language — Find react language.","operationId":"find_react_language_v1_text_find_react_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC412ReactReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find React Language V1 Text Find React Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_angular_language":{"post":{"summary":"Detect Angular Language","description":"POST /v1/text/detect_angular_language — Detect angular language.","operationId":"detect_angular_language_v1_text_detect_angular_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC412AngularReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Angular Language V1 Text Detect Angular Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vue_language":{"post":{"summary":"Find Vue Language","description":"POST /v1/text/find_vue_language — Find vue language.","operationId":"find_vue_language_v1_text_find_vue_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC412VueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vue Language V1 Text Find Vue Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_svelte_language":{"post":{"summary":"Detect Svelte Language","description":"POST /v1/text/detect_svelte_language — Detect svelte language.","operationId":"detect_svelte_language_v1_text_detect_svelte_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC412SvelteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Svelte Language V1 Text Detect Svelte Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flutter_language":{"post":{"summary":"Find Flutter Language","description":"POST /v1/text/find_flutter_language — Find flutter language.","operationId":"find_flutter_language_v1_text_find_flutter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC413FlutterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flutter Language V1 Text Find Flutter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ionic_language":{"post":{"summary":"Detect Ionic Language","description":"POST /v1/text/detect_ionic_language — Detect ionic language.","operationId":"detect_ionic_language_v1_text_detect_ionic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC413IonicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ionic Language V1 Text Detect Ionic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_capacitor_language":{"post":{"summary":"Find Capacitor Language","description":"POST /v1/text/find_capacitor_language — Find capacitor language.","operationId":"find_capacitor_language_v1_text_find_capacitor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC413CapacitorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Capacitor Language V1 Text Find Capacitor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cordova_language":{"post":{"summary":"Detect Cordova Language","description":"POST /v1/text/detect_cordova_language — Detect cordova language.","operationId":"detect_cordova_language_v1_text_detect_cordova_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC413CordovaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cordova Language V1 Text Detect Cordova Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sqlalchemy_language":{"post":{"summary":"Find Sqlalchemy Language","description":"POST /v1/text/find_sqlalchemy_language — Find sqlalchemy language.","operationId":"find_sqlalchemy_language_v1_text_find_sqlalchemy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC414SqlalchemyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sqlalchemy Language V1 Text Find Sqlalchemy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_peewee_language":{"post":{"summary":"Detect Peewee Language","description":"POST /v1/text/detect_peewee_language — Detect peewee language.","operationId":"detect_peewee_language_v1_text_detect_peewee_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC414PeeweeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Peewee Language V1 Text Detect Peewee Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tortoise_language":{"post":{"summary":"Find Tortoise Language","description":"POST /v1/text/find_tortoise_language — Find tortoise language.","operationId":"find_tortoise_language_v1_text_find_tortoise_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC414TortoiseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tortoise Language V1 Text Find Tortoise Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_knex_language":{"post":{"summary":"Detect Knex Language","description":"POST /v1/text/detect_knex_language — Detect knex language.","operationId":"detect_knex_language_v1_text_detect_knex_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC414KnexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Knex Language V1 Text Detect Knex Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dramatiq_language":{"post":{"summary":"Detect Dramatiq Language","description":"POST /v1/text/detect_dramatiq_language — Detect dramatiq language.","operationId":"detect_dramatiq_language_v1_text_detect_dramatiq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC415DramatiqReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dramatiq Language V1 Text Detect Dramatiq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_huey_language":{"post":{"summary":"Find Huey Language","description":"POST /v1/text/find_huey_language — Find huey language.","operationId":"find_huey_language_v1_text_find_huey_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC415HueyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Huey Language V1 Text Find Huey Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rq_language":{"post":{"summary":"Detect Rq Language","description":"POST /v1/text/detect_rq_language — Detect rq language.","operationId":"detect_rq_language_v1_text_detect_rq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC415RqReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rq Language V1 Text Detect Rq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_faktory_language":{"post":{"summary":"Find Faktory Language","description":"POST /v1/text/find_faktory_language — Find faktory language.","operationId":"find_faktory_language_v1_text_find_faktory_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC415FaktoryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Faktory Language V1 Text Find Faktory Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_figma_language":{"post":{"summary":"Find Figma Language","description":"POST /v1/text/find_figma_language — Find figma language.","operationId":"find_figma_language_v1_text_find_figma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC416FigmaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Figma Language V1 Text Find Figma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_framer_language":{"post":{"summary":"Detect Framer Language","description":"POST /v1/text/detect_framer_language — Detect framer language.","operationId":"detect_framer_language_v1_text_detect_framer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC416FramerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Framer Language V1 Text Detect Framer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_miro_language":{"post":{"summary":"Find Miro Language","description":"POST /v1/text/find_miro_language — Find miro language.","operationId":"find_miro_language_v1_text_find_miro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC416MiroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Miro Language V1 Text Find Miro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_airtable_language":{"post":{"summary":"Detect Airtable Language","description":"POST /v1/text/detect_airtable_language — Detect airtable language.","operationId":"detect_airtable_language_v1_text_detect_airtable_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC416AirtableReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Airtable Language V1 Text Detect Airtable Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_npm_language":{"post":{"summary":"Find Npm Language","description":"POST /v1/text/find_npm_language — Find npm language.","operationId":"find_npm_language_v1_text_find_npm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC417NpmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Npm Language V1 Text Find Npm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_yarn_language":{"post":{"summary":"Detect Yarn Language","description":"POST /v1/text/detect_yarn_language — Detect yarn language.","operationId":"detect_yarn_language_v1_text_detect_yarn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC417YarnReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Yarn Language V1 Text Detect Yarn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_babel_language":{"post":{"summary":"Find Babel Language","description":"POST /v1/text/find_babel_language — Find babel language.","operationId":"find_babel_language_v1_text_find_babel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC417BabelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Babel Language V1 Text Find Babel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bun_language":{"post":{"summary":"Detect Bun Language","description":"POST /v1/text/detect_bun_language — Detect bun language.","operationId":"detect_bun_language_v1_text_detect_bun_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC417BunReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bun Language V1 Text Detect Bun Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bootstrap_language":{"post":{"summary":"Find Bootstrap Language","description":"POST /v1/text/find_bootstrap_language — Find bootstrap language.","operationId":"find_bootstrap_language_v1_text_find_bootstrap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC418BootstrapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bootstrap Language V1 Text Find Bootstrap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_material_ui_language":{"post":{"summary":"Detect Material Ui Language","description":"POST /v1/text/detect_material_ui_language — Detect material ui language.","operationId":"detect_material_ui_language_v1_text_detect_material_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC418MaterialUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Material Ui Language V1 Text Detect Material Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chakra_ui_language":{"post":{"summary":"Find Chakra Ui Language","description":"POST /v1/text/find_chakra_ui_language — Find chakra ui language.","operationId":"find_chakra_ui_language_v1_text_find_chakra_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC418ChakraUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chakra Ui Language V1 Text Find Chakra Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ant_design_language":{"post":{"summary":"Detect Ant Design Language","description":"POST /v1/text/detect_ant_design_language — Detect ant design language.","operationId":"detect_ant_design_language_v1_text_detect_ant_design_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC418AntDesignReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ant Design Language V1 Text Detect Ant Design Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_radix_ui_language":{"post":{"summary":"Find Radix Ui Language","description":"POST /v1/text/find_radix_ui_language — Find radix ui language.","operationId":"find_radix_ui_language_v1_text_find_radix_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC419RadixUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Radix Ui Language V1 Text Find Radix Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_shadcn_language":{"post":{"summary":"Detect Shadcn Language","description":"POST /v1/text/detect_shadcn_language — Detect shadcn language.","operationId":"detect_shadcn_language_v1_text_detect_shadcn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC419ShadcnReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Shadcn Language V1 Text Detect Shadcn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_headless_ui_language":{"post":{"summary":"Find Headless Ui Language","description":"POST /v1/text/find_headless_ui_language — Find headless ui language.","operationId":"find_headless_ui_language_v1_text_find_headless_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC419HeadlessUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Headless Ui Language V1 Text Find Headless Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mantine_language":{"post":{"summary":"Detect Mantine Language","description":"POST /v1/text/detect_mantine_language — Detect mantine language.","operationId":"detect_mantine_language_v1_text_detect_mantine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC419MantineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mantine Language V1 Text Detect Mantine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_redux_language":{"post":{"summary":"Find Redux Language","description":"POST /v1/text/find_redux_language — Find redux language.","operationId":"find_redux_language_v1_text_find_redux_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC420ReduxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Redux Language V1 Text Find Redux Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mobx_language":{"post":{"summary":"Detect Mobx Language","description":"POST /v1/text/detect_mobx_language — Detect mobx language.","operationId":"detect_mobx_language_v1_text_detect_mobx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC420MobxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mobx Language V1 Text Detect Mobx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_valtio_language":{"post":{"summary":"Find Valtio Language","description":"POST /v1/text/find_valtio_language — Find valtio language.","operationId":"find_valtio_language_v1_text_find_valtio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC420ValtioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Valtio Language V1 Text Find Valtio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_xstate_language":{"post":{"summary":"Detect Xstate Language","description":"POST /v1/text/detect_xstate_language — Detect xstate language.","operationId":"detect_xstate_language_v1_text_detect_xstate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC420XstateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Xstate Language V1 Text Detect Xstate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_react_router_language":{"post":{"summary":"Find React Router Language","description":"POST /v1/text/find_react_router_language — Find react router language.","operationId":"find_react_router_language_v1_text_find_react_router_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC421ReactRouterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find React Router Language V1 Text Find React Router Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_axios_language":{"post":{"summary":"Detect Axios Language","description":"POST /v1/text/detect_axios_language — Detect axios language.","operationId":"detect_axios_language_v1_text_detect_axios_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC421AxiosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Axios Language V1 Text Detect Axios Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_urql_language":{"post":{"summary":"Find Urql Language","description":"POST /v1/text/find_urql_language — Find urql language.","operationId":"find_urql_language_v1_text_find_urql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC421UrqlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Urql Language V1 Text Find Urql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_relay_language":{"post":{"summary":"Detect Relay Language","description":"POST /v1/text/detect_relay_language — Detect relay language.","operationId":"detect_relay_language_v1_text_detect_relay_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC421RelayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Relay Language V1 Text Detect Relay Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_emotion_language":{"post":{"summary":"Find Emotion Language","description":"POST /v1/text/find_emotion_language — Find emotion language.","operationId":"find_emotion_language_v1_text_find_emotion_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC422EmotionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Emotion Language V1 Text Find Emotion Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_linaria_language":{"post":{"summary":"Detect Linaria Language","description":"POST /v1/text/detect_linaria_language — Detect linaria language.","operationId":"detect_linaria_language_v1_text_detect_linaria_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC422LinariaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Linaria Language V1 Text Detect Linaria Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vanilla_extract_language":{"post":{"summary":"Find Vanilla Extract Language","description":"POST /v1/text/find_vanilla_extract_language — Find vanilla extract language.","operationId":"find_vanilla_extract_language_v1_text_find_vanilla_extract_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC422VanillaExtractReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vanilla Extract Language V1 Text Find Vanilla Extract Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_stitches_language":{"post":{"summary":"Detect Stitches Language","description":"POST /v1/text/detect_stitches_language — Detect stitches language.","operationId":"detect_stitches_language_v1_text_detect_stitches_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC422StitchesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Stitches Language V1 Text Detect Stitches Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_yup_language":{"post":{"summary":"Find Yup Language","description":"POST /v1/text/find_yup_language — Find yup language.","operationId":"find_yup_language_v1_text_find_yup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC423YupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Yup Language V1 Text Find Yup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_formik_language":{"post":{"summary":"Detect Formik Language","description":"POST /v1/text/detect_formik_language — Detect formik language.","operationId":"detect_formik_language_v1_text_detect_formik_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC423FormikReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Formik Language V1 Text Detect Formik Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_react_hook_form_language":{"post":{"summary":"Find React Hook Form Language","description":"POST /v1/text/find_react_hook_form_language — Find react hook form language.","operationId":"find_react_hook_form_language_v1_text_find_react_hook_form_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC423ReactHookFormReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find React Hook Form Language V1 Text Find React Hook Form Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_joi_language":{"post":{"summary":"Detect Joi Language","description":"POST /v1/text/detect_joi_language — Detect joi language.","operationId":"detect_joi_language_v1_text_detect_joi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC423JoiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Joi Language V1 Text Detect Joi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_passport_language":{"post":{"summary":"Find Passport Language","description":"POST /v1/text/find_passport_language — Find passport language.","operationId":"find_passport_language_v1_text_find_passport_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC424PassportReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Passport Language V1 Text Find Passport Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nextauth_language":{"post":{"summary":"Detect Nextauth Language","description":"POST /v1/text/detect_nextauth_language — Detect nextauth language.","operationId":"detect_nextauth_language_v1_text_detect_nextauth_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC424NextAuthReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nextauth Language V1 Text Detect Nextauth Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lucia_language":{"post":{"summary":"Find Lucia Language","description":"POST /v1/text/find_lucia_language — Find lucia language.","operationId":"find_lucia_language_v1_text_find_lucia_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC424LuciaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lucia Language V1 Text Find Lucia Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jwt_language":{"post":{"summary":"Detect Jwt Language","description":"POST /v1/text/detect_jwt_language — Detect jwt language.","operationId":"detect_jwt_language_v1_text_detect_jwt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC424JwtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jwt Language V1 Text Detect Jwt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_asyncio_language":{"post":{"summary":"Find Asyncio Language","description":"POST /v1/text/find_asyncio_language — Find asyncio language.","operationId":"find_asyncio_language_v1_text_find_asyncio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC425AsyncioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Asyncio Language V1 Text Find Asyncio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pydantic_language":{"post":{"summary":"Detect Pydantic Language","description":"POST /v1/text/detect_pydantic_language — Detect pydantic language.","operationId":"detect_pydantic_language_v1_text_detect_pydantic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC425PydanticReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pydantic Language V1 Text Detect Pydantic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dataclasses_language":{"post":{"summary":"Find Dataclasses Language","description":"POST /v1/text/find_dataclasses_language — Find dataclasses language.","operationId":"find_dataclasses_language_v1_text_find_dataclasses_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC425DataclassesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dataclasses Language V1 Text Find Dataclasses Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_typing_language":{"post":{"summary":"Detect Typing Language","description":"POST /v1/text/detect_typing_language — Detect typing language.","operationId":"detect_typing_language_v1_text_detect_typing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC425TypingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Typing Language V1 Text Detect Typing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_commitlint_language":{"post":{"summary":"Find Commitlint Language","description":"POST /v1/text/find_commitlint_language — Find commitlint language.","operationId":"find_commitlint_language_v1_text_find_commitlint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC426CommitlintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Commitlint Language V1 Text Find Commitlint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_semantic_release_language":{"post":{"summary":"Detect Semantic Release Language","description":"POST /v1/text/detect_semantic_release_language — Detect semantic release language.","operationId":"detect_semantic_release_language_v1_text_detect_semantic_release_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC426SemanticReleaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Semantic Release Language V1 Text Detect Semantic Release Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_changesets_language":{"post":{"summary":"Find Changesets Language","description":"POST /v1/text/find_changesets_language — Find changesets language.","operationId":"find_changesets_language_v1_text_find_changesets_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC426ChangesetsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Changesets Language V1 Text Find Changesets Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_release_please_language":{"post":{"summary":"Detect Release Please Language","description":"POST /v1/text/detect_release_please_language — Detect release please language.","operationId":"detect_release_please_language_v1_text_detect_release_please_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC426ReleasePleaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Release Please Language V1 Text Detect Release Please Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_socket_io_language":{"post":{"summary":"Detect Socket Io Language","description":"POST /v1/text/detect_socket_io_language — Detect socket io language.","operationId":"detect_socket_io_language_v1_text_detect_socket_io_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC427SocketIoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Socket Io Language V1 Text Detect Socket Io Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_webrtc_language":{"post":{"summary":"Find Webrtc Language","description":"POST /v1/text/find_webrtc_language — Find webrtc language.","operationId":"find_webrtc_language_v1_text_find_webrtc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC427WebrtcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Webrtc Language V1 Text Find Webrtc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pusher_language":{"post":{"summary":"Detect Pusher Language","description":"POST /v1/text/detect_pusher_language — Detect pusher language.","operationId":"detect_pusher_language_v1_text_detect_pusher_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC427PusherReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pusher Language V1 Text Detect Pusher Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ably_language":{"post":{"summary":"Find Ably Language","description":"POST /v1/text/find_ably_language — Find ably language.","operationId":"find_ably_language_v1_text_find_ably_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC427AblyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ably Language V1 Text Find Ably Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tanstack_query_language":{"post":{"summary":"Find Tanstack Query Language","description":"POST /v1/text/find_tanstack_query_language — Find tanstack query language.","operationId":"find_tanstack_query_language_v1_text_find_tanstack_query_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC428TanstackQueryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tanstack Query Language V1 Text Find Tanstack Query Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tanstack_table_language":{"post":{"summary":"Detect Tanstack Table Language","description":"POST /v1/text/detect_tanstack_table_language — Detect tanstack table language.","operationId":"detect_tanstack_table_language_v1_text_detect_tanstack_table_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC428TanstackTableReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tanstack Table Language V1 Text Detect Tanstack Table Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tanstack_router_language":{"post":{"summary":"Find Tanstack Router Language","description":"POST /v1/text/find_tanstack_router_language — Find tanstack router language.","operationId":"find_tanstack_router_language_v1_text_find_tanstack_router_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC428TanstackRouterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tanstack Router Language V1 Text Find Tanstack Router Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tanstack_form_language":{"post":{"summary":"Detect Tanstack Form Language","description":"POST /v1/text/detect_tanstack_form_language — Detect tanstack form language.","operationId":"detect_tanstack_form_language_v1_text_detect_tanstack_form_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC428TanstackFormReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tanstack Form Language V1 Text Detect Tanstack Form Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_solidjs_language":{"post":{"summary":"Find Solidjs Language","description":"POST /v1/text/find_solidjs_language — Find solidjs language.","operationId":"find_solidjs_language_v1_text_find_solidjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC429SolidjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Solidjs Language V1 Text Find Solidjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_qwik_language":{"post":{"summary":"Detect Qwik Language","description":"POST /v1/text/detect_qwik_language — Detect qwik language.","operationId":"detect_qwik_language_v1_text_detect_qwik_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC429QwikReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Qwik Language V1 Text Detect Qwik Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gatsby_language":{"post":{"summary":"Find Gatsby Language","description":"POST /v1/text/find_gatsby_language — Find gatsby language.","operationId":"find_gatsby_language_v1_text_find_gatsby_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC429GatsbyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gatsby Language V1 Text Find Gatsby Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_preact_language":{"post":{"summary":"Detect Preact Language","description":"POST /v1/text/detect_preact_language — Detect preact language.","operationId":"detect_preact_language_v1_text_detect_preact_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC429PreactReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Preact Language V1 Text Detect Preact Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_react_navigation_language":{"post":{"summary":"Find React Navigation Language","description":"POST /v1/text/find_react_navigation_language — Find react navigation language.","operationId":"find_react_navigation_language_v1_text_find_react_navigation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC430ReactNavigationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find React Navigation Language V1 Text Find React Navigation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_react_native_paper_language":{"post":{"summary":"Detect React Native Paper Language","description":"POST /v1/text/detect_react_native_paper_language — Detect react native paper language.","operationId":"detect_react_native_paper_language_v1_text_detect_react_native_paper_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC430ReactNativePaperReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect React Native Paper Language V1 Text Detect React Native Paper Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nativewind_language":{"post":{"summary":"Find Nativewind Language","description":"POST /v1/text/find_nativewind_language — Find nativewind language.","operationId":"find_nativewind_language_v1_text_find_nativewind_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC430NativewindReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nativewind Language V1 Text Find Nativewind Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tamagui_language":{"post":{"summary":"Detect Tamagui Language","description":"POST /v1/text/detect_tamagui_language — Detect tamagui language.","operationId":"detect_tamagui_language_v1_text_detect_tamagui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC430TamaguiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tamagui Language V1 Text Detect Tamagui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_daisyui_language":{"post":{"summary":"Find Daisyui Language","description":"POST /v1/text/find_daisyui_language — Find daisyui language.","operationId":"find_daisyui_language_v1_text_find_daisyui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC431DaisyuiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Daisyui Language V1 Text Find Daisyui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flowbite_language":{"post":{"summary":"Detect Flowbite Language","description":"POST /v1/text/detect_flowbite_language — Detect flowbite language.","operationId":"detect_flowbite_language_v1_text_detect_flowbite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC431FlowbiteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flowbite Language V1 Text Detect Flowbite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_unocss_language":{"post":{"summary":"Find Unocss Language","description":"POST /v1/text/find_unocss_language — Find unocss language.","operationId":"find_unocss_language_v1_text_find_unocss_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC431UnocssReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Unocss Language V1 Text Find Unocss Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_styled_system_language":{"post":{"summary":"Detect Styled System Language","description":"POST /v1/text/detect_styled_system_language — Detect styled system language.","operationId":"detect_styled_system_language_v1_text_detect_styled_system_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC431StyledSystemReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Styled System Language V1 Text Detect Styled System Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_supertest_language":{"post":{"summary":"Find Supertest Language","description":"POST /v1/text/find_supertest_language — Find supertest language.","operationId":"find_supertest_language_v1_text_find_supertest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC432SupertestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Supertest Language V1 Text Find Supertest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_autocannon_language":{"post":{"summary":"Detect Autocannon Language","description":"POST /v1/text/detect_autocannon_language — Detect autocannon language.","operationId":"detect_autocannon_language_v1_text_detect_autocannon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC432AutocannonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Autocannon Language V1 Text Detect Autocannon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_clinic_js_language":{"post":{"summary":"Find Clinic Js Language","description":"POST /v1/text/find_clinic_js_language — Find clinic js language.","operationId":"find_clinic_js_language_v1_text_find_clinic_js_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC432ClinicJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Clinic Js Language V1 Text Find Clinic Js Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bundle_analyzer_language":{"post":{"summary":"Detect Bundle Analyzer Language","description":"POST /v1/text/detect_bundle_analyzer_language — Detect bundle analyzer language.","operationId":"detect_bundle_analyzer_language_v1_text_detect_bundle_analyzer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC432BundleAnalyzerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bundle Analyzer Language V1 Text Detect Bundle Analyzer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_three_js_language":{"post":{"summary":"Find Three Js Language","description":"POST /v1/text/find_three_js_language — Find three js language.","operationId":"find_three_js_language_v1_text_find_three_js_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC433ThreeJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Three Js Language V1 Text Find Three Js Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_react_three_fiber_language":{"post":{"summary":"Detect React Three Fiber Language","description":"POST /v1/text/detect_react_three_fiber_language — Detect react three fiber language.","operationId":"detect_react_three_fiber_language_v1_text_detect_react_three_fiber_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC433ReactThreeFiberReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect React Three Fiber Language V1 Text Detect React Three Fiber Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_phaser_language":{"post":{"summary":"Find Phaser Language","description":"POST /v1/text/find_phaser_language — Find phaser language.","operationId":"find_phaser_language_v1_text_find_phaser_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC433PhaserReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Phaser Language V1 Text Find Phaser Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_babylon_js_language":{"post":{"summary":"Detect Babylon Js Language","description":"POST /v1/text/detect_babylon_js_language — Detect babylon js language.","operationId":"detect_babylon_js_language_v1_text_detect_babylon_js_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC433BabylonJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Babylon Js Language V1 Text Detect Babylon Js Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_serde_language":{"post":{"summary":"Find Serde Language","description":"POST /v1/text/find_serde_language — Find serde language.","operationId":"find_serde_language_v1_text_find_serde_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC434SerdeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Serde Language V1 Text Find Serde Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rocket_language":{"post":{"summary":"Detect Rocket Language","description":"POST /v1/text/detect_rocket_language — Detect rocket language.","operationId":"detect_rocket_language_v1_text_detect_rocket_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC434RocketReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rocket Language V1 Text Detect Rocket Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_diesel_language":{"post":{"summary":"Find Diesel Language","description":"POST /v1/text/find_diesel_language — Find diesel language.","operationId":"find_diesel_language_v1_text_find_diesel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC434DieselReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Diesel Language V1 Text Find Diesel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sqlx_language":{"post":{"summary":"Detect Sqlx Language","description":"POST /v1/text/detect_sqlx_language — Detect sqlx language.","operationId":"detect_sqlx_language_v1_text_detect_sqlx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC434SqlxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sqlx Language V1 Text Detect Sqlx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_wasm_bindgen_language":{"post":{"summary":"Find Wasm Bindgen Language","description":"POST /v1/text/find_wasm_bindgen_language — Find wasm bindgen language.","operationId":"find_wasm_bindgen_language_v1_text_find_wasm_bindgen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC435WasmBindgenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Wasm Bindgen Language V1 Text Find Wasm Bindgen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wasm_pack_language":{"post":{"summary":"Detect Wasm Pack Language","description":"POST /v1/text/detect_wasm_pack_language — Detect wasm pack language.","operationId":"detect_wasm_pack_language_v1_text_detect_wasm_pack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC435WasmPackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wasm Pack Language V1 Text Detect Wasm Pack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_leptos_language":{"post":{"summary":"Find Leptos Language","description":"POST /v1/text/find_leptos_language — Find leptos language.","operationId":"find_leptos_language_v1_text_find_leptos_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC435LeptosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Leptos Language V1 Text Find Leptos Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_yew_language":{"post":{"summary":"Detect Yew Language","description":"POST /v1/text/detect_yew_language — Detect yew language.","operationId":"detect_yew_language_v1_text_detect_yew_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC435YewReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Yew Language V1 Text Detect Yew Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ecto_language":{"post":{"summary":"Find Ecto Language","description":"POST /v1/text/find_ecto_language — Find ecto language.","operationId":"find_ecto_language_v1_text_find_ecto_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC436EctoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ecto Language V1 Text Find Ecto Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_absinthe_language":{"post":{"summary":"Detect Absinthe Language","description":"POST /v1/text/detect_absinthe_language — Detect absinthe language.","operationId":"detect_absinthe_language_v1_text_detect_absinthe_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC436AbsintheReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Absinthe Language V1 Text Detect Absinthe Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_oban_language":{"post":{"summary":"Find Oban Language","description":"POST /v1/text/find_oban_language — Find oban language.","operationId":"find_oban_language_v1_text_find_oban_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC436ObanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Oban Language V1 Text Find Oban Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_broadway_language":{"post":{"summary":"Detect Broadway Language","description":"POST /v1/text/detect_broadway_language — Detect broadway language.","operationId":"detect_broadway_language_v1_text_detect_broadway_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC436BroadwayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Broadway Language V1 Text Detect Broadway Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_go_modules_language":{"post":{"summary":"Find Go Modules Language","description":"POST /v1/text/find_go_modules_language — Find go modules language.","operationId":"find_go_modules_language_v1_text_find_go_modules_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC437GoModulesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Go Modules Language V1 Text Find Go Modules Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_go_context_language":{"post":{"summary":"Detect Go Context Language","description":"POST /v1/text/detect_go_context_language — Detect go context language.","operationId":"detect_go_context_language_v1_text_detect_go_context_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC437GoContextReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Go Context Language V1 Text Detect Go Context Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_go_testing_language":{"post":{"summary":"Find Go Testing Language","description":"POST /v1/text/find_go_testing_language — Find go testing language.","operationId":"find_go_testing_language_v1_text_find_go_testing_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC437GoTestingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Go Testing Language V1 Text Find Go Testing Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_go_generics_language":{"post":{"summary":"Detect Go Generics Language","description":"POST /v1/text/detect_go_generics_language — Detect go generics language.","operationId":"detect_go_generics_language_v1_text_detect_go_generics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC437GoGenericsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Go Generics Language V1 Text Detect Go Generics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jackson_language":{"post":{"summary":"Find Jackson Language","description":"POST /v1/text/find_jackson_language — Find jackson language.","operationId":"find_jackson_language_v1_text_find_jackson_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC438JacksonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jackson Language V1 Text Find Jackson Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lombok_language":{"post":{"summary":"Detect Lombok Language","description":"POST /v1/text/detect_lombok_language — Detect lombok language.","operationId":"detect_lombok_language_v1_text_detect_lombok_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC438LombokReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lombok Language V1 Text Detect Lombok Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_spring_security_language":{"post":{"summary":"Find Spring Security Language","description":"POST /v1/text/find_spring_security_language — Find spring security language.","operationId":"find_spring_security_language_v1_text_find_spring_security_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC438SpringSecurityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Spring Security Language V1 Text Find Spring Security Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_testcontainers_language":{"post":{"summary":"Detect Testcontainers Language","description":"POST /v1/text/detect_testcontainers_language — Detect testcontainers language.","operationId":"detect_testcontainers_language_v1_text_detect_testcontainers_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC438TestcontainersReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Testcontainers Language V1 Text Detect Testcontainers Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_riverpod_language":{"post":{"summary":"Find Riverpod Language","description":"POST /v1/text/find_riverpod_language — Find riverpod language.","operationId":"find_riverpod_language_v1_text_find_riverpod_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC439RiverpodReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Riverpod Language V1 Text Find Riverpod Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_getx_language":{"post":{"summary":"Detect Getx Language","description":"POST /v1/text/detect_getx_language — Detect getx language.","operationId":"detect_getx_language_v1_text_detect_getx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC439GetxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Getx Language V1 Text Detect Getx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flutter_bloc_language":{"post":{"summary":"Find Flutter Bloc Language","description":"POST /v1/text/find_flutter_bloc_language — Find flutter bloc language.","operationId":"find_flutter_bloc_language_v1_text_find_flutter_bloc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC439FlutterBlocReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flutter Bloc Language V1 Text Find Flutter Bloc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_provider_flutter_language":{"post":{"summary":"Detect Provider Flutter Language","description":"POST /v1/text/detect_provider_flutter_language — Detect provider flutter language.","operationId":"detect_provider_flutter_language_v1_text_detect_provider_flutter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC439ProviderReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Provider Flutter Language V1 Text Detect Provider Flutter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bevy_language":{"post":{"summary":"Find Bevy Language","description":"POST /v1/text/find_bevy_language — Find bevy language.","operationId":"find_bevy_language_v1_text_find_bevy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC440BevyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bevy Language V1 Text Find Bevy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dioxus_language":{"post":{"summary":"Detect Dioxus Language","description":"POST /v1/text/detect_dioxus_language — Detect dioxus language.","operationId":"detect_dioxus_language_v1_text_detect_dioxus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC440DioxusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dioxus Language V1 Text Detect Dioxus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_egui_language":{"post":{"summary":"Find Egui Language","description":"POST /v1/text/find_egui_language — Find egui language.","operationId":"find_egui_language_v1_text_find_egui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC440EguiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Egui Language V1 Text Find Egui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_iced_language":{"post":{"summary":"Detect Iced Language","description":"POST /v1/text/detect_iced_language — Detect iced language.","operationId":"detect_iced_language_v1_text_detect_iced_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC440IcedReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Iced Language V1 Text Detect Iced Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_swift_ui_language":{"post":{"summary":"Find Swift Ui Language","description":"POST /v1/text/find_swift_ui_language — Find swift ui language.","operationId":"find_swift_ui_language_v1_text_find_swift_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC441SwiftUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Swift Ui Language V1 Text Find Swift Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_swift_combine_language":{"post":{"summary":"Detect Swift Combine Language","description":"POST /v1/text/detect_swift_combine_language — Detect swift combine language.","operationId":"detect_swift_combine_language_v1_text_detect_swift_combine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC441SwiftCombineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Swift Combine Language V1 Text Detect Swift Combine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kotlin_coroutines_language":{"post":{"summary":"Find Kotlin Coroutines Language","description":"POST /v1/text/find_kotlin_coroutines_language — Find kotlin coroutines language.","operationId":"find_kotlin_coroutines_language_v1_text_find_kotlin_coroutines_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC441KotlinCoroutinesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kotlin Coroutines Language V1 Text Find Kotlin Coroutines Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kotlin_flow_language":{"post":{"summary":"Detect Kotlin Flow Language","description":"POST /v1/text/detect_kotlin_flow_language — Detect kotlin flow language.","operationId":"detect_kotlin_flow_language_v1_text_detect_kotlin_flow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC441KotlinFlowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kotlin Flow Language V1 Text Detect Kotlin Flow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hono_language":{"post":{"summary":"Find Hono Language","description":"POST /v1/text/find_hono_language — Find hono language.","operationId":"find_hono_language_v1_text_find_hono_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC442HonoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hono Language V1 Text Find Hono Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_elysia_language":{"post":{"summary":"Detect Elysia Language","description":"POST /v1/text/detect_elysia_language — Detect elysia language.","operationId":"detect_elysia_language_v1_text_detect_elysia_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC442ElysiaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Elysia Language V1 Text Detect Elysia Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nitro_language":{"post":{"summary":"Detect Nitro Language","description":"POST /v1/text/detect_nitro_language — Detect nitro language.","operationId":"detect_nitro_language_v1_text_detect_nitro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC442NitroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nitro Language V1 Text Detect Nitro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_drizzle_language":{"post":{"summary":"Find Drizzle Language","description":"POST /v1/text/find_drizzle_language — Find drizzle language.","operationId":"find_drizzle_language_v1_text_find_drizzle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC443DrizzleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Drizzle Language V1 Text Find Drizzle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nuxt_language":{"post":{"summary":"Detect Nuxt Language","description":"POST /v1/text/detect_nuxt_language — Detect nuxt language.","operationId":"detect_nuxt_language_v1_text_detect_nuxt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC443NuxtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nuxt Language V1 Text Detect Nuxt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sveltekit_language":{"post":{"summary":"Find Sveltekit Language","description":"POST /v1/text/find_sveltekit_language — Find sveltekit language.","operationId":"find_sveltekit_language_v1_text_find_sveltekit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC443SvelteKitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sveltekit Language V1 Text Find Sveltekit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_astro_language":{"post":{"summary":"Detect Astro Language","description":"POST /v1/text/detect_astro_language — Detect astro language.","operationId":"detect_astro_language_v1_text_detect_astro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC443AstroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Astro Language V1 Text Detect Astro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_remix_language":{"post":{"summary":"Find Remix Language","description":"POST /v1/text/find_remix_language — Find remix language.","operationId":"find_remix_language_v1_text_find_remix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC444RemixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Remix Language V1 Text Find Remix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deno_language":{"post":{"summary":"Detect Deno Language","description":"POST /v1/text/detect_deno_language — Detect deno language.","operationId":"detect_deno_language_v1_text_detect_deno_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC444DenoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deno Language V1 Text Detect Deno Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tauri_language":{"post":{"summary":"Find Tauri Language","description":"POST /v1/text/find_tauri_language — Find tauri language.","operationId":"find_tauri_language_v1_text_find_tauri_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC444TauriReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tauri Language V1 Text Find Tauri Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_storybook_language":{"post":{"summary":"Detect Storybook Language","description":"POST /v1/text/detect_storybook_language — Detect storybook language.","operationId":"detect_storybook_language_v1_text_detect_storybook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC444StorybookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Storybook Language V1 Text Detect Storybook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_go_gin_language":{"post":{"summary":"Find Go Gin Language","description":"POST /v1/text/find_go_gin_language — Find go gin language.","operationId":"find_go_gin_language_v1_text_find_go_gin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC445GoGinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Go Gin Language V1 Text Find Go Gin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_go_chi_language":{"post":{"summary":"Detect Go Chi Language","description":"POST /v1/text/detect_go_chi_language — Detect go chi language.","operationId":"detect_go_chi_language_v1_text_detect_go_chi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC445GoChiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Go Chi Language V1 Text Detect Go Chi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_go_fiber_language":{"post":{"summary":"Find Go Fiber Language","description":"POST /v1/text/find_go_fiber_language — Find go fiber language.","operationId":"find_go_fiber_language_v1_text_find_go_fiber_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC445GoFiberReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Go Fiber Language V1 Text Find Go Fiber Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_go_echo_language":{"post":{"summary":"Detect Go Echo Language","description":"POST /v1/text/detect_go_echo_language — Detect go echo language.","operationId":"detect_go_echo_language_v1_text_detect_go_echo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC445GoEchoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Go Echo Language V1 Text Detect Go Echo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_httpx_language":{"post":{"summary":"Detect Httpx Language","description":"POST /v1/text/detect_httpx_language — Detect httpx language.","operationId":"detect_httpx_language_v1_text_detect_httpx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC446HttpxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Httpx Language V1 Text Detect Httpx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aiohttp_language":{"post":{"summary":"Find Aiohttp Language","description":"POST /v1/text/find_aiohttp_language — Find aiohttp language.","operationId":"find_aiohttp_language_v1_text_find_aiohttp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC446AiohttpReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aiohttp Language V1 Text Find Aiohttp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_boto3_language":{"post":{"summary":"Detect Boto3 Language","description":"POST /v1/text/detect_boto3_language — Detect boto3 language.","operationId":"detect_boto3_language_v1_text_detect_boto3_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC446Boto3Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Boto3 Language V1 Text Detect Boto3 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_grpc_language":{"post":{"summary":"Find Grpc Language","description":"POST /v1/text/find_grpc_language — Find grpc language.","operationId":"find_grpc_language_v1_text_find_grpc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC447GrpcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Grpc Language V1 Text Find Grpc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_opentelemetry_language":{"post":{"summary":"Detect Opentelemetry Language","description":"POST /v1/text/detect_opentelemetry_language — Detect opentelemetry language.","operationId":"detect_opentelemetry_language_v1_text_detect_opentelemetry_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC447OpenTelemetryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Opentelemetry Language V1 Text Detect Opentelemetry Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jaeger_language":{"post":{"summary":"Find Jaeger Language","description":"POST /v1/text/find_jaeger_language — Find jaeger language.","operationId":"find_jaeger_language_v1_text_find_jaeger_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC447JaegerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jaeger Language V1 Text Find Jaeger Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zipkin_language":{"post":{"summary":"Detect Zipkin Language","description":"POST /v1/text/detect_zipkin_language — Detect zipkin language.","operationId":"detect_zipkin_language_v1_text_detect_zipkin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC447ZipkinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zipkin Language V1 Text Detect Zipkin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_aws_cdk_language":{"post":{"summary":"Detect Aws Cdk Language","description":"POST /v1/text/detect_aws_cdk_language — Detect aws cdk language.","operationId":"detect_aws_cdk_language_v1_text_detect_aws_cdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC448AwsCdkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Aws Cdk Language V1 Text Detect Aws Cdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fluxcd_language":{"post":{"summary":"Find Fluxcd Language","description":"POST /v1/text/find_fluxcd_language — Find fluxcd language.","operationId":"find_fluxcd_language_v1_text_find_fluxcd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC448FluxCdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fluxcd Language V1 Text Find Fluxcd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cdk8s_language":{"post":{"summary":"Detect Cdk8S Language","description":"POST /v1/text/detect_cdk8s_language — Detect cdk8s language.","operationId":"detect_cdk8s_language_v1_text_detect_cdk8s_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC448Cdk8sReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cdk8S Language V1 Text Detect Cdk8S Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_htmx_language":{"post":{"summary":"Find Htmx Language","description":"POST /v1/text/find_htmx_language — Find htmx language.","operationId":"find_htmx_language_v1_text_find_htmx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC449HtmxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Htmx Language V1 Text Find Htmx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alpine_js_language":{"post":{"summary":"Detect Alpine Js Language","description":"POST /v1/text/detect_alpine_js_language — Detect alpine js language.","operationId":"detect_alpine_js_language_v1_text_detect_alpine_js_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC449AlpineJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alpine Js Language V1 Text Detect Alpine Js Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lit_language":{"post":{"summary":"Find Lit Language","description":"POST /v1/text/find_lit_language — Find lit language.","operationId":"find_lit_language_v1_text_find_lit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC449LitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lit Language V1 Text Find Lit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_stimulus_language":{"post":{"summary":"Detect Stimulus Language","description":"POST /v1/text/detect_stimulus_language — Detect stimulus language.","operationId":"detect_stimulus_language_v1_text_detect_stimulus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC449StimulusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Stimulus Language V1 Text Detect Stimulus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ruff_language":{"post":{"summary":"Find Ruff Language","description":"POST /v1/text/find_ruff_language — Find ruff language.","operationId":"find_ruff_language_v1_text_find_ruff_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC450RuffReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ruff Language V1 Text Find Ruff Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_black_language":{"post":{"summary":"Detect Black Language","description":"POST /v1/text/detect_black_language — Detect black language.","operationId":"detect_black_language_v1_text_detect_black_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC450BlackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Black Language V1 Text Detect Black Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_isort_language":{"post":{"summary":"Find Isort Language","description":"POST /v1/text/find_isort_language — Find isort language.","operationId":"find_isort_language_v1_text_find_isort_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC450IsortReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Isort Language V1 Text Find Isort Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_coverage_py_language":{"post":{"summary":"Detect Coverage Py Language","description":"POST /v1/text/detect_coverage_py_language — Detect coverage py language.","operationId":"detect_coverage_py_language_v1_text_detect_coverage_py_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC450CoveragePyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Coverage Py Language V1 Text Detect Coverage Py Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_strawberry_language":{"post":{"summary":"Find Strawberry Language","description":"POST /v1/text/find_strawberry_language — Find strawberry language.","operationId":"find_strawberry_language_v1_text_find_strawberry_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC451StrawberryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Strawberry Language V1 Text Find Strawberry Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ariadne_language":{"post":{"summary":"Detect Ariadne Language","description":"POST /v1/text/detect_ariadne_language — Detect ariadne language.","operationId":"detect_ariadne_language_v1_text_detect_ariadne_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC451AriadneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ariadne Language V1 Text Detect Ariadne Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_graphene_language":{"post":{"summary":"Find Graphene Language","description":"POST /v1/text/find_graphene_language — Find graphene language.","operationId":"find_graphene_language_v1_text_find_graphene_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC451GrapheneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Graphene Language V1 Text Find Graphene Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_graphql_core_language":{"post":{"summary":"Detect Graphql Core Language","description":"POST /v1/text/detect_graphql_core_language — Detect graphql core language.","operationId":"detect_graphql_core_language_v1_text_detect_graphql_core_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC451GraphqlCoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Graphql Core Language V1 Text Detect Graphql Core Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sqlmodel_language":{"post":{"summary":"Find Sqlmodel Language","description":"POST /v1/text/find_sqlmodel_language — Find sqlmodel language.","operationId":"find_sqlmodel_language_v1_text_find_sqlmodel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC452SqlModelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sqlmodel Language V1 Text Find Sqlmodel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_beanie_language":{"post":{"summary":"Detect Beanie Language","description":"POST /v1/text/detect_beanie_language — Detect beanie language.","operationId":"detect_beanie_language_v1_text_detect_beanie_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC452BeanieReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Beanie Language V1 Text Detect Beanie Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_motor_language":{"post":{"summary":"Find Motor Language","description":"POST /v1/text/find_motor_language — Find motor language.","operationId":"find_motor_language_v1_text_find_motor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC452MotorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Motor Language V1 Text Find Motor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mongoengine_language":{"post":{"summary":"Detect Mongoengine Language","description":"POST /v1/text/detect_mongoengine_language — Detect mongoengine language.","operationId":"detect_mongoengine_language_v1_text_detect_mongoengine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC452MongoEngineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mongoengine Language V1 Text Detect Mongoengine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_meilisearch_language":{"post":{"summary":"Detect Meilisearch Language","description":"POST /v1/text/detect_meilisearch_language — Detect meilisearch language.","operationId":"detect_meilisearch_language_v1_text_detect_meilisearch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC453MeiliSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Meilisearch Language V1 Text Detect Meilisearch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_qdrant_language":{"post":{"summary":"Find Qdrant Language","description":"POST /v1/text/find_qdrant_language — Find qdrant language.","operationId":"find_qdrant_language_v1_text_find_qdrant_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC453QdrantReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Qdrant Language V1 Text Find Qdrant Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_typesense_language":{"post":{"summary":"Detect Typesense Language","description":"POST /v1/text/detect_typesense_language — Detect typesense language.","operationId":"detect_typesense_language_v1_text_detect_typesense_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC453TypesenseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Typesense Language V1 Text Detect Typesense Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nix_language":{"post":{"summary":"Find Nix Language","description":"POST /v1/text/find_nix_language — Find nix language.","operationId":"find_nix_language_v1_text_find_nix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC454NixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nix Language V1 Text Find Nix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_langgraph_language":{"post":{"summary":"Detect Langgraph Language","description":"POST /v1/text/detect_langgraph_language — Detect langgraph language.","operationId":"detect_langgraph_language_v1_text_detect_langgraph_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC454LangGraphReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Langgraph Language V1 Text Detect Langgraph Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dspy_language":{"post":{"summary":"Find Dspy Language","description":"POST /v1/text/find_dspy_language — Find dspy language.","operationId":"find_dspy_language_v1_text_find_dspy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC454DspyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dspy Language V1 Text Find Dspy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_turso_language":{"post":{"summary":"Detect Turso Language","description":"POST /v1/text/detect_turso_language — Detect turso language.","operationId":"detect_turso_language_v1_text_detect_turso_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC454TursoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Turso Language V1 Text Detect Turso Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_keras_language":{"post":{"summary":"Find Keras Language","description":"POST /v1/text/find_keras_language — Find keras language.","operationId":"find_keras_language_v1_text_find_keras_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC455KerasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Keras Language V1 Text Find Keras Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_optuna_language":{"post":{"summary":"Detect Optuna Language","description":"POST /v1/text/detect_optuna_language — Detect optuna language.","operationId":"detect_optuna_language_v1_text_detect_optuna_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC455OptunaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Optuna Language V1 Text Detect Optuna Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ray_language":{"post":{"summary":"Find Ray Language","description":"POST /v1/text/find_ray_language — Find ray language.","operationId":"find_ray_language_v1_text_find_ray_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC455RayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ray Language V1 Text Find Ray Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deepspeed_language":{"post":{"summary":"Detect Deepspeed Language","description":"POST /v1/text/detect_deepspeed_language — Detect deepspeed language.","operationId":"detect_deepspeed_language_v1_text_detect_deepspeed_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC455DeepSpeedReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deepspeed Language V1 Text Detect Deepspeed Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_diffusers_language":{"post":{"summary":"Find Diffusers Language","description":"POST /v1/text/find_diffusers_language — Find diffusers language.","operationId":"find_diffusers_language_v1_text_find_diffusers_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC456DiffusersReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Diffusers Language V1 Text Find Diffusers Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_accelerate_language":{"post":{"summary":"Detect Accelerate Language","description":"POST /v1/text/detect_accelerate_language — Detect accelerate language.","operationId":"detect_accelerate_language_v1_text_detect_accelerate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC456AccelerateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Accelerate Language V1 Text Detect Accelerate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_trl_language":{"post":{"summary":"Find Trl Language","description":"POST /v1/text/find_trl_language — Find trl language.","operationId":"find_trl_language_v1_text_find_trl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC456TrlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Trl Language V1 Text Find Trl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_peft_language":{"post":{"summary":"Detect Peft Language","description":"POST /v1/text/detect_peft_language — Detect peft language.","operationId":"detect_peft_language_v1_text_detect_peft_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC456PeftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Peft Language V1 Text Detect Peft Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_litellm_language":{"post":{"summary":"Find Litellm Language","description":"POST /v1/text/find_litellm_language — Find litellm language.","operationId":"find_litellm_language_v1_text_find_litellm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC457LiteLlmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Litellm Language V1 Text Find Litellm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_instructor_language":{"post":{"summary":"Detect Instructor Language","description":"POST /v1/text/detect_instructor_language — Detect instructor language.","operationId":"detect_instructor_language_v1_text_detect_instructor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC457InstructorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Instructor Language V1 Text Detect Instructor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chroma_language":{"post":{"summary":"Find Chroma Language","description":"POST /v1/text/find_chroma_language — Find chroma language.","operationId":"find_chroma_language_v1_text_find_chroma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC457ChromaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chroma Language V1 Text Find Chroma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_faiss_language":{"post":{"summary":"Detect Faiss Language","description":"POST /v1/text/detect_faiss_language — Detect faiss language.","operationId":"detect_faiss_language_v1_text_detect_faiss_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC457FaissReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Faiss Language V1 Text Detect Faiss Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_spring_boot_language":{"post":{"summary":"Find Spring Boot Language","description":"POST /v1/text/find_spring_boot_language — Find spring boot language.","operationId":"find_spring_boot_language_v1_text_find_spring_boot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC458SpringBootReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Spring Boot Language V1 Text Find Spring Boot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_spring_data_language":{"post":{"summary":"Detect Spring Data Language","description":"POST /v1/text/detect_spring_data_language — Detect spring data language.","operationId":"detect_spring_data_language_v1_text_detect_spring_data_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC458SpringDataReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Spring Data Language V1 Text Detect Spring Data Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aspnet_core_language":{"post":{"summary":"Find Aspnet Core Language","description":"POST /v1/text/find_aspnet_core_language — Find aspnet core language.","operationId":"find_aspnet_core_language_v1_text_find_aspnet_core_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC458AspNetCoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aspnet Core Language V1 Text Find Aspnet Core Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_entity_framework_language":{"post":{"summary":"Detect Entity Framework Language","description":"POST /v1/text/detect_entity_framework_language — Detect entity framework language.","operationId":"detect_entity_framework_language_v1_text_detect_entity_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC458EntityFrameworkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Entity Framework Language V1 Text Detect Entity Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_blazor_language":{"post":{"summary":"Find Blazor Language","description":"POST /v1/text/find_blazor_language — Find blazor language.","operationId":"find_blazor_language_v1_text_find_blazor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC459BlazorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Blazor Language V1 Text Find Blazor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_xunit_language":{"post":{"summary":"Detect Xunit Language","description":"POST /v1/text/detect_xunit_language — Detect xunit language.","operationId":"detect_xunit_language_v1_text_detect_xunit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC459XunitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Xunit Language V1 Text Detect Xunit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jetpack_compose_language":{"post":{"summary":"Find Jetpack Compose Language","description":"POST /v1/text/find_jetpack_compose_language — Find jetpack compose language.","operationId":"find_jetpack_compose_language_v1_text_find_jetpack_compose_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC459JetpackComposeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jetpack Compose Language V1 Text Find Jetpack Compose Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_compose_multiplatform_language":{"post":{"summary":"Detect Compose Multiplatform Language","description":"POST /v1/text/detect_compose_multiplatform_language — Detect compose multiplatform language.","operationId":"detect_compose_multiplatform_language_v1_text_detect_compose_multiplatform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC459ComposeMultiplatformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Compose Multiplatform Language V1 Text Detect Compose Multiplatform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rack_language":{"post":{"summary":"Find Rack Language","description":"POST /v1/text/find_rack_language — Find rack language.","operationId":"find_rack_language_v1_text_find_rack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC460RackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rack Language V1 Text Find Rack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_phpunit_language":{"post":{"summary":"Detect Phpunit Language","description":"POST /v1/text/detect_phpunit_language — Detect phpunit language.","operationId":"detect_phpunit_language_v1_text_detect_phpunit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC460PhpUnitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Phpunit Language V1 Text Detect Phpunit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_phpstan_language":{"post":{"summary":"Find Phpstan Language","description":"POST /v1/text/find_phpstan_language — Find phpstan language.","operationId":"find_phpstan_language_v1_text_find_phpstan_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC460PhpStanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Phpstan Language V1 Text Find Phpstan Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_composer_php_language":{"post":{"summary":"Detect Composer Php Language","description":"POST /v1/text/detect_composer_php_language — Detect composer php language.","operationId":"detect_composer_php_language_v1_text_detect_composer_php_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC460ComposerPhpReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Composer Php Language V1 Text Detect Composer Php Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tsup_language":{"post":{"summary":"Find Tsup Language","description":"POST /v1/text/find_tsup_language — Find tsup language.","operationId":"find_tsup_language_v1_text_find_tsup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC461TsupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tsup Language V1 Text Find Tsup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rolldown_language":{"post":{"summary":"Detect Rolldown Language","description":"POST /v1/text/detect_rolldown_language — Detect rolldown language.","operationId":"detect_rolldown_language_v1_text_detect_rolldown_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC461RolldownReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rolldown Language V1 Text Detect Rolldown Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_turbopack_language":{"post":{"summary":"Find Turbopack Language","description":"POST /v1/text/find_turbopack_language — Find turbopack language.","operationId":"find_turbopack_language_v1_text_find_turbopack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC461TurbopackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Turbopack Language V1 Text Find Turbopack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rspack_language":{"post":{"summary":"Detect Rspack Language","description":"POST /v1/text/detect_rspack_language — Detect rspack language.","operationId":"detect_rspack_language_v1_text_detect_rspack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC461RspackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rspack Language V1 Text Detect Rspack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sea_orm_language":{"post":{"summary":"Find Sea Orm Language","description":"POST /v1/text/find_sea_orm_language — Find sea orm language.","operationId":"find_sea_orm_language_v1_text_find_sea_orm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC462SeaOrmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sea Orm Language V1 Text Find Sea Orm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tonic_language":{"post":{"summary":"Detect Tonic Language","description":"POST /v1/text/detect_tonic_language — Detect tonic language.","operationId":"detect_tonic_language_v1_text_detect_tonic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC462TonicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tonic Language V1 Text Detect Tonic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tower_http_language":{"post":{"summary":"Find Tower Http Language","description":"POST /v1/text/find_tower_http_language — Find tower http language.","operationId":"find_tower_http_language_v1_text_find_tower_http_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC462TowerHttpReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tower Http Language V1 Text Find Tower Http Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_serenity_language":{"post":{"summary":"Detect Serenity Language","description":"POST /v1/text/detect_serenity_language — Detect serenity language.","operationId":"detect_serenity_language_v1_text_detect_serenity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC462SerenityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Serenity Language V1 Text Detect Serenity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pgx_language":{"post":{"summary":"Find Pgx Language","description":"POST /v1/text/find_pgx_language — Find pgx language.","operationId":"find_pgx_language_v1_text_find_pgx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC463PgxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pgx Language V1 Text Find Pgx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sqlc_language":{"post":{"summary":"Detect Sqlc Language","description":"POST /v1/text/detect_sqlc_language — Detect sqlc language.","operationId":"detect_sqlc_language_v1_text_detect_sqlc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC463SqlcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sqlc Language V1 Text Detect Sqlc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cobra_language":{"post":{"summary":"Find Cobra Language","description":"POST /v1/text/find_cobra_language — Find cobra language.","operationId":"find_cobra_language_v1_text_find_cobra_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC463CobraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cobra Language V1 Text Find Cobra Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wire_go_language":{"post":{"summary":"Detect Wire Go Language","description":"POST /v1/text/detect_wire_go_language — Detect wire go language.","operationId":"detect_wire_go_language_v1_text_detect_wire_go_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC463WireGoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wire Go Language V1 Text Detect Wire Go Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_akka_language":{"post":{"summary":"Find Akka Language","description":"POST /v1/text/find_akka_language — Find akka language.","operationId":"find_akka_language_v1_text_find_akka_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC464AkkaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Akka Language V1 Text Find Akka Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zio_language":{"post":{"summary":"Detect Zio Language","description":"POST /v1/text/detect_zio_language — Detect zio language.","operationId":"detect_zio_language_v1_text_detect_zio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC464ZioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zio Language V1 Text Detect Zio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vertx_language":{"post":{"summary":"Find Vertx Language","description":"POST /v1/text/find_vertx_language — Find vertx language.","operationId":"find_vertx_language_v1_text_find_vertx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC464VertxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vertx Language V1 Text Find Vertx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_helidon_language":{"post":{"summary":"Detect Helidon Language","description":"POST /v1/text/detect_helidon_language — Detect helidon language.","operationId":"detect_helidon_language_v1_text_detect_helidon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC464HelidonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Helidon Language V1 Text Detect Helidon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_active_record_language":{"post":{"summary":"Find Active Record Language","description":"POST /v1/text/find_active_record_language — Find active record language.","operationId":"find_active_record_language_v1_text_find_active_record_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC465ActiveRecordReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Active Record Language V1 Text Find Active Record Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_faraday_language":{"post":{"summary":"Detect Faraday Language","description":"POST /v1/text/detect_faraday_language — Detect faraday language.","operationId":"detect_faraday_language_v1_text_detect_faraday_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC465FaradayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Faraday Language V1 Text Detect Faraday Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pocketbase_language":{"post":{"summary":"Find Pocketbase Language","description":"POST /v1/text/find_pocketbase_language — Find pocketbase language.","operationId":"find_pocketbase_language_v1_text_find_pocketbase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC465PocketBaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pocketbase Language V1 Text Find Pocketbase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_appwrite_language":{"post":{"summary":"Detect Appwrite Language","description":"POST /v1/text/detect_appwrite_language — Detect appwrite language.","operationId":"detect_appwrite_language_v1_text_detect_appwrite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC465AppwriteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Appwrite Language V1 Text Detect Appwrite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_genserver_language":{"post":{"summary":"Find Genserver Language","description":"POST /v1/text/find_genserver_language — Find genserver language.","operationId":"find_genserver_language_v1_text_find_genserver_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC466GenServerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Genserver Language V1 Text Find Genserver Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_phoenix_liveview_language":{"post":{"summary":"Detect Phoenix Liveview Language","description":"POST /v1/text/detect_phoenix_liveview_language — Detect phoenix liveview language.","operationId":"detect_phoenix_liveview_language_v1_text_detect_phoenix_liveview_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC466PhoenixLiveViewReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Phoenix Liveview Language V1 Text Detect Phoenix Liveview Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nerves_language":{"post":{"summary":"Find Nerves Language","description":"POST /v1/text/find_nerves_language — Find nerves language.","operationId":"find_nerves_language_v1_text_find_nerves_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC466NervesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nerves Language V1 Text Find Nerves Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gleam_language":{"post":{"summary":"Detect Gleam Language","description":"POST /v1/text/detect_gleam_language — Detect gleam language.","operationId":"detect_gleam_language_v1_text_detect_gleam_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC466GleamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gleam Language V1 Text Detect Gleam Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_click_language":{"post":{"summary":"Find Click Language","description":"POST /v1/text/find_click_language — Find click language.","operationId":"find_click_language_v1_text_find_click_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC467ClickReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Click Language V1 Text Find Click Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_typer_language":{"post":{"summary":"Detect Typer Language","description":"POST /v1/text/detect_typer_language — Detect typer language.","operationId":"detect_typer_language_v1_text_detect_typer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC467TyperReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Typer Language V1 Text Detect Typer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_loguru_language":{"post":{"summary":"Find Loguru Language","description":"POST /v1/text/find_loguru_language — Find loguru language.","operationId":"find_loguru_language_v1_text_find_loguru_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC467LoguruReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Loguru Language V1 Text Find Loguru Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rich_language":{"post":{"summary":"Detect Rich Language","description":"POST /v1/text/detect_rich_language — Detect rich language.","operationId":"detect_rich_language_v1_text_detect_rich_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC467RichReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rich Language V1 Text Detect Rich Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sinatra_language":{"post":{"summary":"Find Sinatra Language","description":"POST /v1/text/find_sinatra_language — Find sinatra language.","operationId":"find_sinatra_language_v1_text_find_sinatra_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC468SinatraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sinatra Language V1 Text Find Sinatra Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_devise_language":{"post":{"summary":"Detect Devise Language","description":"POST /v1/text/detect_devise_language — Detect devise language.","operationId":"detect_devise_language_v1_text_detect_devise_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC468DeviseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Devise Language V1 Text Detect Devise Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pundit_language":{"post":{"summary":"Find Pundit Language","description":"POST /v1/text/find_pundit_language — Find pundit language.","operationId":"find_pundit_language_v1_text_find_pundit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC468PunditReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pundit Language V1 Text Find Pundit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_puma_language":{"post":{"summary":"Detect Puma Language","description":"POST /v1/text/detect_puma_language — Detect puma language.","operationId":"detect_puma_language_v1_text_detect_puma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC468PumaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Puma Language V1 Text Detect Puma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_clap_rust_language":{"post":{"summary":"Find Clap Rust Language","description":"POST /v1/text/find_clap_rust_language — Find clap rust language.","operationId":"find_clap_rust_language_v1_text_find_clap_rust_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC469ClapRustReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Clap Rust Language V1 Text Find Clap Rust Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_prost_language":{"post":{"summary":"Detect Prost Language","description":"POST /v1/text/detect_prost_language — Detect prost language.","operationId":"detect_prost_language_v1_text_detect_prost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC469ProstReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Prost Language V1 Text Detect Prost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rayon_language":{"post":{"summary":"Find Rayon Language","description":"POST /v1/text/find_rayon_language — Find rayon language.","operationId":"find_rayon_language_v1_text_find_rayon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC469RayonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rayon Language V1 Text Find Rayon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_criterion_language":{"post":{"summary":"Detect Criterion Language","description":"POST /v1/text/detect_criterion_language — Detect criterion language.","operationId":"detect_criterion_language_v1_text_detect_criterion_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC469CriterionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Criterion Language V1 Text Detect Criterion Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cats_effect_language":{"post":{"summary":"Find Cats Effect Language","description":"POST /v1/text/find_cats_effect_language — Find cats effect language.","operationId":"find_cats_effect_language_v1_text_find_cats_effect_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC470CatsEffectReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cats Effect Language V1 Text Find Cats Effect Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fs2_language":{"post":{"summary":"Detect Fs2 Language","description":"POST /v1/text/detect_fs2_language — Detect fs2 language.","operationId":"detect_fs2_language_v1_text_detect_fs2_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC470Fs2Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fs2 Language V1 Text Detect Fs2 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_circe_language":{"post":{"summary":"Find Circe Language","description":"POST /v1/text/find_circe_language — Find circe language.","operationId":"find_circe_language_v1_text_find_circe_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC470CirceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Circe Language V1 Text Find Circe Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_doobie_language":{"post":{"summary":"Detect Doobie Language","description":"POST /v1/text/detect_doobie_language — Detect doobie language.","operationId":"detect_doobie_language_v1_text_detect_doobie_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC470DoobieReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Doobie Language V1 Text Detect Doobie Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_slim_language":{"post":{"summary":"Find Slim Language","description":"POST /v1/text/find_slim_language — Find slim language.","operationId":"find_slim_language_v1_text_find_slim_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC471SlimReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Slim Language V1 Text Find Slim Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_codeigniter_language":{"post":{"summary":"Detect Codeigniter Language","description":"POST /v1/text/detect_codeigniter_language — Detect codeigniter language.","operationId":"detect_codeigniter_language_v1_text_detect_codeigniter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC471CodeIgniterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Codeigniter Language V1 Text Detect Codeigniter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cakephp_language":{"post":{"summary":"Find Cakephp Language","description":"POST /v1/text/find_cakephp_language — Find cakephp language.","operationId":"find_cakephp_language_v1_text_find_cakephp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC471CakePhpReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cakephp Language V1 Text Find Cakephp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_yii_language":{"post":{"summary":"Detect Yii Language","description":"POST /v1/text/detect_yii_language — Detect yii language.","operationId":"detect_yii_language_v1_text_detect_yii_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC471YiiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Yii Language V1 Text Detect Yii Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_wasmer_language":{"post":{"summary":"Find Wasmer Language","description":"POST /v1/text/find_wasmer_language — Find wasmer language.","operationId":"find_wasmer_language_v1_text_find_wasmer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC472WasmerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Wasmer Language V1 Text Find Wasmer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wasmtime_language":{"post":{"summary":"Detect Wasmtime Language","description":"POST /v1/text/detect_wasmtime_language — Detect wasmtime language.","operationId":"detect_wasmtime_language_v1_text_detect_wasmtime_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC472WasmtimeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wasmtime Language V1 Text Detect Wasmtime Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_extism_language":{"post":{"summary":"Find Extism Language","description":"POST /v1/text/find_extism_language — Find extism language.","operationId":"find_extism_language_v1_text_find_extism_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC472ExtismReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Extism Language V1 Text Find Extism Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_spin_language":{"post":{"summary":"Detect Spin Language","description":"POST /v1/text/detect_spin_language — Detect spin language.","operationId":"detect_spin_language_v1_text_detect_spin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC472SpinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Spin Language V1 Text Detect Spin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_redux_toolkit_language":{"post":{"summary":"Find Redux Toolkit Language","description":"POST /v1/text/find_redux_toolkit_language — Find redux toolkit language.","operationId":"find_redux_toolkit_language_v1_text_find_redux_toolkit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC473ReduxToolkitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Redux Toolkit Language V1 Text Find Redux Toolkit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_recoil_language":{"post":{"summary":"Detect Recoil Language","description":"POST /v1/text/detect_recoil_language — Detect recoil language.","operationId":"detect_recoil_language_v1_text_detect_recoil_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC473RecoilReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Recoil Language V1 Text Detect Recoil Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kysely_language":{"post":{"summary":"Find Kysely Language","description":"POST /v1/text/find_kysely_language — Find kysely language.","operationId":"find_kysely_language_v1_text_find_kysely_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC473KyselyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kysely Language V1 Text Find Kysely Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_redis_om_language":{"post":{"summary":"Detect Redis Om Language","description":"POST /v1/text/detect_redis_om_language — Detect redis om language.","operationId":"detect_redis_om_language_v1_text_detect_redis_om_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC473RedisOmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Redis Om Language V1 Text Detect Redis Om Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_strapi_language":{"post":{"summary":"Find Strapi Language","description":"POST /v1/text/find_strapi_language — Find strapi language.","operationId":"find_strapi_language_v1_text_find_strapi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC474StrapiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Strapi Language V1 Text Find Strapi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_directus_language":{"post":{"summary":"Detect Directus Language","description":"POST /v1/text/detect_directus_language — Detect directus language.","operationId":"detect_directus_language_v1_text_detect_directus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC474DirectusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Directus Language V1 Text Detect Directus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_payload_cms_language":{"post":{"summary":"Find Payload Cms Language","description":"POST /v1/text/find_payload_cms_language — Find payload cms language.","operationId":"find_payload_cms_language_v1_text_find_payload_cms_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC474PayloadCmsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Payload Cms Language V1 Text Find Payload Cms Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_keystonejs_language":{"post":{"summary":"Detect Keystonejs Language","description":"POST /v1/text/detect_keystonejs_language — Detect keystonejs language.","operationId":"detect_keystonejs_language_v1_text_detect_keystonejs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC474KeystoneJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Keystonejs Language V1 Text Detect Keystonejs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_inngest_language":{"post":{"summary":"Find Inngest Language","description":"POST /v1/text/find_inngest_language — Find inngest language.","operationId":"find_inngest_language_v1_text_find_inngest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC475InngestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Inngest Language V1 Text Find Inngest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_trigger_dev_language":{"post":{"summary":"Detect Trigger Dev Language","description":"POST /v1/text/detect_trigger_dev_language — Detect trigger dev language.","operationId":"detect_trigger_dev_language_v1_text_detect_trigger_dev_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC475TriggerDevReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Trigger Dev Language V1 Text Detect Trigger Dev Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_partykit_language":{"post":{"summary":"Find Partykit Language","description":"POST /v1/text/find_partykit_language — Find partykit language.","operationId":"find_partykit_language_v1_text_find_partykit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC475PartyKitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Partykit Language V1 Text Find Partykit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_liveblocks_language":{"post":{"summary":"Detect Liveblocks Language","description":"POST /v1/text/detect_liveblocks_language — Detect liveblocks language.","operationId":"detect_liveblocks_language_v1_text_detect_liveblocks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC475LiveblocksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Liveblocks Language V1 Text Detect Liveblocks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_edgedb_language":{"post":{"summary":"Find Edgedb Language","description":"POST /v1/text/find_edgedb_language — Find edgedb language.","operationId":"find_edgedb_language_v1_text_find_edgedb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC476EdgeDbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Edgedb Language V1 Text Find Edgedb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_surrealdb_language":{"post":{"summary":"Detect Surrealdb Language","description":"POST /v1/text/detect_surrealdb_language — Detect surrealdb language.","operationId":"detect_surrealdb_language_v1_text_detect_surrealdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC476SurrealDbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Surrealdb Language V1 Text Detect Surrealdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tidb_language":{"post":{"summary":"Find Tidb Language","description":"POST /v1/text/find_tidb_language — Find tidb language.","operationId":"find_tidb_language_v1_text_find_tidb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC476TiDbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tidb Language V1 Text Find Tidb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_yugabyte_language":{"post":{"summary":"Detect Yugabyte Language","description":"POST /v1/text/detect_yugabyte_language — Detect yugabyte language.","operationId":"detect_yugabyte_language_v1_text_detect_yugabyte_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC476YugabyteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Yugabyte Language V1 Text Detect Yugabyte Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_graphql_yoga_language":{"post":{"summary":"Find Graphql Yoga Language","description":"POST /v1/text/find_graphql_yoga_language — Find graphql yoga language.","operationId":"find_graphql_yoga_language_v1_text_find_graphql_yoga_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC477GraphQlYogaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Graphql Yoga Language V1 Text Find Graphql Yoga Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pothos_language":{"post":{"summary":"Detect Pothos Language","description":"POST /v1/text/detect_pothos_language — Detect pothos language.","operationId":"detect_pothos_language_v1_text_detect_pothos_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC477PothosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pothos Language V1 Text Detect Pothos Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_genql_language":{"post":{"summary":"Find Genql Language","description":"POST /v1/text/find_genql_language — Find genql language.","operationId":"find_genql_language_v1_text_find_genql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC477GenqlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Genql Language V1 Text Find Genql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gqty_language":{"post":{"summary":"Detect Gqty Language","description":"POST /v1/text/detect_gqty_language — Detect gqty language.","operationId":"detect_gqty_language_v1_text_detect_gqty_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC477GqtyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gqty Language V1 Text Detect Gqty Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ktor_language":{"post":{"summary":"Find Ktor Language","description":"POST /v1/text/find_ktor_language — Find ktor language.","operationId":"find_ktor_language_v1_text_find_ktor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC478KtorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ktor Language V1 Text Find Ktor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_arrow_kotlin_language":{"post":{"summary":"Detect Arrow Kotlin Language","description":"POST /v1/text/detect_arrow_kotlin_language — Detect arrow kotlin language.","operationId":"detect_arrow_kotlin_language_v1_text_detect_arrow_kotlin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC478ArrowKotlinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Arrow Kotlin Language V1 Text Detect Arrow Kotlin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vapor_swift_language":{"post":{"summary":"Find Vapor Swift Language","description":"POST /v1/text/find_vapor_swift_language — Find vapor swift language.","operationId":"find_vapor_swift_language_v1_text_find_vapor_swift_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC478VaporSwiftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vapor Swift Language V1 Text Find Vapor Swift Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_swift_nio_language":{"post":{"summary":"Detect Swift Nio Language","description":"POST /v1/text/detect_swift_nio_language — Detect swift nio language.","operationId":"detect_swift_nio_language_v1_text_detect_swift_nio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC478SwiftNioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Swift Nio Language V1 Text Detect Swift Nio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_poem_language":{"post":{"summary":"Find Poem Language","description":"POST /v1/text/find_poem_language — Find poem language.","operationId":"find_poem_language_v1_text_find_poem_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC479PoemReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Poem Language V1 Text Find Poem Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tide_language":{"post":{"summary":"Detect Tide Language","description":"POST /v1/text/detect_tide_language — Detect tide language.","operationId":"detect_tide_language_v1_text_detect_tide_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC479TideReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tide Language V1 Text Detect Tide Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_salvo_language":{"post":{"summary":"Find Salvo Language","description":"POST /v1/text/find_salvo_language — Find salvo language.","operationId":"find_salvo_language_v1_text_find_salvo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC479SalvoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Salvo Language V1 Text Find Salvo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pavex_language":{"post":{"summary":"Detect Pavex Language","description":"POST /v1/text/detect_pavex_language — Detect pavex language.","operationId":"detect_pavex_language_v1_text_detect_pavex_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC479PavexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pavex Language V1 Text Detect Pavex Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_buf_language":{"post":{"summary":"Find Buf Language","description":"POST /v1/text/find_buf_language — Find buf language.","operationId":"find_buf_language_v1_text_find_buf_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC480BufReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Buf Language V1 Text Find Buf Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_connect_go_language":{"post":{"summary":"Detect Connect Go Language","description":"POST /v1/text/detect_connect_go_language — Detect connect go language.","operationId":"detect_connect_go_language_v1_text_detect_connect_go_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC480ConnectGoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Connect Go Language V1 Text Detect Connect Go Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fx_go_language":{"post":{"summary":"Find Fx Go Language","description":"POST /v1/text/find_fx_go_language — Find fx go language.","operationId":"find_fx_go_language_v1_text_find_fx_go_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC480FxGoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fx Go Language V1 Text Find Fx Go Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ent_go_language":{"post":{"summary":"Detect Ent Go Language","description":"POST /v1/text/detect_ent_go_language — Detect ent go language.","operationId":"detect_ent_go_language_v1_text_detect_ent_go_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC480EntGoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ent Go Language V1 Text Detect Ent Go Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_effect_ts_language":{"post":{"summary":"Find Effect Ts Language","description":"POST /v1/text/find_effect_ts_language — Find effect ts language.","operationId":"find_effect_ts_language_v1_text_find_effect_ts_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC481EffectTsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Effect Ts Language V1 Text Find Effect Ts Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_convex_language":{"post":{"summary":"Detect Convex Language","description":"POST /v1/text/detect_convex_language — Detect convex language.","operationId":"detect_convex_language_v1_text_detect_convex_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC481ConvexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Convex Language V1 Text Detect Convex Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_litestar_language":{"post":{"summary":"Find Litestar Language","description":"POST /v1/text/find_litestar_language — Find litestar language.","operationId":"find_litestar_language_v1_text_find_litestar_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC481LitestarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Litestar Language V1 Text Find Litestar Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_masonite_language":{"post":{"summary":"Detect Masonite Language","description":"POST /v1/text/detect_masonite_language — Detect masonite language.","operationId":"detect_masonite_language_v1_text_detect_masonite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC481MasoniteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Masonite Language V1 Text Detect Masonite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bun_language":{"post":{"summary":"Find Bun Language","description":"POST /v1/text/find_bun_language — Find bun language.","operationId":"find_bun_language_v1_text_find_bun_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC482BunReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bun Language V1 Text Find Bun Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deno_deploy_language":{"post":{"summary":"Detect Deno Deploy Language","description":"POST /v1/text/detect_deno_deploy_language — Detect deno deploy language.","operationId":"detect_deno_deploy_language_v1_text_detect_deno_deploy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC482DenoDeployReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deno Deploy Language V1 Text Detect Deno Deploy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_winterjs_language":{"post":{"summary":"Find Winterjs Language","description":"POST /v1/text/find_winterjs_language — Find winterjs language.","operationId":"find_winterjs_language_v1_text_find_winterjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC482WinterJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Winterjs Language V1 Text Find Winterjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_llrt_language":{"post":{"summary":"Detect Llrt Language","description":"POST /v1/text/detect_llrt_language — Detect llrt language.","operationId":"detect_llrt_language_v1_text_detect_llrt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC482LLRTReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Llrt Language V1 Text Detect Llrt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zod_language":{"post":{"summary":"Find Zod Language","description":"POST /v1/text/find_zod_language — Find zod language.","operationId":"find_zod_language_v1_text_find_zod_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC483ZodReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zod Language V1 Text Find Zod Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_valibot_language":{"post":{"summary":"Detect Valibot Language","description":"POST /v1/text/detect_valibot_language — Detect valibot language.","operationId":"detect_valibot_language_v1_text_detect_valibot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC483ValibotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Valibot Language V1 Text Detect Valibot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_arktype_language":{"post":{"summary":"Find Arktype Language","description":"POST /v1/text/find_arktype_language — Find arktype language.","operationId":"find_arktype_language_v1_text_find_arktype_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC483ArkTypeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Arktype Language V1 Text Find Arktype Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_typebox_language":{"post":{"summary":"Detect Typebox Language","description":"POST /v1/text/detect_typebox_language — Detect typebox language.","operationId":"detect_typebox_language_v1_text_detect_typebox_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC483TypeBoxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Typebox Language V1 Text Detect Typebox Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mikro_orm_language":{"post":{"summary":"Find Mikro Orm Language","description":"POST /v1/text/find_mikro_orm_language — Find mikro orm language.","operationId":"find_mikro_orm_language_v1_text_find_mikro_orm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC484MikroORMReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mikro Orm Language V1 Text Find Mikro Orm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_typeorm_language":{"post":{"summary":"Detect Typeorm Language","description":"POST /v1/text/detect_typeorm_language — Detect typeorm language.","operationId":"detect_typeorm_language_v1_text_detect_typeorm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC484TypeORMReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Typeorm Language V1 Text Detect Typeorm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_objection_language":{"post":{"summary":"Find Objection Language","description":"POST /v1/text/find_objection_language — Find objection language.","operationId":"find_objection_language_v1_text_find_objection_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC484ObjectionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Objection Language V1 Text Find Objection Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bookshelf_language":{"post":{"summary":"Detect Bookshelf Language","description":"POST /v1/text/detect_bookshelf_language — Detect bookshelf language.","operationId":"detect_bookshelf_language_v1_text_detect_bookshelf_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC484BookshelfReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bookshelf Language V1 Text Detect Bookshelf Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nitro_language":{"post":{"summary":"Find Nitro Language","description":"POST /v1/text/find_nitro_language — Find nitro language.","operationId":"find_nitro_language_v1_text_find_nitro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC485NitroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nitro Language V1 Text Find Nitro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_h3_language":{"post":{"summary":"Detect H3 Language","description":"POST /v1/text/detect_h3_language — Detect h3 language.","operationId":"detect_h3_language_v1_text_detect_h3_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC485H3Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect H3 Language V1 Text Detect H3 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ofetch_language":{"post":{"summary":"Find Ofetch Language","description":"POST /v1/text/find_ofetch_language — Find ofetch language.","operationId":"find_ofetch_language_v1_text_find_ofetch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC485OfetchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ofetch Language V1 Text Find Ofetch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_unjs_language":{"post":{"summary":"Detect Unjs Language","description":"POST /v1/text/detect_unjs_language — Detect unjs language.","operationId":"detect_unjs_language_v1_text_detect_unjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC485UnjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Unjs Language V1 Text Detect Unjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pnpm_language":{"post":{"summary":"Find Pnpm Language","description":"POST /v1/text/find_pnpm_language — Find pnpm language.","operationId":"find_pnpm_language_v1_text_find_pnpm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC486PnpmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pnpm Language V1 Text Find Pnpm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_turborepo_language":{"post":{"summary":"Detect Turborepo Language","description":"POST /v1/text/detect_turborepo_language — Detect turborepo language.","operationId":"detect_turborepo_language_v1_text_detect_turborepo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC486TurborepoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Turborepo Language V1 Text Detect Turborepo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lerna_language":{"post":{"summary":"Find Lerna Language","description":"POST /v1/text/find_lerna_language — Find lerna language.","operationId":"find_lerna_language_v1_text_find_lerna_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC486LernaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lerna Language V1 Text Find Lerna Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nx_language":{"post":{"summary":"Detect Nx Language","description":"POST /v1/text/detect_nx_language — Detect nx language.","operationId":"detect_nx_language_v1_text_detect_nx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC486NxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nx Language V1 Text Detect Nx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vitest_language":{"post":{"summary":"Find Vitest Language","description":"POST /v1/text/find_vitest_language — Find vitest language.","operationId":"find_vitest_language_v1_text_find_vitest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC487VitestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vitest Language V1 Text Find Vitest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_playwright_language":{"post":{"summary":"Detect Playwright Language","description":"POST /v1/text/detect_playwright_language — Detect playwright language.","operationId":"detect_playwright_language_v1_text_detect_playwright_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC487PlaywrightReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Playwright Language V1 Text Detect Playwright Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_webdriverio_language":{"post":{"summary":"Find Webdriverio Language","description":"POST /v1/text/find_webdriverio_language — Find webdriverio language.","operationId":"find_webdriverio_language_v1_text_find_webdriverio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC487WebdriverIOReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Webdriverio Language V1 Text Find Webdriverio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wireit_language":{"post":{"summary":"Detect Wireit Language","description":"POST /v1/text/detect_wireit_language — Detect wireit language.","operationId":"detect_wireit_language_v1_text_detect_wireit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC487WireitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wireit Language V1 Text Detect Wireit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_grafana_language":{"post":{"summary":"Find Grafana Language","description":"POST /v1/text/find_grafana_language — Find grafana language.","operationId":"find_grafana_language_v1_text_find_grafana_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC488GrafanaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Grafana Language V1 Text Find Grafana Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_loki_language":{"post":{"summary":"Detect Loki Language","description":"POST /v1/text/detect_loki_language — Detect loki language.","operationId":"detect_loki_language_v1_text_detect_loki_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC488LokiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Loki Language V1 Text Detect Loki Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_alloy_language":{"post":{"summary":"Find Alloy Language","description":"POST /v1/text/find_alloy_language — Find alloy language.","operationId":"find_alloy_language_v1_text_find_alloy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC488AlloyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Alloy Language V1 Text Find Alloy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mimir_language":{"post":{"summary":"Detect Mimir Language","description":"POST /v1/text/detect_mimir_language — Detect mimir language.","operationId":"detect_mimir_language_v1_text_detect_mimir_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC488MimirReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mimir Language V1 Text Detect Mimir Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_temporal_language":{"post":{"summary":"Find Temporal Language","description":"POST /v1/text/find_temporal_language — Find temporal language.","operationId":"find_temporal_language_v1_text_find_temporal_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC489TemporalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Temporal Language V1 Text Find Temporal Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_agenda_language":{"post":{"summary":"Detect Agenda Language","description":"POST /v1/text/detect_agenda_language — Detect agenda language.","operationId":"detect_agenda_language_v1_text_detect_agenda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC489AgendaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Agenda Language V1 Text Detect Agenda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bee_queue_language":{"post":{"summary":"Find Bee Queue Language","description":"POST /v1/text/find_bee_queue_language — Find bee queue language.","operationId":"find_bee_queue_language_v1_text_find_bee_queue_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC489BeeQueueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bee Queue Language V1 Text Find Bee Queue Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nats_js_language":{"post":{"summary":"Detect Nats Js Language","description":"POST /v1/text/detect_nats_js_language — Detect nats js language.","operationId":"detect_nats_js_language_v1_text_detect_nats_js_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC489NatsJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nats Js Language V1 Text Detect Nats Js Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_asyncpg_language":{"post":{"summary":"Find Asyncpg Language","description":"POST /v1/text/find_asyncpg_language — Find asyncpg language.","operationId":"find_asyncpg_language_v1_text_find_asyncpg_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC490AsyncpgReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Asyncpg Language V1 Text Find Asyncpg Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_psycopg3_language":{"post":{"summary":"Detect Psycopg3 Language","description":"POST /v1/text/detect_psycopg3_language — Detect psycopg3 language.","operationId":"detect_psycopg3_language_v1_text_detect_psycopg3_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC490Psycopg3Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Psycopg3 Language V1 Text Detect Psycopg3 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_databases_py_language":{"post":{"summary":"Find Databases Py Language","description":"POST /v1/text/find_databases_py_language — Find databases py language.","operationId":"find_databases_py_language_v1_text_find_databases_py_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC490DatabasesPyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Databases Py Language V1 Text Find Databases Py Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_aiosqlite_language":{"post":{"summary":"Detect Aiosqlite Language","description":"POST /v1/text/detect_aiosqlite_language — Detect aiosqlite language.","operationId":"detect_aiosqlite_language_v1_text_detect_aiosqlite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC490AiosqliteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Aiosqlite Language V1 Text Detect Aiosqlite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sanic_language":{"post":{"summary":"Find Sanic Language","description":"POST /v1/text/find_sanic_language — Find sanic language.","operationId":"find_sanic_language_v1_text_find_sanic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC491SanicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sanic Language V1 Text Find Sanic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_blacksheep_language":{"post":{"summary":"Detect Blacksheep Language","description":"POST /v1/text/detect_blacksheep_language — Detect blacksheep language.","operationId":"detect_blacksheep_language_v1_text_detect_blacksheep_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC491BlackSheepReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Blacksheep Language V1 Text Detect Blacksheep Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_robyn_language":{"post":{"summary":"Find Robyn Language","description":"POST /v1/text/find_robyn_language — Find robyn language.","operationId":"find_robyn_language_v1_text_find_robyn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC491RobynReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Robyn Language V1 Text Find Robyn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_falcon_language":{"post":{"summary":"Detect Falcon Language","description":"POST /v1/text/detect_falcon_language — Detect falcon language.","operationId":"detect_falcon_language_v1_text_detect_falcon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC491FalconReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Falcon Language V1 Text Detect Falcon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_prefect_language":{"post":{"summary":"Find Prefect Language","description":"POST /v1/text/find_prefect_language — Find prefect language.","operationId":"find_prefect_language_v1_text_find_prefect_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC492PrefectReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Prefect Language V1 Text Find Prefect Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kedro_language":{"post":{"summary":"Detect Kedro Language","description":"POST /v1/text/detect_kedro_language — Detect kedro language.","operationId":"detect_kedro_language_v1_text_detect_kedro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC492KedroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kedro Language V1 Text Detect Kedro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_metaflow_language":{"post":{"summary":"Find Metaflow Language","description":"POST /v1/text/find_metaflow_language — Find metaflow language.","operationId":"find_metaflow_language_v1_text_find_metaflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC492MetaflowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Metaflow Language V1 Text Find Metaflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zenml_language":{"post":{"summary":"Detect Zenml Language","description":"POST /v1/text/detect_zenml_language — Detect zenml language.","operationId":"detect_zenml_language_v1_text_detect_zenml_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC492ZenMLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zenml Language V1 Text Detect Zenml Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_polars_language":{"post":{"summary":"Find Polars Language","description":"POST /v1/text/find_polars_language — Find polars language.","operationId":"find_polars_language_v1_text_find_polars_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC493PolarsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Polars Language V1 Text Find Polars Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_duckdb_language":{"post":{"summary":"Detect Duckdb Language","description":"POST /v1/text/detect_duckdb_language — Detect duckdb language.","operationId":"detect_duckdb_language_v1_text_detect_duckdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC493DuckDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Duckdb Language V1 Text Detect Duckdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ibis_language":{"post":{"summary":"Find Ibis Language","description":"POST /v1/text/find_ibis_language — Find ibis language.","operationId":"find_ibis_language_v1_text_find_ibis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC493IbisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ibis Language V1 Text Find Ibis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_narwhals_language":{"post":{"summary":"Detect Narwhals Language","description":"POST /v1/text/detect_narwhals_language — Detect narwhals language.","operationId":"detect_narwhals_language_v1_text_detect_narwhals_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC493NarwhalsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Narwhals Language V1 Text Detect Narwhals Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_semantic_kernel_language":{"post":{"summary":"Find Semantic Kernel Language","description":"POST /v1/text/find_semantic_kernel_language — Find semantic kernel language.","operationId":"find_semantic_kernel_language_v1_text_find_semantic_kernel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC494SemanticKernelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Semantic Kernel Language V1 Text Find Semantic Kernel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pydantic_ai_language":{"post":{"summary":"Detect Pydantic Ai Language","description":"POST /v1/text/detect_pydantic_ai_language — Detect pydantic ai language.","operationId":"detect_pydantic_ai_language_v1_text_detect_pydantic_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC494PydanticAIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pydantic Ai Language V1 Text Detect Pydantic Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_together_ai_language":{"post":{"summary":"Find Together Ai Language","description":"POST /v1/text/find_together_ai_language — Find together ai language.","operationId":"find_together_ai_language_v1_text_find_together_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC495TogetherAIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Together Ai Language V1 Text Find Together Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tensorrt_llm_language":{"post":{"summary":"Detect Tensorrt Llm Language","description":"POST /v1/text/detect_tensorrt_llm_language — Detect tensorrt llm language.","operationId":"detect_tensorrt_llm_language_v1_text_detect_tensorrt_llm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC495TensorRTLLMReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tensorrt Llm Language V1 Text Detect Tensorrt Llm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_exllamav2_language":{"post":{"summary":"Find Exllamav2 Language","description":"POST /v1/text/find_exllamav2_language — Find exllamav2 language.","operationId":"find_exllamav2_language_v1_text_find_exllamav2_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC495Exllamav2Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Exllamav2 Language V1 Text Find Exllamav2 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mlx_language":{"post":{"summary":"Detect Mlx Language","description":"POST /v1/text/detect_mlx_language — Detect mlx language.","operationId":"detect_mlx_language_v1_text_detect_mlx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC495MLXReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mlx Language V1 Text Detect Mlx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chromadb_language":{"post":{"summary":"Find Chromadb Language","description":"POST /v1/text/find_chromadb_language — Find chromadb language.","operationId":"find_chromadb_language_v1_text_find_chromadb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC496ChromaDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chromadb Language V1 Text Find Chromadb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pgvector_language":{"post":{"summary":"Detect Pgvector Language","description":"POST /v1/text/detect_pgvector_language — Detect pgvector language.","operationId":"detect_pgvector_language_v1_text_detect_pgvector_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC496PgvectorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pgvector Language V1 Text Detect Pgvector Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lancedb_language":{"post":{"summary":"Find Lancedb Language","description":"POST /v1/text/find_lancedb_language — Find lancedb language.","operationId":"find_lancedb_language_v1_text_find_lancedb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC496LanceDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lancedb Language V1 Text Find Lancedb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_milvus_language":{"post":{"summary":"Detect Milvus Language","description":"POST /v1/text/detect_milvus_language — Detect milvus language.","operationId":"detect_milvus_language_v1_text_detect_milvus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC496MilvusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Milvus Language V1 Text Detect Milvus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_instructor_language":{"post":{"summary":"Find Instructor Language","description":"POST /v1/text/find_instructor_language — Find instructor language.","operationId":"find_instructor_language_v1_text_find_instructor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC497InstructorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Instructor Language V1 Text Find Instructor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_marvin_language":{"post":{"summary":"Detect Marvin Language","description":"POST /v1/text/detect_marvin_language — Detect marvin language.","operationId":"detect_marvin_language_v1_text_detect_marvin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC497MarvinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Marvin Language V1 Text Detect Marvin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_outlines_language":{"post":{"summary":"Find Outlines Language","description":"POST /v1/text/find_outlines_language — Find outlines language.","operationId":"find_outlines_language_v1_text_find_outlines_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC497OutlinesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Outlines Language V1 Text Find Outlines Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_guidance_language":{"post":{"summary":"Detect Guidance Language","description":"POST /v1/text/detect_guidance_language — Detect guidance language.","operationId":"detect_guidance_language_v1_text_detect_guidance_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC497GuidanceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Guidance Language V1 Text Detect Guidance Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hono_rpc_language":{"post":{"summary":"Detect Hono Rpc Language","description":"POST /v1/text/detect_hono_rpc_language — Detect hono rpc language.","operationId":"detect_hono_rpc_language_v1_text_detect_hono_rpc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC498HonoRpcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hono Rpc Language V1 Text Detect Hono Rpc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ts_rest_language":{"post":{"summary":"Find Ts Rest Language","description":"POST /v1/text/find_ts_rest_language — Find ts rest language.","operationId":"find_ts_rest_language_v1_text_find_ts_rest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC498TsRestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ts Rest Language V1 Text Find Ts Rest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zodios_language":{"post":{"summary":"Detect Zodios Language","description":"POST /v1/text/detect_zodios_language — Detect zodios language.","operationId":"detect_zodios_language_v1_text_detect_zodios_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC498ZodiosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zodios Language V1 Text Detect Zodios Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_orpc_language":{"post":{"summary":"Find Orpc Language","description":"POST /v1/text/find_orpc_language — Find orpc language.","operationId":"find_orpc_language_v1_text_find_orpc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC498ORpcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Orpc Language V1 Text Find Orpc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wails_language":{"post":{"summary":"Detect Wails Language","description":"POST /v1/text/detect_wails_language — Detect wails language.","operationId":"detect_wails_language_v1_text_detect_wails_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC499WailsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wails Language V1 Text Detect Wails Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_neutralino_language":{"post":{"summary":"Find Neutralino Language","description":"POST /v1/text/find_neutralino_language — Find neutralino language.","operationId":"find_neutralino_language_v1_text_find_neutralino_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC499NeutralinoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Neutralino Language V1 Text Find Neutralino Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fyne_language":{"post":{"summary":"Detect Fyne Language","description":"POST /v1/text/detect_fyne_language — Detect fyne language.","operationId":"detect_fyne_language_v1_text_detect_fyne_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC499FyneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fyne Language V1 Text Detect Fyne Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gioui_language":{"post":{"summary":"Find Gioui Language","description":"POST /v1/text/find_gioui_language — Find gioui language.","operationId":"find_gioui_language_v1_text_find_gioui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC499GioUIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gioui Language V1 Text Find Gioui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_astro_language":{"post":{"summary":"Find Astro Language","description":"POST /v1/text/find_astro_language — Find astro language.","operationId":"find_astro_language_v1_text_find_astro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC500AstroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Astro Language V1 Text Find Astro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_remix_language":{"post":{"summary":"Detect Remix Language","description":"POST /v1/text/detect_remix_language — Detect remix language.","operationId":"detect_remix_language_v1_text_detect_remix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC500RemixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Remix Language V1 Text Detect Remix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_analog_language":{"post":{"summary":"Find Analog Language","description":"POST /v1/text/find_analog_language — Find analog language.","operationId":"find_analog_language_v1_text_find_analog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC500AnalogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Analog Language V1 Text Find Analog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tanstack_start_language":{"post":{"summary":"Detect Tanstack Start Language","description":"POST /v1/text/detect_tanstack_start_language — Detect tanstack start language.","operationId":"detect_tanstack_start_language_v1_text_detect_tanstack_start_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC500TanStackStartReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tanstack Start Language V1 Text Detect Tanstack Start Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nativescript_language":{"post":{"summary":"Find Nativescript Language","description":"POST /v1/text/find_nativescript_language — Find nativescript language.","operationId":"find_nativescript_language_v1_text_find_nativescript_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC501NativeScriptReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nativescript Language V1 Text Find Nativescript Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_quasar_language":{"post":{"summary":"Detect Quasar Language","description":"POST /v1/text/detect_quasar_language — Detect quasar language.","operationId":"detect_quasar_language_v1_text_detect_quasar_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC501QuasarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Quasar Language V1 Text Detect Quasar Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ionic_language":{"post":{"summary":"Find Ionic Language","description":"POST /v1/text/find_ionic_language — Find ionic language.","operationId":"find_ionic_language_v1_text_find_ionic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC501IonicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ionic Language V1 Text Find Ionic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_framework7_language":{"post":{"summary":"Detect Framework7 Language","description":"POST /v1/text/detect_framework7_language — Detect framework7 language.","operationId":"detect_framework7_language_v1_text_detect_framework7_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC501Framework7Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Framework7 Language V1 Text Detect Framework7 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pulumi_language":{"post":{"summary":"Detect Pulumi Language","description":"POST /v1/text/detect_pulumi_language — Detect pulumi language.","operationId":"detect_pulumi_language_v1_text_detect_pulumi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC502PulumiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pulumi Language V1 Text Detect Pulumi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_opentofu_language":{"post":{"summary":"Find Opentofu Language","description":"POST /v1/text/find_opentofu_language — Find opentofu language.","operationId":"find_opentofu_language_v1_text_find_opentofu_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC502OpenTofuReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Opentofu Language V1 Text Find Opentofu Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cdk8s_language":{"post":{"summary":"Find Cdk8S Language","description":"POST /v1/text/find_cdk8s_language — Find cdk8s language.","operationId":"find_cdk8s_language_v1_text_find_cdk8s_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC502Cdk8sReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cdk8S Language V1 Text Find Cdk8S Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cue_language":{"post":{"summary":"Detect Cue Language","description":"POST /v1/text/detect_cue_language — Detect cue language.","operationId":"detect_cue_language_v1_text_detect_cue_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC502CueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cue Language V1 Text Detect Cue Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cfengine_language":{"post":{"summary":"Find Cfengine Language","description":"POST /v1/text/find_cfengine_language — Find cfengine language.","operationId":"find_cfengine_language_v1_text_find_cfengine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC503CFEngineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cfengine Language V1 Text Find Cfengine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nix_language":{"post":{"summary":"Detect Nix Language","description":"POST /v1/text/detect_nix_language — Detect nix language.","operationId":"detect_nix_language_v1_text_detect_nix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC503NixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nix Language V1 Text Detect Nix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nixos_language":{"post":{"summary":"Find Nixos Language","description":"POST /v1/text/find_nixos_language — Find nixos language.","operationId":"find_nixos_language_v1_text_find_nixos_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC503NixOSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nixos Language V1 Text Find Nixos Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flake_language":{"post":{"summary":"Detect Flake Language","description":"POST /v1/text/detect_flake_language — Detect flake language.","operationId":"detect_flake_language_v1_text_detect_flake_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC503FlakeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flake Language V1 Text Detect Flake Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tekton_language":{"post":{"summary":"Find Tekton Language","description":"POST /v1/text/find_tekton_language — Find tekton language.","operationId":"find_tekton_language_v1_text_find_tekton_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC504TektonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tekton Language V1 Text Find Tekton Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_knative_language":{"post":{"summary":"Detect Knative Language","description":"POST /v1/text/detect_knative_language — Detect knative language.","operationId":"detect_knative_language_v1_text_detect_knative_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC504KnativeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Knative Language V1 Text Detect Knative Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_keda_language":{"post":{"summary":"Find Keda Language","description":"POST /v1/text/find_keda_language — Find keda language.","operationId":"find_keda_language_v1_text_find_keda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC504KedaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Keda Language V1 Text Find Keda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dapr_language":{"post":{"summary":"Detect Dapr Language","description":"POST /v1/text/detect_dapr_language — Detect dapr language.","operationId":"detect_dapr_language_v1_text_detect_dapr_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC504DaprReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dapr Language V1 Text Detect Dapr Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_opa_language":{"post":{"summary":"Detect Opa Language","description":"POST /v1/text/detect_opa_language — Detect opa language.","operationId":"detect_opa_language_v1_text_detect_opa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC505OpaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Opa Language V1 Text Detect Opa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gatekeeper_language":{"post":{"summary":"Find Gatekeeper Language","description":"POST /v1/text/find_gatekeeper_language — Find gatekeeper language.","operationId":"find_gatekeeper_language_v1_text_find_gatekeeper_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC505GatekeeperReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gatekeeper Language V1 Text Find Gatekeeper Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_trivy_language":{"post":{"summary":"Detect Trivy Language","description":"POST /v1/text/detect_trivy_language — Detect trivy language.","operationId":"detect_trivy_language_v1_text_detect_trivy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC505TrivyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Trivy Language V1 Text Detect Trivy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_woodpecker_ci_language":{"post":{"summary":"Find Woodpecker Ci Language","description":"POST /v1/text/find_woodpecker_ci_language — Find woodpecker ci language.","operationId":"find_woodpecker_ci_language_v1_text_find_woodpecker_ci_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC506WoodpeckerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Woodpecker Ci Language V1 Text Find Woodpecker Ci Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_forgejo_language":{"post":{"summary":"Detect Forgejo Language","description":"POST /v1/text/detect_forgejo_language — Detect forgejo language.","operationId":"detect_forgejo_language_v1_text_detect_forgejo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC506ForgejoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Forgejo Language V1 Text Detect Forgejo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dagger_language":{"post":{"summary":"Find Dagger Language","description":"POST /v1/text/find_dagger_language — Find dagger language.","operationId":"find_dagger_language_v1_text_find_dagger_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC506DaggerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dagger Language V1 Text Find Dagger Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_earthly_language":{"post":{"summary":"Detect Earthly Language","description":"POST /v1/text/detect_earthly_language — Detect earthly language.","operationId":"detect_earthly_language_v1_text_detect_earthly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC506EarthlyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Earthly Language V1 Text Detect Earthly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_signoz_language":{"post":{"summary":"Find Signoz Language","description":"POST /v1/text/find_signoz_language — Find signoz language.","operationId":"find_signoz_language_v1_text_find_signoz_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC507SignozReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Signoz Language V1 Text Find Signoz Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_uptrace_language":{"post":{"summary":"Detect Uptrace Language","description":"POST /v1/text/detect_uptrace_language — Detect uptrace language.","operationId":"detect_uptrace_language_v1_text_detect_uptrace_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC507UptraceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Uptrace Language V1 Text Detect Uptrace Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_coralogix_language":{"post":{"summary":"Find Coralogix Language","description":"POST /v1/text/find_coralogix_language — Find coralogix language.","operationId":"find_coralogix_language_v1_text_find_coralogix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC507CoralogixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Coralogix Language V1 Text Find Coralogix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_axiom_language":{"post":{"summary":"Detect Axiom Language","description":"POST /v1/text/detect_axiom_language — Detect axiom language.","operationId":"detect_axiom_language_v1_text_detect_axiom_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC507AxiomReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Axiom Language V1 Text Detect Axiom Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_goreleaser_language":{"post":{"summary":"Find Goreleaser Language","description":"POST /v1/text/find_goreleaser_language — Find goreleaser language.","operationId":"find_goreleaser_language_v1_text_find_goreleaser_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC508GoreleaserReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Goreleaser Language V1 Text Find Goreleaser Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_commitizen_language":{"post":{"summary":"Detect Commitizen Language","description":"POST /v1/text/detect_commitizen_language — Detect commitizen language.","operationId":"detect_commitizen_language_v1_text_detect_commitizen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC508CommitizenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Commitizen Language V1 Text Detect Commitizen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_standard_version_language":{"post":{"summary":"Find Standard Version Language","description":"POST /v1/text/find_standard_version_language — Find standard version language.","operationId":"find_standard_version_language_v1_text_find_standard_version_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC508StandardVersionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Standard Version Language V1 Text Find Standard Version Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ship_js_language":{"post":{"summary":"Detect Ship Js Language","description":"POST /v1/text/detect_ship_js_language — Detect ship js language.","operationId":"detect_ship_js_language_v1_text_detect_ship_js_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC508ShipJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ship Js Language V1 Text Detect Ship Js Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_victoriametrics_language":{"post":{"summary":"Find Victoriametrics Language","description":"POST /v1/text/find_victoriametrics_language — Find victoriametrics language.","operationId":"find_victoriametrics_language_v1_text_find_victoriametrics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC509VictoriametricsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Victoriametrics Language V1 Text Find Victoriametrics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_thanos_language":{"post":{"summary":"Detect Thanos Language","description":"POST /v1/text/detect_thanos_language — Detect thanos language.","operationId":"detect_thanos_language_v1_text_detect_thanos_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC509ThanosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Thanos Language V1 Text Detect Thanos Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cortex_language":{"post":{"summary":"Find Cortex Language","description":"POST /v1/text/find_cortex_language — Find cortex language.","operationId":"find_cortex_language_v1_text_find_cortex_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC509CortexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cortex Language V1 Text Find Cortex Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_m3db_language":{"post":{"summary":"Detect M3Db Language","description":"POST /v1/text/detect_m3db_language — Detect m3db language.","operationId":"detect_m3db_language_v1_text_detect_m3db_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC509M3dbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect M3Db Language V1 Text Detect M3Db Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openfeature_language":{"post":{"summary":"Find Openfeature Language","description":"POST /v1/text/find_openfeature_language — Find openfeature language.","operationId":"find_openfeature_language_v1_text_find_openfeature_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC510OpenfeatureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openfeature Language V1 Text Find Openfeature Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flagsmith_language":{"post":{"summary":"Detect Flagsmith Language","description":"POST /v1/text/detect_flagsmith_language — Detect flagsmith language.","operationId":"detect_flagsmith_language_v1_text_detect_flagsmith_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC510FlagsmithReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flagsmith Language V1 Text Detect Flagsmith Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_growthbook_language":{"post":{"summary":"Find Growthbook Language","description":"POST /v1/text/find_growthbook_language — Find growthbook language.","operationId":"find_growthbook_language_v1_text_find_growthbook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC510GrowthbookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Growthbook Language V1 Text Find Growthbook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_unleash_language":{"post":{"summary":"Detect Unleash Language","description":"POST /v1/text/detect_unleash_language — Detect unleash language.","operationId":"detect_unleash_language_v1_text_detect_unleash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC510UnleashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Unleash Language V1 Text Detect Unleash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_quickwit_language":{"post":{"summary":"Find Quickwit Language","description":"POST /v1/text/find_quickwit_language — Find quickwit language.","operationId":"find_quickwit_language_v1_text_find_quickwit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC511QuickwitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Quickwit Language V1 Text Find Quickwit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_manticore_language":{"post":{"summary":"Detect Manticore Language","description":"POST /v1/text/detect_manticore_language — Detect manticore language.","operationId":"detect_manticore_language_v1_text_detect_manticore_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC511ManticoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Manticore Language V1 Text Detect Manticore Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vespa_language":{"post":{"summary":"Find Vespa Language","description":"POST /v1/text/find_vespa_language — Find vespa language.","operationId":"find_vespa_language_v1_text_find_vespa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC511VespaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vespa Language V1 Text Find Vespa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sonic_language":{"post":{"summary":"Detect Sonic Language","description":"POST /v1/text/detect_sonic_language — Detect sonic language.","operationId":"detect_sonic_language_v1_text_detect_sonic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC511SonicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sonic Language V1 Text Detect Sonic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flipt_language":{"post":{"summary":"Find Flipt Language","description":"POST /v1/text/find_flipt_language — Find flipt language.","operationId":"find_flipt_language_v1_text_find_flipt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC512FliptReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flipt Language V1 Text Find Flipt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_statsig_language":{"post":{"summary":"Detect Statsig Language","description":"POST /v1/text/detect_statsig_language — Detect statsig language.","operationId":"detect_statsig_language_v1_text_detect_statsig_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC512StatsigReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Statsig Language V1 Text Detect Statsig Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_devcycle_language":{"post":{"summary":"Find Devcycle Language","description":"POST /v1/text/find_devcycle_language — Find devcycle language.","operationId":"find_devcycle_language_v1_text_find_devcycle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC512DevcycleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Devcycle Language V1 Text Find Devcycle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_featbit_language":{"post":{"summary":"Detect Featbit Language","description":"POST /v1/text/detect_featbit_language — Detect featbit language.","operationId":"detect_featbit_language_v1_text_detect_featbit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC512FeatbitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Featbit Language V1 Text Detect Featbit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tantivy_language":{"post":{"summary":"Find Tantivy Language","description":"POST /v1/text/find_tantivy_language — Find tantivy language.","operationId":"find_tantivy_language_v1_text_find_tantivy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC513TantivyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tantivy Language V1 Text Find Tantivy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_minio_language":{"post":{"summary":"Detect Minio Language","description":"POST /v1/text/detect_minio_language — Detect minio language.","operationId":"detect_minio_language_v1_text_detect_minio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC513MinioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Minio Language V1 Text Detect Minio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_garage_language":{"post":{"summary":"Find Garage Language","description":"POST /v1/text/find_garage_language — Find garage language.","operationId":"find_garage_language_v1_text_find_garage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC513GarageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Garage Language V1 Text Find Garage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_seaweedfs_language":{"post":{"summary":"Detect Seaweedfs Language","description":"POST /v1/text/detect_seaweedfs_language — Detect seaweedfs language.","operationId":"detect_seaweedfs_language_v1_text_detect_seaweedfs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC513SeaweedfsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Seaweedfs Language V1 Text Detect Seaweedfs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_litestream_language":{"post":{"summary":"Find Litestream Language","description":"POST /v1/text/find_litestream_language — Find litestream language.","operationId":"find_litestream_language_v1_text_find_litestream_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC514LitestreamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Litestream Language V1 Text Find Litestream Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rqlite_language":{"post":{"summary":"Detect Rqlite Language","description":"POST /v1/text/detect_rqlite_language — Detect rqlite language.","operationId":"detect_rqlite_language_v1_text_detect_rqlite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC514RqliteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rqlite Language V1 Text Detect Rqlite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dolt_language":{"post":{"summary":"Find Dolt Language","description":"POST /v1/text/find_dolt_language — Find dolt language.","operationId":"find_dolt_language_v1_text_find_dolt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC514DoltReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dolt Language V1 Text Find Dolt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudnative_pg_language":{"post":{"summary":"Detect Cloudnative Pg Language","description":"POST /v1/text/detect_cloudnative_pg_language — Detect cloudnative pg language.","operationId":"detect_cloudnative_pg_language_v1_text_detect_cloudnative_pg_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC514CloudnativePgReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudnative Pg Language V1 Text Detect Cloudnative Pg Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_turbopuffer_language":{"post":{"summary":"Find Turbopuffer Language","description":"POST /v1/text/find_turbopuffer_language — Find turbopuffer language.","operationId":"find_turbopuffer_language_v1_text_find_turbopuffer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC515TurbopufferReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Turbopuffer Language V1 Text Find Turbopuffer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_marqo_language":{"post":{"summary":"Detect Marqo Language","description":"POST /v1/text/detect_marqo_language — Detect marqo language.","operationId":"detect_marqo_language_v1_text_detect_marqo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC515MarqoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Marqo Language V1 Text Detect Marqo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_txtai_language":{"post":{"summary":"Find Txtai Language","description":"POST /v1/text/find_txtai_language — Find txtai language.","operationId":"find_txtai_language_v1_text_find_txtai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC515TxtaiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Txtai Language V1 Text Find Txtai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_usearch_language":{"post":{"summary":"Detect Usearch Language","description":"POST /v1/text/detect_usearch_language — Detect usearch language.","operationId":"detect_usearch_language_v1_text_detect_usearch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC515UsearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Usearch Language V1 Text Detect Usearch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_patroni_language":{"post":{"summary":"Find Patroni Language","description":"POST /v1/text/find_patroni_language — Find patroni language.","operationId":"find_patroni_language_v1_text_find_patroni_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC516PatroniReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Patroni Language V1 Text Find Patroni Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_citus_language":{"post":{"summary":"Detect Citus Language","description":"POST /v1/text/detect_citus_language — Detect citus language.","operationId":"detect_citus_language_v1_text_detect_citus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC516CitusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Citus Language V1 Text Detect Citus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pgbouncer_language":{"post":{"summary":"Find Pgbouncer Language","description":"POST /v1/text/find_pgbouncer_language — Find pgbouncer language.","operationId":"find_pgbouncer_language_v1_text_find_pgbouncer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC516PgbouncerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pgbouncer Language V1 Text Find Pgbouncer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_stolon_language":{"post":{"summary":"Detect Stolon Language","description":"POST /v1/text/detect_stolon_language — Detect stolon language.","operationId":"detect_stolon_language_v1_text_detect_stolon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC516StolonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Stolon Language V1 Text Detect Stolon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_questdb_language":{"post":{"summary":"Find Questdb Language","description":"POST /v1/text/find_questdb_language — Find questdb language.","operationId":"find_questdb_language_v1_text_find_questdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC517QuestdbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Questdb Language V1 Text Find Questdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_singlestore_language":{"post":{"summary":"Detect Singlestore Language","description":"POST /v1/text/detect_singlestore_language — Detect singlestore language.","operationId":"detect_singlestore_language_v1_text_detect_singlestore_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC517SinglestoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Singlestore Language V1 Text Detect Singlestore Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_xata_language":{"post":{"summary":"Find Xata Language","description":"POST /v1/text/find_xata_language — Find xata language.","operationId":"find_xata_language_v1_text_find_xata_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC517XataReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Xata Language V1 Text Find Xata Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fauna_language":{"post":{"summary":"Detect Fauna Language","description":"POST /v1/text/detect_fauna_language — Detect fauna language.","operationId":"detect_fauna_language_v1_text_detect_fauna_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC517FaunaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fauna Language V1 Text Detect Fauna Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sinatra_language":{"post":{"summary":"Detect Sinatra Language","description":"POST /v1/text/detect_sinatra_language — Detect sinatra language.","operationId":"detect_sinatra_language_v1_text_detect_sinatra_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC478SinatraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sinatra Language V1 Text Detect Sinatra Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gitlab_ci_language":{"post":{"summary":"Detect Gitlab Ci Language","description":"POST /v1/text/detect_gitlab_ci_language — Detect gitlab ci language.","operationId":"detect_gitlab_ci_language_v1_text_detect_gitlab_ci_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC478GitlabCIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gitlab Ci Language V1 Text Detect Gitlab Ci Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_redis_streams_language":{"post":{"summary":"Detect Redis Streams Language","description":"POST /v1/text/detect_redis_streams_language — Detect redis streams language.","operationId":"detect_redis_streams_language_v1_text_detect_redis_streams_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC478RedisStreamsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Redis Streams Language V1 Text Detect Redis Streams Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_solr_language":{"post":{"summary":"Find Solr Language","description":"POST /v1/text/find_solr_language — Find solr language.","operationId":"find_solr_language_v1_text_find_solr_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC478SolrReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Solr Language V1 Text Find Solr Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_meilisearch_language":{"post":{"summary":"Find Meilisearch Language","description":"POST /v1/text/find_meilisearch_language — Find meilisearch language.","operationId":"find_meilisearch_language_v1_text_find_meilisearch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC479MeilisearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Meilisearch Language V1 Text Find Meilisearch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_typesense_language":{"post":{"summary":"Find Typesense Language","description":"POST /v1/text/find_typesense_language — Find typesense language.","operationId":"find_typesense_language_v1_text_find_typesense_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC479TypesenseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Typesense Language V1 Text Find Typesense Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_algolia_language":{"post":{"summary":"Find Algolia Language","description":"POST /v1/text/find_algolia_language — Find algolia language.","operationId":"find_algolia_language_v1_text_find_algolia_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC479AlgoliaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Algolia Language V1 Text Find Algolia Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_qdrant_language":{"post":{"summary":"Detect Qdrant Language","description":"POST /v1/text/detect_qdrant_language — Detect qdrant language.","operationId":"detect_qdrant_language_v1_text_detect_qdrant_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC479QdrantReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Qdrant Language V1 Text Detect Qdrant Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_chroma_language":{"post":{"summary":"Detect Chroma Language","description":"POST /v1/text/detect_chroma_language — Detect chroma language.","operationId":"detect_chroma_language_v1_text_detect_chroma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC480ChromaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Chroma Language V1 Text Detect Chroma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_milvus_language":{"post":{"summary":"Find Milvus Language","description":"POST /v1/text/find_milvus_language — Find milvus language.","operationId":"find_milvus_language_v1_text_find_milvus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC480MilvusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Milvus Language V1 Text Find Milvus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pgvector_language":{"post":{"summary":"Find Pgvector Language","description":"POST /v1/text/find_pgvector_language — Find pgvector language.","operationId":"find_pgvector_language_v1_text_find_pgvector_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC480PgvectorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pgvector Language V1 Text Find Pgvector Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_faiss_language":{"post":{"summary":"Find Faiss Language","description":"POST /v1/text/find_faiss_language — Find faiss language.","operationId":"find_faiss_language_v1_text_find_faiss_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC480FaissReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Faiss Language V1 Text Find Faiss Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lancedb_language":{"post":{"summary":"Detect Lancedb Language","description":"POST /v1/text/detect_lancedb_language — Detect lancedb language.","operationId":"detect_lancedb_language_v1_text_detect_lancedb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC481LancedbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lancedb Language V1 Text Detect Lancedb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dbt_language":{"post":{"summary":"Detect Dbt Language","description":"POST /v1/text/detect_dbt_language — Detect dbt language.","operationId":"detect_dbt_language_v1_text_detect_dbt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC481DbtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dbt Language V1 Text Detect Dbt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_great_expectations_language":{"post":{"summary":"Find Great Expectations Language","description":"POST /v1/text/find_great_expectations_language — Find great expectations language.","operationId":"find_great_expectations_language_v1_text_find_great_expectations_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC481GreatExpectationsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Great Expectations Language V1 Text Find Great Expectations Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_feast_language":{"post":{"summary":"Detect Feast Language","description":"POST /v1/text/detect_feast_language — Detect feast language.","operationId":"detect_feast_language_v1_text_detect_feast_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC481FeastReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Feast Language V1 Text Detect Feast Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dvc_language":{"post":{"summary":"Find Dvc Language","description":"POST /v1/text/find_dvc_language — Find dvc language.","operationId":"find_dvc_language_v1_text_find_dvc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC482DvcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dvc Language V1 Text Find Dvc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nextjs_language":{"post":{"summary":"Find Nextjs Language","description":"POST /v1/text/find_nextjs_language — Find nextjs language.","operationId":"find_nextjs_language_v1_text_find_nextjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC482NextjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nextjs Language V1 Text Find Nextjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nuxtjs_language":{"post":{"summary":"Detect Nuxtjs Language","description":"POST /v1/text/detect_nuxtjs_language — Detect nuxtjs language.","operationId":"detect_nuxtjs_language_v1_text_detect_nuxtjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC482NuxtjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nuxtjs Language V1 Text Detect Nuxtjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_svelte_language":{"post":{"summary":"Find Svelte Language","description":"POST /v1/text/find_svelte_language — Find svelte language.","operationId":"find_svelte_language_v1_text_find_svelte_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC482SvelteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Svelte Language V1 Text Find Svelte Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hardhat_language":{"post":{"summary":"Find Hardhat Language","description":"POST /v1/text/find_hardhat_language — Find hardhat language.","operationId":"find_hardhat_language_v1_text_find_hardhat_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC483HardhatReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hardhat Language V1 Text Find Hardhat Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_foundry_language":{"post":{"summary":"Detect Foundry Language","description":"POST /v1/text/detect_foundry_language — Detect foundry language.","operationId":"detect_foundry_language_v1_text_detect_foundry_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC483FoundryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Foundry Language V1 Text Detect Foundry Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ethersjs_language":{"post":{"summary":"Find Ethersjs Language","description":"POST /v1/text/find_ethersjs_language — Find ethersjs language.","operationId":"find_ethersjs_language_v1_text_find_ethersjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC483EthersjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ethersjs Language V1 Text Find Ethersjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_web3js_language":{"post":{"summary":"Detect Web3Js Language","description":"POST /v1/text/detect_web3js_language — Detect web3js language.","operationId":"detect_web3js_language_v1_text_detect_web3js_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC483Web3jsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Web3Js Language V1 Text Detect Web3Js Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_emberjs_language":{"post":{"summary":"Find Emberjs Language","description":"POST /v1/text/find_emberjs_language — Find emberjs language.","operationId":"find_emberjs_language_v1_text_find_emberjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC484EmberjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Emberjs Language V1 Text Find Emberjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_backbonejs_language":{"post":{"summary":"Detect Backbonejs Language","description":"POST /v1/text/detect_backbonejs_language — Detect backbonejs language.","operationId":"detect_backbonejs_language_v1_text_detect_backbonejs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC484BackbonejsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Backbonejs Language V1 Text Detect Backbonejs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_knockoutjs_language":{"post":{"summary":"Find Knockoutjs Language","description":"POST /v1/text/find_knockoutjs_language — Find knockoutjs language.","operationId":"find_knockoutjs_language_v1_text_find_knockoutjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC484KnockoutjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Knockoutjs Language V1 Text Find Knockoutjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mithril_language":{"post":{"summary":"Detect Mithril Language","description":"POST /v1/text/detect_mithril_language — Detect mithril language.","operationId":"detect_mithril_language_v1_text_detect_mithril_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC484MithrilReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mithril Language V1 Text Detect Mithril Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alpinejs_language":{"post":{"summary":"Detect Alpinejs Language","description":"POST /v1/text/detect_alpinejs_language — Detect alpinejs language.","operationId":"detect_alpinejs_language_v1_text_detect_alpinejs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC485AlpinejsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alpinejs Language V1 Text Detect Alpinejs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_stencil_language":{"post":{"summary":"Detect Stencil Language","description":"POST /v1/text/detect_stencil_language — Detect stencil language.","operationId":"detect_stencil_language_v1_text_detect_stencil_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC485StencilReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Stencil Language V1 Text Detect Stencil Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_recoil_language":{"post":{"summary":"Find Recoil Language","description":"POST /v1/text/find_recoil_language — Find recoil language.","operationId":"find_recoil_language_v1_text_find_recoil_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC485RecoilReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Recoil Language V1 Text Find Recoil Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_effector_language":{"post":{"summary":"Detect Effector Language","description":"POST /v1/text/detect_effector_language — Detect effector language.","operationId":"detect_effector_language_v1_text_detect_effector_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC485EffectorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Effector Language V1 Text Detect Effector Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_marko_language":{"post":{"summary":"Find Marko Language","description":"POST /v1/text/find_marko_language — Find marko language.","operationId":"find_marko_language_v1_text_find_marko_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC486MarkoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Marko Language V1 Text Find Marko Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_saltstack_language":{"post":{"summary":"Find Saltstack Language","description":"POST /v1/text/find_saltstack_language — Find saltstack language.","operationId":"find_saltstack_language_v1_text_find_saltstack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC486SaltstackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Saltstack Language V1 Text Find Saltstack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jsonnet_language":{"post":{"summary":"Find Jsonnet Language","description":"POST /v1/text/find_jsonnet_language — Find jsonnet language.","operationId":"find_jsonnet_language_v1_text_find_jsonnet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC486JsonnetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jsonnet Language V1 Text Find Jsonnet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pkl_language":{"post":{"summary":"Detect Pkl Language","description":"POST /v1/text/detect_pkl_language — Detect pkl language.","operationId":"detect_pkl_language_v1_text_detect_pkl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC486PklReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pkl Language V1 Text Detect Pkl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tiptap_language":{"post":{"summary":"Detect Tiptap Language","description":"POST /v1/text/detect_tiptap_language — Detect tiptap language.","operationId":"detect_tiptap_language_v1_text_detect_tiptap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC527TiptapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tiptap Language V1 Text Detect Tiptap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_quill_language":{"post":{"summary":"Find Quill Language","description":"POST /v1/text/find_quill_language — Find quill language.","operationId":"find_quill_language_v1_text_find_quill_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC527QuillReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Quill Language V1 Text Find Quill Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_codemirror_language":{"post":{"summary":"Detect Codemirror Language","description":"POST /v1/text/detect_codemirror_language — Detect codemirror language.","operationId":"detect_codemirror_language_v1_text_detect_codemirror_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC527CodeMirrorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Codemirror Language V1 Text Detect Codemirror Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_monaco_editor_language":{"post":{"summary":"Find Monaco Editor Language","description":"POST /v1/text/find_monaco_editor_language — Find monaco editor language.","operationId":"find_monaco_editor_language_v1_text_find_monaco_editor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC527MonacoEditorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Monaco Editor Language V1 Text Find Monaco Editor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_excalidraw_language":{"post":{"summary":"Find Excalidraw Language","description":"POST /v1/text/find_excalidraw_language — Find excalidraw language.","operationId":"find_excalidraw_language_v1_text_find_excalidraw_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC528ExcalidrawReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Excalidraw Language V1 Text Find Excalidraw Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tldraw_language":{"post":{"summary":"Detect Tldraw Language","description":"POST /v1/text/detect_tldraw_language — Detect tldraw language.","operationId":"detect_tldraw_language_v1_text_detect_tldraw_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC528TldrawReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tldraw Language V1 Text Detect Tldraw Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_konva_language":{"post":{"summary":"Find Konva Language","description":"POST /v1/text/find_konva_language — Find konva language.","operationId":"find_konva_language_v1_text_find_konva_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC528KonvaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Konva Language V1 Text Find Konva Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fabricjs_language":{"post":{"summary":"Detect Fabricjs Language","description":"POST /v1/text/detect_fabricjs_language — Detect fabricjs language.","operationId":"detect_fabricjs_language_v1_text_detect_fabricjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC528FabricJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fabricjs Language V1 Text Detect Fabricjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mapboxgl_language":{"post":{"summary":"Find Mapboxgl Language","description":"POST /v1/text/find_mapboxgl_language — Find mapboxgl language.","operationId":"find_mapboxgl_language_v1_text_find_mapboxgl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC529MapboxGLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mapboxgl Language V1 Text Find Mapboxgl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_leaflet_language":{"post":{"summary":"Detect Leaflet Language","description":"POST /v1/text/detect_leaflet_language — Detect leaflet language.","operationId":"detect_leaflet_language_v1_text_detect_leaflet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC529LeafletReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Leaflet Language V1 Text Detect Leaflet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openlayers_language":{"post":{"summary":"Find Openlayers Language","description":"POST /v1/text/find_openlayers_language — Find openlayers language.","operationId":"find_openlayers_language_v1_text_find_openlayers_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC529OpenLayersReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openlayers Language V1 Text Find Openlayers Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deckgl_language":{"post":{"summary":"Detect Deckgl Language","description":"POST /v1/text/detect_deckgl_language — Detect deckgl language.","operationId":"detect_deckgl_language_v1_text_detect_deckgl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC529DeckGLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deckgl Language V1 Text Detect Deckgl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_echarts_language":{"post":{"summary":"Find Echarts Language","description":"POST /v1/text/find_echarts_language — Find echarts language.","operationId":"find_echarts_language_v1_text_find_echarts_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC530EChartsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Echarts Language V1 Text Find Echarts Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_chartjs_language":{"post":{"summary":"Detect Chartjs Language","description":"POST /v1/text/detect_chartjs_language — Detect chartjs language.","operationId":"detect_chartjs_language_v1_text_detect_chartjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC530ChartJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Chartjs Language V1 Text Detect Chartjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_apexcharts_language":{"post":{"summary":"Find Apexcharts Language","description":"POST /v1/text/find_apexcharts_language — Find apexcharts language.","operationId":"find_apexcharts_language_v1_text_find_apexcharts_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC530ApexChartsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Apexcharts Language V1 Text Find Apexcharts Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_recharts_language":{"post":{"summary":"Detect Recharts Language","description":"POST /v1/text/detect_recharts_language — Detect recharts language.","operationId":"detect_recharts_language_v1_text_detect_recharts_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC530RechartsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Recharts Language V1 Text Detect Recharts Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gsap_language":{"post":{"summary":"Find Gsap Language","description":"POST /v1/text/find_gsap_language — Find gsap language.","operationId":"find_gsap_language_v1_text_find_gsap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC531GsapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gsap Language V1 Text Find Gsap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_framer_motion_language":{"post":{"summary":"Detect Framer Motion Language","description":"POST /v1/text/detect_framer_motion_language — Detect framer motion language.","operationId":"detect_framer_motion_language_v1_text_detect_framer_motion_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC531FramerMotionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Framer Motion Language V1 Text Detect Framer Motion Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lottie_language":{"post":{"summary":"Find Lottie Language","description":"POST /v1/text/find_lottie_language — Find lottie language.","operationId":"find_lottie_language_v1_text_find_lottie_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC531LottieReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lottie Language V1 Text Find Lottie Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_react_spring_language":{"post":{"summary":"Detect React Spring Language","description":"POST /v1/text/detect_react_spring_language — Detect react spring language.","operationId":"detect_react_spring_language_v1_text_detect_react_spring_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC531ReactSpringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect React Spring Language V1 Text Detect React Spring Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nodemailer_language":{"post":{"summary":"Find Nodemailer Language","description":"POST /v1/text/find_nodemailer_language — Find nodemailer language.","operationId":"find_nodemailer_language_v1_text_find_nodemailer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC532NodemailerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nodemailer Language V1 Text Find Nodemailer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mailgun_language":{"post":{"summary":"Detect Mailgun Language","description":"POST /v1/text/detect_mailgun_language — Detect mailgun language.","operationId":"detect_mailgun_language_v1_text_detect_mailgun_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC532MailgunReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mailgun Language V1 Text Detect Mailgun Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_postmark_language":{"post":{"summary":"Find Postmark Language","description":"POST /v1/text/find_postmark_language — Find postmark language.","operationId":"find_postmark_language_v1_text_find_postmark_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC532PostmarkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Postmark Language V1 Text Find Postmark Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_react_email_language":{"post":{"summary":"Detect React Email Language","description":"POST /v1/text/detect_react_email_language — Detect react email language.","operationId":"detect_react_email_language_v1_text_detect_react_email_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC532ReactEmailReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect React Email Language V1 Text Detect React Email Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_workos_language":{"post":{"summary":"Find Workos Language","description":"POST /v1/text/find_workos_language — Find workos language.","operationId":"find_workos_language_v1_text_find_workos_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC533WorkOSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Workos Language V1 Text Find Workos Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_supertokens_language":{"post":{"summary":"Detect Supertokens Language","description":"POST /v1/text/detect_supertokens_language — Detect supertokens language.","operationId":"detect_supertokens_language_v1_text_detect_supertokens_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC533SuperTokensReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Supertokens Language V1 Text Detect Supertokens Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openfga_language":{"post":{"summary":"Find Openfga Language","description":"POST /v1/text/find_openfga_language — Find openfga language.","operationId":"find_openfga_language_v1_text_find_openfga_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC533OpenFGAReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openfga Language V1 Text Find Openfga Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_casbin_language":{"post":{"summary":"Detect Casbin Language","description":"POST /v1/text/detect_casbin_language — Detect casbin language.","operationId":"detect_casbin_language_v1_text_detect_casbin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC533CasbinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Casbin Language V1 Text Detect Casbin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pixijs_language":{"post":{"summary":"Find Pixijs Language","description":"POST /v1/text/find_pixijs_language — Find pixijs language.","operationId":"find_pixijs_language_v1_text_find_pixijs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC534PixiJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pixijs Language V1 Text Find Pixijs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_aframe_language":{"post":{"summary":"Detect Aframe Language","description":"POST /v1/text/detect_aframe_language — Detect aframe language.","operationId":"detect_aframe_language_v1_text_detect_aframe_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC534AFrameReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Aframe Language V1 Text Detect Aframe Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cesium_language":{"post":{"summary":"Find Cesium Language","description":"POST /v1/text/find_cesium_language — Find cesium language.","operationId":"find_cesium_language_v1_text_find_cesium_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC534CesiumReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cesium Language V1 Text Find Cesium Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_immer_language":{"post":{"summary":"Detect Immer Language","description":"POST /v1/text/detect_immer_language — Detect immer language.","operationId":"detect_immer_language_v1_text_detect_immer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC534ImmerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Immer Language V1 Text Detect Immer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nanostores_language":{"post":{"summary":"Find Nanostores Language","description":"POST /v1/text/find_nanostores_language — Find nanostores language.","operationId":"find_nanostores_language_v1_text_find_nanostores_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC535NanostoresReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nanostores Language V1 Text Find Nanostores Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_legend_state_language":{"post":{"summary":"Detect Legend State Language","description":"POST /v1/text/detect_legend_state_language — Detect legend state language.","operationId":"detect_legend_state_language_v1_text_detect_legend_state_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC535LegendStateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Legend State Language V1 Text Detect Legend State Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_loco_rs_language":{"post":{"summary":"Find Loco Rs Language","description":"POST /v1/text/find_loco_rs_language — Find loco rs language.","operationId":"find_loco_rs_language_v1_text_find_loco_rs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC535LocoRsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Loco Rs Language V1 Text Find Loco Rs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_conform_language":{"post":{"summary":"Detect Conform Language","description":"POST /v1/text/detect_conform_language — Detect conform language.","operationId":"detect_conform_language_v1_text_detect_conform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC535ConformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Conform Language V1 Text Detect Conform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_yjs_language":{"post":{"summary":"Find Yjs Language","description":"POST /v1/text/find_yjs_language — Find yjs language.","operationId":"find_yjs_language_v1_text_find_yjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC536YjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Yjs Language V1 Text Find Yjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_automerge_language":{"post":{"summary":"Detect Automerge Language","description":"POST /v1/text/detect_automerge_language — Detect automerge language.","operationId":"detect_automerge_language_v1_text_detect_automerge_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC536AutomergeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Automerge Language V1 Text Detect Automerge Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_livekit_language":{"post":{"summary":"Find Livekit Language","description":"POST /v1/text/find_livekit_language — Find livekit language.","operationId":"find_livekit_language_v1_text_find_livekit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC536LiveKitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Livekit Language V1 Text Find Livekit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_agora_language":{"post":{"summary":"Detect Agora Language","description":"POST /v1/text/detect_agora_language — Detect agora language.","operationId":"detect_agora_language_v1_text_detect_agora_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC536AgoraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Agora Language V1 Text Detect Agora Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pinia_language":{"post":{"summary":"Find Pinia Language","description":"POST /v1/text/find_pinia_language — Find pinia language.","operationId":"find_pinia_language_v1_text_find_pinia_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC537PiniaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pinia Language V1 Text Find Pinia Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_adonis_language":{"post":{"summary":"Detect Adonis Language","description":"POST /v1/text/detect_adonis_language — Detect adonis language.","operationId":"detect_adonis_language_v1_text_detect_adonis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC537AdonisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Adonis Language V1 Text Detect Adonis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hapi_language":{"post":{"summary":"Find Hapi Language","description":"POST /v1/text/find_hapi_language — Find hapi language.","operationId":"find_hapi_language_v1_text_find_hapi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC537HapiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hapi Language V1 Text Find Hapi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_moleculer_language":{"post":{"summary":"Detect Moleculer Language","description":"POST /v1/text/detect_moleculer_language — Detect moleculer language.","operationId":"detect_moleculer_language_v1_text_detect_moleculer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC537MoleculerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Moleculer Language V1 Text Detect Moleculer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_better_auth_language":{"post":{"summary":"Find Better Auth Language","description":"POST /v1/text/find_better_auth_language — Find better auth language.","operationId":"find_better_auth_language_v1_text_find_better_auth_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC538BetterAuthReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Better Auth Language V1 Text Find Better Auth Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_stytch_language":{"post":{"summary":"Detect Stytch Language","description":"POST /v1/text/detect_stytch_language — Detect stytch language.","operationId":"detect_stytch_language_v1_text_detect_stytch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC538StytchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Stytch Language V1 Text Detect Stytch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_novu_language":{"post":{"summary":"Find Novu Language","description":"POST /v1/text/find_novu_language — Find novu language.","operationId":"find_novu_language_v1_text_find_novu_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC538NovuReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Novu Language V1 Text Find Novu Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sendbird_language":{"post":{"summary":"Detect Sendbird Language","description":"POST /v1/text/detect_sendbird_language — Detect sendbird language.","operationId":"detect_sendbird_language_v1_text_detect_sendbird_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC538SendbirdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sendbird Language V1 Text Detect Sendbird Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_centrifugo_language":{"post":{"summary":"Find Centrifugo Language","description":"POST /v1/text/find_centrifugo_language — Find centrifugo language.","operationId":"find_centrifugo_language_v1_text_find_centrifugo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC539CentrifugoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Centrifugo Language V1 Text Find Centrifugo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_soketi_language":{"post":{"summary":"Detect Soketi Language","description":"POST /v1/text/detect_soketi_language — Detect soketi language.","operationId":"detect_soketi_language_v1_text_detect_soketi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC539SoketiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Soketi Language V1 Text Detect Soketi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_upstash_language":{"post":{"summary":"Find Upstash Language","description":"POST /v1/text/find_upstash_language — Find upstash language.","operationId":"find_upstash_language_v1_text_find_upstash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC539UpstashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Upstash Language V1 Text Find Upstash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_arcjet_language":{"post":{"summary":"Detect Arcjet Language","description":"POST /v1/text/detect_arcjet_language — Detect arcjet language.","operationId":"detect_arcjet_language_v1_text_detect_arcjet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC539ArcjetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Arcjet Language V1 Text Detect Arcjet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chargebee_language":{"post":{"summary":"Find Chargebee Language","description":"POST /v1/text/find_chargebee_language — Find chargebee language.","operationId":"find_chargebee_language_v1_text_find_chargebee_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC540ChargebeeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chargebee Language V1 Text Find Chargebee Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_paddle_language":{"post":{"summary":"Detect Paddle Language","description":"POST /v1/text/detect_paddle_language — Detect paddle language.","operationId":"detect_paddle_language_v1_text_detect_paddle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC540PaddleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Paddle Language V1 Text Detect Paddle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lemonsqueezy_language":{"post":{"summary":"Find Lemonsqueezy Language","description":"POST /v1/text/find_lemonsqueezy_language — Find lemonsqueezy language.","operationId":"find_lemonsqueezy_language_v1_text_find_lemonsqueezy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC540LemonSqueezyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lemonsqueezy Language V1 Text Find Lemonsqueezy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lago_language":{"post":{"summary":"Detect Lago Language","description":"POST /v1/text/detect_lago_language — Detect lago language.","operationId":"detect_lago_language_v1_text_detect_lago_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC540LagoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lago Language V1 Text Detect Lago Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flyte_language":{"post":{"summary":"Find Flyte Language","description":"POST /v1/text/find_flyte_language — Find flyte language.","operationId":"find_flyte_language_v1_text_find_flyte_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC541FlyteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flyte Language V1 Text Find Flyte Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_windmill_language":{"post":{"summary":"Detect Windmill Language","description":"POST /v1/text/detect_windmill_language — Detect windmill language.","operationId":"detect_windmill_language_v1_text_detect_windmill_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC541WindmillReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Windmill Language V1 Text Detect Windmill Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hatchet_language":{"post":{"summary":"Find Hatchet Language","description":"POST /v1/text/find_hatchet_language — Find hatchet language.","operationId":"find_hatchet_language_v1_text_find_hatchet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC541HatchetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hatchet Language V1 Text Find Hatchet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_qstash_language":{"post":{"summary":"Detect Qstash Language","description":"POST /v1/text/detect_qstash_language — Detect qstash language.","operationId":"detect_qstash_language_v1_text_detect_qstash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC541QStashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Qstash Language V1 Text Detect Qstash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_procrastinate_language":{"post":{"summary":"Find Procrastinate Language","description":"POST /v1/text/find_procrastinate_language — Find procrastinate language.","operationId":"find_procrastinate_language_v1_text_find_procrastinate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC542ProcrastinateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Procrastinate Language V1 Text Find Procrastinate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_good_job_language":{"post":{"summary":"Detect Good Job Language","description":"POST /v1/text/detect_good_job_language — Detect good job language.","operationId":"detect_good_job_language_v1_text_detect_good_job_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC542GoodJobReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Good Job Language V1 Text Detect Good Job Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_resque_language":{"post":{"summary":"Find Resque Language","description":"POST /v1/text/find_resque_language — Find resque language.","operationId":"find_resque_language_v1_text_find_resque_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC542ResqueReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Resque Language V1 Text Find Resque Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_exq_language":{"post":{"summary":"Detect Exq Language","description":"POST /v1/text/detect_exq_language — Detect exq language.","operationId":"detect_exq_language_v1_text_detect_exq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC542ExqReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Exq Language V1 Text Detect Exq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_medusa_language":{"post":{"summary":"Find Medusa Language","description":"POST /v1/text/find_medusa_language — Find medusa language.","operationId":"find_medusa_language_v1_text_find_medusa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC543MedusaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Medusa Language V1 Text Find Medusa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vendure_language":{"post":{"summary":"Detect Vendure Language","description":"POST /v1/text/detect_vendure_language — Detect vendure language.","operationId":"detect_vendure_language_v1_text_detect_vendure_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC543VendureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vendure Language V1 Text Detect Vendure Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_feathersjs_language":{"post":{"summary":"Find Feathersjs Language","description":"POST /v1/text/find_feathersjs_language — Find feathersjs language.","operationId":"find_feathersjs_language_v1_text_find_feathersjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC543FeathersJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Feathersjs Language V1 Text Find Feathersjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tsoa_language":{"post":{"summary":"Detect Tsoa Language","description":"POST /v1/text/detect_tsoa_language — Detect tsoa language.","operationId":"detect_tsoa_language_v1_text_detect_tsoa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC543TsoaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tsoa Language V1 Text Detect Tsoa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sanity_language":{"post":{"summary":"Find Sanity Language","description":"POST /v1/text/find_sanity_language — Find sanity language.","operationId":"find_sanity_language_v1_text_find_sanity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC544SanityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sanity Language V1 Text Find Sanity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_contentful_language":{"post":{"summary":"Detect Contentful Language","description":"POST /v1/text/detect_contentful_language — Detect contentful language.","operationId":"detect_contentful_language_v1_text_detect_contentful_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC544ContentfulReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Contentful Language V1 Text Detect Contentful Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_storyblok_language":{"post":{"summary":"Find Storyblok Language","description":"POST /v1/text/find_storyblok_language — Find storyblok language.","operationId":"find_storyblok_language_v1_text_find_storyblok_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC544StoryblokReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Storyblok Language V1 Text Find Storyblok Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hygraph_language":{"post":{"summary":"Detect Hygraph Language","description":"POST /v1/text/detect_hygraph_language — Detect hygraph language.","operationId":"detect_hygraph_language_v1_text_detect_hygraph_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC544HygraphReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hygraph Language V1 Text Detect Hygraph Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_directus_language":{"post":{"summary":"Find Directus Language","description":"POST /v1/text/find_directus_language — Find directus language.","operationId":"find_directus_language_v1_text_find_directus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC545DirectusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Directus Language V1 Text Find Directus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_strapi_language":{"post":{"summary":"Detect Strapi Language","description":"POST /v1/text/detect_strapi_language — Detect strapi language.","operationId":"detect_strapi_language_v1_text_detect_strapi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC545StrapiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Strapi Language V1 Text Detect Strapi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ghost_language":{"post":{"summary":"Find Ghost Language","description":"POST /v1/text/find_ghost_language — Find ghost language.","operationId":"find_ghost_language_v1_text_find_ghost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC546GhostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ghost Language V1 Text Find Ghost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wordpress_language":{"post":{"summary":"Detect Wordpress Language","description":"POST /v1/text/detect_wordpress_language — Detect wordpress language.","operationId":"detect_wordpress_language_v1_text_detect_wordpress_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC546WordpressReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wordpress Language V1 Text Detect Wordpress Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_webiny_language":{"post":{"summary":"Find Webiny Language","description":"POST /v1/text/find_webiny_language — Find webiny language.","operationId":"find_webiny_language_v1_text_find_webiny_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC546WebinyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Webiny Language V1 Text Find Webiny Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tinacms_language":{"post":{"summary":"Detect Tinacms Language","description":"POST /v1/text/detect_tinacms_language — Detect tinacms language.","operationId":"detect_tinacms_language_v1_text_detect_tinacms_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC546TinaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tinacms Language V1 Text Detect Tinacms Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_electron_language":{"post":{"summary":"Detect Electron Language","description":"POST /v1/text/detect_electron_language — Detect electron language.","operationId":"detect_electron_language_v1_text_detect_electron_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC548ElectronReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Electron Language V1 Text Detect Electron Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nwjs_language":{"post":{"summary":"Find Nwjs Language","description":"POST /v1/text/find_nwjs_language — Find nwjs language.","operationId":"find_nwjs_language_v1_text_find_nwjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC548NwjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nwjs Language V1 Text Find Nwjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_neutralino_language":{"post":{"summary":"Detect Neutralino Language","description":"POST /v1/text/detect_neutralino_language — Detect neutralino language.","operationId":"detect_neutralino_language_v1_text_detect_neutralino_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC548NeutralinoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Neutralino Language V1 Text Detect Neutralino Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_capacitor_language":{"post":{"summary":"Detect Capacitor Language","description":"POST /v1/text/detect_capacitor_language — Detect capacitor language.","operationId":"detect_capacitor_language_v1_text_detect_capacitor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC549CapacitorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Capacitor Language V1 Text Detect Capacitor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dart_language":{"post":{"summary":"Detect Dart Language","description":"POST /v1/text/detect_dart_language — Detect dart language.","operationId":"detect_dart_language_v1_text_detect_dart_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC550DartReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dart Language V1 Text Detect Dart Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_xamarin_language":{"post":{"summary":"Detect Xamarin Language","description":"POST /v1/text/detect_xamarin_language — Detect xamarin language.","operationId":"detect_xamarin_language_v1_text_detect_xamarin_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC550XamarinReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Xamarin Language V1 Text Detect Xamarin Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cypress_language":{"post":{"summary":"Detect Cypress Language","description":"POST /v1/text/detect_cypress_language — Detect cypress language.","operationId":"detect_cypress_language_v1_text_detect_cypress_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC551CypressReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cypress Language V1 Text Detect Cypress Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jest_language":{"post":{"summary":"Detect Jest Language","description":"POST /v1/text/detect_jest_language — Detect jest language.","operationId":"detect_jest_language_v1_text_detect_jest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC552JestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jest Language V1 Text Detect Jest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_chromatic_language":{"post":{"summary":"Detect Chromatic Language","description":"POST /v1/text/detect_chromatic_language — Detect chromatic language.","operationId":"detect_chromatic_language_v1_text_detect_chromatic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC553ChromaticReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Chromatic Language V1 Text Detect Chromatic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_msw_language":{"post":{"summary":"Find Msw Language","description":"POST /v1/text/find_msw_language — Find msw language.","operationId":"find_msw_language_v1_text_find_msw_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC553MswReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Msw Language V1 Text Find Msw Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_prometheus_language":{"post":{"summary":"Detect Prometheus Language","description":"POST /v1/text/detect_prometheus_language — Detect prometheus language.","operationId":"detect_prometheus_language_v1_text_detect_prometheus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC554PrometheusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Prometheus Language V1 Text Detect Prometheus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_telegraf_language":{"post":{"summary":"Detect Telegraf Language","description":"POST /v1/text/detect_telegraf_language — Detect telegraf language.","operationId":"detect_telegraf_language_v1_text_detect_telegraf_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC554TelegrafReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Telegraf Language V1 Text Detect Telegraf Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_loki_language":{"post":{"summary":"Find Loki Language","description":"POST /v1/text/find_loki_language — Find loki language.","operationId":"find_loki_language_v1_text_find_loki_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC555LokiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Loki Language V1 Text Find Loki Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_datadog_language":{"post":{"summary":"Detect Datadog Language","description":"POST /v1/text/detect_datadog_language — Detect datadog language.","operationId":"detect_datadog_language_v1_text_detect_datadog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC555DatadogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Datadog Language V1 Text Detect Datadog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_logrocket_language":{"post":{"summary":"Detect Logrocket Language","description":"POST /v1/text/detect_logrocket_language — Detect logrocket language.","operationId":"detect_logrocket_language_v1_text_detect_logrocket_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC556LogRocketReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Logrocket Language V1 Text Detect Logrocket Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_posthog_language":{"post":{"summary":"Find Posthog Language","description":"POST /v1/text/find_posthog_language — Find posthog language.","operationId":"find_posthog_language_v1_text_find_posthog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC557PosthogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Posthog Language V1 Text Find Posthog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_heap_language":{"post":{"summary":"Detect Heap Language","description":"POST /v1/text/detect_heap_language — Detect heap language.","operationId":"detect_heap_language_v1_text_detect_heap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC557HeapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Heap Language V1 Text Detect Heap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_clerk_language":{"post":{"summary":"Find Clerk Language","description":"POST /v1/text/find_clerk_language — Find clerk language.","operationId":"find_clerk_language_v1_text_find_clerk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC558ClerkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Clerk Language V1 Text Find Clerk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_auth0_language":{"post":{"summary":"Detect Auth0 Language","description":"POST /v1/text/detect_auth0_language — Detect auth0 language.","operationId":"detect_auth0_language_v1_text_detect_auth0_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC558Auth0Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Auth0 Language V1 Text Detect Auth0 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_okta_language":{"post":{"summary":"Find Okta Language","description":"POST /v1/text/find_okta_language — Find okta language.","operationId":"find_okta_language_v1_text_find_okta_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC558OktaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Okta Language V1 Text Find Okta Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_firebase_auth_language":{"post":{"summary":"Find Firebase Auth Language","description":"POST /v1/text/find_firebase_auth_language — Find firebase auth language.","operationId":"find_firebase_auth_language_v1_text_find_firebase_auth_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC559FirebaseAuthReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Firebase Auth Language V1 Text Find Firebase Auth Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_firestore_language":{"post":{"summary":"Detect Firestore Language","description":"POST /v1/text/detect_firestore_language — Detect firestore language.","operationId":"detect_firestore_language_v1_text_detect_firestore_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC559FirestoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Firestore Language V1 Text Detect Firestore Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_firebase_storage_language":{"post":{"summary":"Find Firebase Storage Language","description":"POST /v1/text/find_firebase_storage_language — Find firebase storage language.","operationId":"find_firebase_storage_language_v1_text_find_firebase_storage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC559FirebaseStorageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Firebase Storage Language V1 Text Find Firebase Storage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_firebase_functions_language":{"post":{"summary":"Detect Firebase Functions Language","description":"POST /v1/text/detect_firebase_functions_language — Detect firebase functions language.","operationId":"detect_firebase_functions_language_v1_text_detect_firebase_functions_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC559FirebaseFunctionsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Firebase Functions Language V1 Text Detect Firebase Functions Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_supabase_auth_language":{"post":{"summary":"Find Supabase Auth Language","description":"POST /v1/text/find_supabase_auth_language — Find supabase auth language.","operationId":"find_supabase_auth_language_v1_text_find_supabase_auth_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC560SupabaseAuthReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Supabase Auth Language V1 Text Find Supabase Auth Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_supabase_realtime_language":{"post":{"summary":"Detect Supabase Realtime Language","description":"POST /v1/text/detect_supabase_realtime_language — Detect supabase realtime language.","operationId":"detect_supabase_realtime_language_v1_text_detect_supabase_realtime_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC560SupabaseRealtimeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Supabase Realtime Language V1 Text Detect Supabase Realtime Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_supabase_storage_language":{"post":{"summary":"Find Supabase Storage Language","description":"POST /v1/text/find_supabase_storage_language — Find supabase storage language.","operationId":"find_supabase_storage_language_v1_text_find_supabase_storage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC560SupabaseStorageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Supabase Storage Language V1 Text Find Supabase Storage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_supabase_edge_language":{"post":{"summary":"Detect Supabase Edge Language","description":"POST /v1/text/detect_supabase_edge_language — Detect supabase edge language.","operationId":"detect_supabase_edge_language_v1_text_detect_supabase_edge_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC560SupabaseEdgeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Supabase Edge Language V1 Text Detect Supabase Edge Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aws_s3_language":{"post":{"summary":"Find Aws S3 Language","description":"POST /v1/text/find_aws_s3_language — Find aws s3 language.","operationId":"find_aws_s3_language_v1_text_find_aws_s3_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC561S3Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aws S3 Language V1 Text Find Aws S3 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_aws_sqs_language":{"post":{"summary":"Detect Aws Sqs Language","description":"POST /v1/text/detect_aws_sqs_language — Detect aws sqs language.","operationId":"detect_aws_sqs_language_v1_text_detect_aws_sqs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC561SQSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Aws Sqs Language V1 Text Detect Aws Sqs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gcp_cloud_run_language":{"post":{"summary":"Find Gcp Cloud Run Language","description":"POST /v1/text/find_gcp_cloud_run_language — Find gcp cloud run language.","operationId":"find_gcp_cloud_run_language_v1_text_find_gcp_cloud_run_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC562CloudRunReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gcp Cloud Run Language V1 Text Find Gcp Cloud Run Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gcp_pubsub_language":{"post":{"summary":"Detect Gcp Pubsub Language","description":"POST /v1/text/detect_gcp_pubsub_language — Detect gcp pubsub language.","operationId":"detect_gcp_pubsub_language_v1_text_detect_gcp_pubsub_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC562PubSubReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gcp Pubsub Language V1 Text Detect Gcp Pubsub Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bigquery_language":{"post":{"summary":"Find Bigquery Language","description":"POST /v1/text/find_bigquery_language — Find bigquery language.","operationId":"find_bigquery_language_v1_text_find_bigquery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC562BigQueryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bigquery Language V1 Text Find Bigquery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gcs_language":{"post":{"summary":"Detect Gcs Language","description":"POST /v1/text/detect_gcs_language — Detect gcs language.","operationId":"detect_gcs_language_v1_text_detect_gcs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC562GCSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gcs Language V1 Text Detect Gcs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_azure_blob_language":{"post":{"summary":"Find Azure Blob Language","description":"POST /v1/text/find_azure_blob_language — Find azure blob language.","operationId":"find_azure_blob_language_v1_text_find_azure_blob_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC563AzureBlobReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Azure Blob Language V1 Text Find Azure Blob Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_azure_cosmosdb_language":{"post":{"summary":"Detect Azure Cosmosdb Language","description":"POST /v1/text/detect_azure_cosmosdb_language — Detect azure cosmosdb language.","operationId":"detect_azure_cosmosdb_language_v1_text_detect_azure_cosmosdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC563AzureCosmosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Azure Cosmosdb Language V1 Text Detect Azure Cosmosdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_azure_container_apps_language":{"post":{"summary":"Find Azure Container Apps Language","description":"POST /v1/text/find_azure_container_apps_language — Find azure container apps language.","operationId":"find_azure_container_apps_language_v1_text_find_azure_container_apps_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC563AzureContainerAppsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Azure Container Apps Language V1 Text Find Azure Container Apps Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_azure_static_web_apps_language":{"post":{"summary":"Detect Azure Static Web Apps Language","description":"POST /v1/text/detect_azure_static_web_apps_language — Detect azure static web apps language.","operationId":"detect_azure_static_web_apps_language_v1_text_detect_azure_static_web_apps_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC563AzureStaticWebAppsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Azure Static Web Apps Language V1 Text Detect Azure Static Web Apps Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_eleventy_language":{"post":{"summary":"Find Eleventy Language","description":"POST /v1/text/find_eleventy_language — Find eleventy language.","operationId":"find_eleventy_language_v1_text_find_eleventy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC564EleventyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Eleventy Language V1 Text Find Eleventy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jekyll_language":{"post":{"summary":"Detect Jekyll Language","description":"POST /v1/text/detect_jekyll_language — Detect jekyll language.","operationId":"detect_jekyll_language_v1_text_detect_jekyll_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC564JekyllReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jekyll Language V1 Text Detect Jekyll Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hugo_language":{"post":{"summary":"Find Hugo Language","description":"POST /v1/text/find_hugo_language — Find hugo language.","operationId":"find_hugo_language_v1_text_find_hugo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC564HugoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hugo Language V1 Text Find Hugo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zola_language":{"post":{"summary":"Detect Zola Language","description":"POST /v1/text/detect_zola_language — Detect zola language.","operationId":"detect_zola_language_v1_text_detect_zola_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC564ZolaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zola Language V1 Text Detect Zola Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_solidstart_language":{"post":{"summary":"Find Solidstart Language","description":"POST /v1/text/find_solidstart_language — Find solidstart language.","operationId":"find_solidstart_language_v1_text_find_solidstart_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC565SolidStartReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Solidstart Language V1 Text Find Solidstart Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deno_fresh_language":{"post":{"summary":"Detect Deno Fresh Language","description":"POST /v1/text/detect_deno_fresh_language — Detect deno fresh language.","operationId":"detect_deno_fresh_language_v1_text_detect_deno_fresh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC565DenoFreshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deno Fresh Language V1 Text Detect Deno Fresh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_waku_language":{"post":{"summary":"Find Waku Language","description":"POST /v1/text/find_waku_language — Find waku language.","operationId":"find_waku_language_v1_text_find_waku_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC565WakuReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Waku Language V1 Text Find Waku Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vike_language":{"post":{"summary":"Detect Vike Language","description":"POST /v1/text/detect_vike_language — Detect vike language.","operationId":"detect_vike_language_v1_text_detect_vike_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC565VikeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vike Language V1 Text Detect Vike Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_animejs_language":{"post":{"summary":"Find Animejs Language","description":"POST /v1/text/find_animejs_language — Find animejs language.","operationId":"find_animejs_language_v1_text_find_animejs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC566AnimejsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Animejs Language V1 Text Find Animejs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_motion_one_language":{"post":{"summary":"Detect Motion One Language","description":"POST /v1/text/detect_motion_one_language — Detect motion one language.","operationId":"detect_motion_one_language_v1_text_detect_motion_one_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC566MotionOneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Motion One Language V1 Text Detect Motion One Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_popmotion_language":{"post":{"summary":"Find Popmotion Language","description":"POST /v1/text/find_popmotion_language — Find popmotion language.","operationId":"find_popmotion_language_v1_text_find_popmotion_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC566PopmotionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Popmotion Language V1 Text Find Popmotion Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rive_language":{"post":{"summary":"Detect Rive Language","description":"POST /v1/text/detect_rive_language — Detect rive language.","operationId":"detect_rive_language_v1_text_detect_rive_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC566RiveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rive Language V1 Text Detect Rive Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ky_language":{"post":{"summary":"Find Ky Language","description":"POST /v1/text/find_ky_language — Find ky language.","operationId":"find_ky_language_v1_text_find_ky_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC567KyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ky Language V1 Text Find Ky Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_got_language":{"post":{"summary":"Detect Got Language","description":"POST /v1/text/detect_got_language — Detect got language.","operationId":"detect_got_language_v1_text_detect_got_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC567GotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Got Language V1 Text Detect Got Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_wretch_language":{"post":{"summary":"Find Wretch Language","description":"POST /v1/text/find_wretch_language — Find wretch language.","operationId":"find_wretch_language_v1_text_find_wretch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC567WretchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Wretch Language V1 Text Find Wretch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_undici_language":{"post":{"summary":"Detect Undici Language","description":"POST /v1/text/detect_undici_language — Detect undici language.","operationId":"detect_undici_language_v1_text_detect_undici_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC567UndiciReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Undici Language V1 Text Detect Undici Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sparkpost_language":{"post":{"summary":"Find Sparkpost Language","description":"POST /v1/text/find_sparkpost_language — Find sparkpost language.","operationId":"find_sparkpost_language_v1_text_find_sparkpost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC568SparkPostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sparkpost Language V1 Text Find Sparkpost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mailchimp_language":{"post":{"summary":"Detect Mailchimp Language","description":"POST /v1/text/detect_mailchimp_language — Detect mailchimp language.","operationId":"detect_mailchimp_language_v1_text_detect_mailchimp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC568MailchimpReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mailchimp Language V1 Text Detect Mailchimp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_brevo_language":{"post":{"summary":"Find Brevo Language","description":"POST /v1/text/find_brevo_language — Find brevo language.","operationId":"find_brevo_language_v1_text_find_brevo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC568BrevoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Brevo Language V1 Text Find Brevo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_loops_language":{"post":{"summary":"Detect Loops Language","description":"POST /v1/text/detect_loops_language — Detect loops language.","operationId":"detect_loops_language_v1_text_detect_loops_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC568LoopsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Loops Language V1 Text Detect Loops Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_watermelondb_language":{"post":{"summary":"Find Watermelondb Language","description":"POST /v1/text/find_watermelondb_language — Find watermelondb language.","operationId":"find_watermelondb_language_v1_text_find_watermelondb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC569WatermelonDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Watermelondb Language V1 Text Find Watermelondb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_realm_language":{"post":{"summary":"Detect Realm Language","description":"POST /v1/text/detect_realm_language — Detect realm language.","operationId":"detect_realm_language_v1_text_detect_realm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC569RealmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Realm Language V1 Text Detect Realm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pouchdb_language":{"post":{"summary":"Find Pouchdb Language","description":"POST /v1/text/find_pouchdb_language — Find pouchdb language.","operationId":"find_pouchdb_language_v1_text_find_pouchdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC569PouchDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pouchdb Language V1 Text Find Pouchdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_couchdb_language":{"post":{"summary":"Detect Couchdb Language","description":"POST /v1/text/detect_couchdb_language — Detect couchdb language.","operationId":"detect_couchdb_language_v1_text_detect_couchdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC569CouchDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Couchdb Language V1 Text Detect Couchdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_faunadb_language":{"post":{"summary":"Find Faunadb Language","description":"POST /v1/text/find_faunadb_language — Find faunadb language.","operationId":"find_faunadb_language_v1_text_find_faunadb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC570FaunaDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Faunadb Language V1 Text Find Faunadb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_libsql_language":{"post":{"summary":"Detect Libsql Language","description":"POST /v1/text/detect_libsql_language — Detect libsql language.","operationId":"detect_libsql_language_v1_text_detect_libsql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC570LibSQLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Libsql Language V1 Text Detect Libsql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_arangodb_language":{"post":{"summary":"Find Arangodb Language","description":"POST /v1/text/find_arangodb_language — Find arangodb language.","operationId":"find_arangodb_language_v1_text_find_arangodb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC570ArangoDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Arangodb Language V1 Text Find Arangodb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rethinkdb_language":{"post":{"summary":"Detect Rethinkdb Language","description":"POST /v1/text/detect_rethinkdb_language — Detect rethinkdb language.","operationId":"detect_rethinkdb_language_v1_text_detect_rethinkdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC570RethinkDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rethinkdb Language V1 Text Detect Rethinkdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_faker_language":{"post":{"summary":"Find Faker Language","description":"POST /v1/text/find_faker_language — Find faker language.","operationId":"find_faker_language_v1_text_find_faker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC571FakerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Faker Language V1 Text Find Faker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dexie_language":{"post":{"summary":"Detect Dexie Language","description":"POST /v1/text/detect_dexie_language — Detect dexie language.","operationId":"detect_dexie_language_v1_text_detect_dexie_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC571DexieReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dexie Language V1 Text Detect Dexie Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rxdb_language":{"post":{"summary":"Find Rxdb Language","description":"POST /v1/text/find_rxdb_language — Find rxdb language.","operationId":"find_rxdb_language_v1_text_find_rxdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC571RxDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rxdb Language V1 Text Find Rxdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_localforage_language":{"post":{"summary":"Detect Localforage Language","description":"POST /v1/text/detect_localforage_language — Detect localforage language.","operationId":"detect_localforage_language_v1_text_detect_localforage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC571LocalForageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Localforage Language V1 Text Detect Localforage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloudflare_d1_language":{"post":{"summary":"Find Cloudflare D1 Language","description":"POST /v1/text/find_cloudflare_d1_language — Find cloudflare d1 language.","operationId":"find_cloudflare_d1_language_v1_text_find_cloudflare_d1_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC572CloudflareD1Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloudflare D1 Language V1 Text Find Cloudflare D1 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudflare_r2_language":{"post":{"summary":"Detect Cloudflare R2 Language","description":"POST /v1/text/detect_cloudflare_r2_language — Detect cloudflare r2 language.","operationId":"detect_cloudflare_r2_language_v1_text_detect_cloudflare_r2_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC572CloudflareR2Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudflare R2 Language V1 Text Detect Cloudflare R2 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloudflare_kv_language":{"post":{"summary":"Find Cloudflare Kv Language","description":"POST /v1/text/find_cloudflare_kv_language — Find cloudflare kv language.","operationId":"find_cloudflare_kv_language_v1_text_find_cloudflare_kv_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC572CloudflareKVReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloudflare Kv Language V1 Text Find Cloudflare Kv Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudflare_ai_language":{"post":{"summary":"Detect Cloudflare Ai Language","description":"POST /v1/text/detect_cloudflare_ai_language — Detect cloudflare ai language.","operationId":"detect_cloudflare_ai_language_v1_text_detect_cloudflare_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC572CloudflareAIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudflare Ai Language V1 Text Detect Cloudflare Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_replicate_language":{"post":{"summary":"Find Replicate Language","description":"POST /v1/text/find_replicate_language — Find replicate language.","operationId":"find_replicate_language_v1_text_find_replicate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC573ReplicateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Replicate Language V1 Text Find Replicate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_perplexity_language":{"post":{"summary":"Detect Perplexity Language","description":"POST /v1/text/detect_perplexity_language — Detect perplexity language.","operationId":"detect_perplexity_language_v1_text_detect_perplexity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC573PerplexityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Perplexity Language V1 Text Detect Perplexity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fireworks_ai_language":{"post":{"summary":"Find Fireworks Ai Language","description":"POST /v1/text/find_fireworks_ai_language — Find fireworks ai language.","operationId":"find_fireworks_ai_language_v1_text_find_fireworks_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC573FireworksAIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fireworks Ai Language V1 Text Find Fireworks Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deepseek_language":{"post":{"summary":"Detect Deepseek Language","description":"POST /v1/text/detect_deepseek_language — Detect deepseek language.","operationId":"detect_deepseek_language_v1_text_detect_deepseek_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC573DeepseekReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deepseek Language V1 Text Detect Deepseek Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_customer_io_language":{"post":{"summary":"Find Customer Io Language","description":"POST /v1/text/find_customer_io_language — Find customer io language.","operationId":"find_customer_io_language_v1_text_find_customer_io_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC574CustomerIOReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Customer Io Language V1 Text Find Customer Io Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_aws_ses_language":{"post":{"summary":"Detect Aws Ses Language","description":"POST /v1/text/detect_aws_ses_language — Detect aws ses language.","operationId":"detect_aws_ses_language_v1_text_detect_aws_ses_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC574AWSSESReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Aws Ses Language V1 Text Detect Aws Ses Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mailersend_language":{"post":{"summary":"Find Mailersend Language","description":"POST /v1/text/find_mailersend_language — Find mailersend language.","operationId":"find_mailersend_language_v1_text_find_mailersend_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC574MailersendReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mailersend Language V1 Text Find Mailersend Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_plunk_language":{"post":{"summary":"Detect Plunk Language","description":"POST /v1/text/detect_plunk_language — Detect plunk language.","operationId":"detect_plunk_language_v1_text_detect_plunk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC574PlunkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Plunk Language V1 Text Detect Plunk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_momento_language":{"post":{"summary":"Find Momento Language","description":"POST /v1/text/find_momento_language — Find momento language.","operationId":"find_momento_language_v1_text_find_momento_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC575MomentoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Momento Language V1 Text Find Momento Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_upstash_vector_language":{"post":{"summary":"Detect Upstash Vector Language","description":"POST /v1/text/detect_upstash_vector_language — Detect upstash vector language.","operationId":"detect_upstash_vector_language_v1_text_detect_upstash_vector_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC575UpstashVectorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Upstash Vector Language V1 Text Detect Upstash Vector Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tinybase_language":{"post":{"summary":"Find Tinybase Language","description":"POST /v1/text/find_tinybase_language — Find tinybase language.","operationId":"find_tinybase_language_v1_text_find_tinybase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC575TinybaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tinybase Language V1 Text Find Tinybase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_electric_sql_language":{"post":{"summary":"Detect Electric Sql Language","description":"POST /v1/text/detect_electric_sql_language — Detect electric sql language.","operationId":"detect_electric_sql_language_v1_text_detect_electric_sql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC575ElectricSQLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Electric Sql Language V1 Text Detect Electric Sql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pglite_language":{"post":{"summary":"Find Pglite Language","description":"POST /v1/text/find_pglite_language — Find pglite language.","operationId":"find_pglite_language_v1_text_find_pglite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC576PGliteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pglite Language V1 Text Find Pglite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudflare_durable_objects_language":{"post":{"summary":"Detect Cloudflare Durable Objects Language","description":"POST /v1/text/detect_cloudflare_durable_objects_language — Detect cloudflare durable objects language.","operationId":"detect_cloudflare_durable_objects_language_v1_text_detect_cloudflare_durable_objects_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC576DurableObjectsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudflare Durable Objects Language V1 Text Detect Cloudflare Durable Objects Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_neon_serverless_language":{"post":{"summary":"Find Neon Serverless Language","description":"POST /v1/text/find_neon_serverless_language — Find neon serverless language.","operationId":"find_neon_serverless_language_v1_text_find_neon_serverless_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC576NeonServerlessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Neon Serverless Language V1 Text Find Neon Serverless Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vercel_storage_language":{"post":{"summary":"Detect Vercel Storage Language","description":"POST /v1/text/detect_vercel_storage_language — Detect vercel storage language.","operationId":"detect_vercel_storage_language_v1_text_detect_vercel_storage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC576VercelStorageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vercel Storage Language V1 Text Detect Vercel Storage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vite_pwa_language":{"post":{"summary":"Find Vite Pwa Language","description":"POST /v1/text/find_vite_pwa_language — Find vite pwa language.","operationId":"find_vite_pwa_language_v1_text_find_vite_pwa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC577VitePWAReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vite Pwa Language V1 Text Find Vite Pwa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_million_language":{"post":{"summary":"Detect Million Language","description":"POST /v1/text/detect_million_language — Detect million language.","operationId":"detect_million_language_v1_text_detect_million_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC577MillionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Million Language V1 Text Detect Million Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_astro_db_language":{"post":{"summary":"Find Astro Db Language","description":"POST /v1/text/find_astro_db_language — Find astro db language.","operationId":"find_astro_db_language_v1_text_find_astro_db_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC577AstroDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Astro Db Language V1 Text Find Astro Db Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_astro_actions_language":{"post":{"summary":"Detect Astro Actions Language","description":"POST /v1/text/detect_astro_actions_language — Detect astro actions language.","operationId":"detect_astro_actions_language_v1_text_detect_astro_actions_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC577AstroActionsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Astro Actions Language V1 Text Detect Astro Actions Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vercel_ai_language":{"post":{"summary":"Find Vercel Ai Language","description":"POST /v1/text/find_vercel_ai_language — Find vercel ai language.","operationId":"find_vercel_ai_language_v1_text_find_vercel_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC578VercelAIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vercel Ai Language V1 Text Find Vercel Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cerebras_language":{"post":{"summary":"Detect Cerebras Language","description":"POST /v1/text/detect_cerebras_language — Detect cerebras language.","operationId":"detect_cerebras_language_v1_text_detect_cerebras_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC578CerebrasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cerebras Language V1 Text Detect Cerebras Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gitea_language":{"post":{"summary":"Find Gitea Language","description":"POST /v1/text/find_gitea_language — Find gitea language.","operationId":"find_gitea_language_v1_text_find_gitea_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC578GiteaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gitea Language V1 Text Find Gitea Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_devcontainer_language":{"post":{"summary":"Detect Devcontainer Language","description":"POST /v1/text/detect_devcontainer_language — Detect devcontainer language.","operationId":"detect_devcontainer_language_v1_text_detect_devcontainer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC578DevcontainerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Devcontainer Language V1 Text Detect Devcontainer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_taskfile_language":{"post":{"summary":"Find Taskfile Language","description":"POST /v1/text/find_taskfile_language — Find taskfile language.","operationId":"find_taskfile_language_v1_text_find_taskfile_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC579TaskfileReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Taskfile Language V1 Text Find Taskfile Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lefthook_language":{"post":{"summary":"Detect Lefthook Language","description":"POST /v1/text/detect_lefthook_language — Detect lefthook language.","operationId":"detect_lefthook_language_v1_text_detect_lefthook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC579LefthookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lefthook Language V1 Text Detect Lefthook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dprint_language":{"post":{"summary":"Find Dprint Language","description":"POST /v1/text/find_dprint_language — Find dprint language.","operationId":"find_dprint_language_v1_text_find_dprint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC579DprintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dprint Language V1 Text Find Dprint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mise_language":{"post":{"summary":"Detect Mise Language","description":"POST /v1/text/detect_mise_language — Detect mise language.","operationId":"detect_mise_language_v1_text_detect_mise_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC579MiseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mise Language V1 Text Detect Mise Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_connect_rpc_language":{"post":{"summary":"Find Connect Rpc Language","description":"POST /v1/text/find_connect_rpc_language — Find connect rpc language.","operationId":"find_connect_rpc_language_v1_text_find_connect_rpc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC580ConnectRPCReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Connect Rpc Language V1 Text Find Connect Rpc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_twirp_language":{"post":{"summary":"Detect Twirp Language","description":"POST /v1/text/detect_twirp_language — Detect twirp language.","operationId":"detect_twirp_language_v1_text_detect_twirp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC580TwirpReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Twirp Language V1 Text Detect Twirp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_grpc_web_language":{"post":{"summary":"Find Grpc Web Language","description":"POST /v1/text/find_grpc_web_language — Find grpc web language.","operationId":"find_grpc_web_language_v1_text_find_grpc_web_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC580GRPCWebReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Grpc Web Language V1 Text Find Grpc Web Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_grpc_gateway_language":{"post":{"summary":"Detect Grpc Gateway Language","description":"POST /v1/text/detect_grpc_gateway_language — Detect grpc gateway language.","operationId":"detect_grpc_gateway_language_v1_text_detect_grpc_gateway_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC580GRPCGatewayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Grpc Gateway Language V1 Text Detect Grpc Gateway Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_azure_event_hub_language":{"post":{"summary":"Detect Azure Event Hub Language","description":"POST /v1/text/detect_azure_event_hub_language — Detect azure event hub language.","operationId":"detect_azure_event_hub_language_v1_text_detect_azure_event_hub_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC581AzureEventHubReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Azure Event Hub Language V1 Text Detect Azure Event Hub Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_azure_monitor_language":{"post":{"summary":"Find Azure Monitor Language","description":"POST /v1/text/find_azure_monitor_language — Find azure monitor language.","operationId":"find_azure_monitor_language_v1_text_find_azure_monitor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC581AzureMonitorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Azure Monitor Language V1 Text Find Azure Monitor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_azure_logic_apps_language":{"post":{"summary":"Detect Azure Logic Apps Language","description":"POST /v1/text/detect_azure_logic_apps_language — Detect azure logic apps language.","operationId":"detect_azure_logic_apps_language_v1_text_detect_azure_logic_apps_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC581AzureLogicAppsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Azure Logic Apps Language V1 Text Detect Azure Logic Apps Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_azure_signalr_language":{"post":{"summary":"Find Azure Signalr Language","description":"POST /v1/text/find_azure_signalr_language — Find azure signalr language.","operationId":"find_azure_signalr_language_v1_text_find_azure_signalr_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC581AzureSignalRReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Azure Signalr Language V1 Text Find Azure Signalr Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chalice_language":{"post":{"summary":"Find Chalice Language","description":"POST /v1/text/find_chalice_language — Find chalice language.","operationId":"find_chalice_language_v1_text_find_chalice_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC582ChaliceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chalice Language V1 Text Find Chalice Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zappa_language":{"post":{"summary":"Detect Zappa Language","description":"POST /v1/text/detect_zappa_language — Detect zappa language.","operationId":"detect_zappa_language_v1_text_detect_zappa_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC582ZappaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zappa Language V1 Text Detect Zappa Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openfaas_language":{"post":{"summary":"Find Openfaas Language","description":"POST /v1/text/find_openfaas_language — Find openfaas language.","operationId":"find_openfaas_language_v1_text_find_openfaas_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC582OpenFaaSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openfaas Language V1 Text Find Openfaas Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_argo_workflows_language":{"post":{"summary":"Detect Argo Workflows Language","description":"POST /v1/text/detect_argo_workflows_language — Detect argo workflows language.","operationId":"detect_argo_workflows_language_v1_text_detect_argo_workflows_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC582ArgoWorkflowsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Argo Workflows Language V1 Text Detect Argo Workflows Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cdktf_language":{"post":{"summary":"Find Cdktf Language","description":"POST /v1/text/find_cdktf_language — Find cdktf language.","operationId":"find_cdktf_language_v1_text_find_cdktf_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC583CDKTFReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cdktf Language V1 Text Find Cdktf Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_projen_language":{"post":{"summary":"Detect Projen Language","description":"POST /v1/text/detect_projen_language — Detect projen language.","operationId":"detect_projen_language_v1_text_detect_projen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC583ProjenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Projen Language V1 Text Detect Projen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_taplo_language":{"post":{"summary":"Find Taplo Language","description":"POST /v1/text/find_taplo_language — Find taplo language.","operationId":"find_taplo_language_v1_text_find_taplo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC583TaploReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Taplo Language V1 Text Find Taplo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_starlark_language":{"post":{"summary":"Detect Starlark Language","description":"POST /v1/text/detect_starlark_language — Detect starlark language.","operationId":"detect_starlark_language_v1_text_detect_starlark_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC583StarlarkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Starlark Language V1 Text Detect Starlark Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ash_framework_language":{"post":{"summary":"Find Ash Framework Language","description":"POST /v1/text/find_ash_framework_language — Find ash framework language.","operationId":"find_ash_framework_language_v1_text_find_ash_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC584AshFrameworkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ash Framework Language V1 Text Find Ash Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_swoosh_language":{"post":{"summary":"Detect Swoosh Language","description":"POST /v1/text/detect_swoosh_language — Detect swoosh language.","operationId":"detect_swoosh_language_v1_text_detect_swoosh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC584SwooshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Swoosh Language V1 Text Detect Swoosh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_excoveralls_language":{"post":{"summary":"Find Excoveralls Language","description":"POST /v1/text/find_excoveralls_language — Find excoveralls language.","operationId":"find_excoveralls_language_v1_text_find_excoveralls_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC584ExCoverallsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Excoveralls Language V1 Text Find Excoveralls Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_credo_language":{"post":{"summary":"Detect Credo Language","description":"POST /v1/text/detect_credo_language — Detect credo language.","operationId":"detect_credo_language_v1_text_detect_credo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC584CredoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Credo Language V1 Text Detect Credo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rabbitmq_stream_language":{"post":{"summary":"Find Rabbitmq Stream Language","description":"POST /v1/text/find_rabbitmq_stream_language — Find rabbitmq stream language.","operationId":"find_rabbitmq_stream_language_v1_text_find_rabbitmq_stream_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC585RabbitMQStreamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rabbitmq Stream Language V1 Text Find Rabbitmq Stream Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kafka_streams_language":{"post":{"summary":"Detect Kafka Streams Language","description":"POST /v1/text/detect_kafka_streams_language — Detect kafka streams language.","operationId":"detect_kafka_streams_language_v1_text_detect_kafka_streams_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC585KafkaStreamsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kafka Streams Language V1 Text Detect Kafka Streams Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_scylladb_language":{"post":{"summary":"Find Scylladb Language","description":"POST /v1/text/find_scylladb_language — Find scylladb language.","operationId":"find_scylladb_language_v1_text_find_scylladb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC585ScyllaDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Scylladb Language V1 Text Find Scylladb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tarantool_language":{"post":{"summary":"Detect Tarantool Language","description":"POST /v1/text/detect_tarantool_language — Detect tarantool language.","operationId":"detect_tarantool_language_v1_text_detect_tarantool_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC585TarantoolReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tarantool Language V1 Text Detect Tarantool Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mux_video_language":{"post":{"summary":"Find Mux Video Language","description":"POST /v1/text/find_mux_video_language — Find mux video language.","operationId":"find_mux_video_language_v1_text_find_mux_video_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC586MuxVideoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mux Video Language V1 Text Find Mux Video Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudinary_language":{"post":{"summary":"Detect Cloudinary Language","description":"POST /v1/text/detect_cloudinary_language — Detect cloudinary language.","operationId":"detect_cloudinary_language_v1_text_detect_cloudinary_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC586CloudinaryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudinary Language V1 Text Detect Cloudinary Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_imgix_language":{"post":{"summary":"Find Imgix Language","description":"POST /v1/text/find_imgix_language — Find imgix language.","operationId":"find_imgix_language_v1_text_find_imgix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC586ImgixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Imgix Language V1 Text Find Imgix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_imagekit_language":{"post":{"summary":"Detect Imagekit Language","description":"POST /v1/text/detect_imagekit_language — Detect imagekit language.","operationId":"detect_imagekit_language_v1_text_detect_imagekit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC586ImageKitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Imagekit Language V1 Text Detect Imagekit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_peerjs_language":{"post":{"summary":"Find Peerjs Language","description":"POST /v1/text/find_peerjs_language — Find peerjs language.","operationId":"find_peerjs_language_v1_text_find_peerjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC587PeerJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Peerjs Language V1 Text Find Peerjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mediasoup_language":{"post":{"summary":"Detect Mediasoup Language","description":"POST /v1/text/detect_mediasoup_language — Detect mediasoup language.","operationId":"detect_mediasoup_language_v1_text_detect_mediasoup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC587MediasoupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mediasoup Language V1 Text Detect Mediasoup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_daily_co_language":{"post":{"summary":"Find Daily Co Language","description":"POST /v1/text/find_daily_co_language — Find daily co language.","operationId":"find_daily_co_language_v1_text_find_daily_co_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC587DailyCoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Daily Co Language V1 Text Find Daily Co Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_100ms_language":{"post":{"summary":"Detect 100Ms Language","description":"POST /v1/text/detect_100ms_language — Detect 100ms language.","operationId":"detect_100ms_language_v1_text_detect_100ms_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC587Hms100msReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect 100Ms Language V1 Text Detect 100Ms Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_adyen_language":{"post":{"summary":"Find Adyen Language","description":"POST /v1/text/find_adyen_language — Find adyen language.","operationId":"find_adyen_language_v1_text_find_adyen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC588AdyenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Adyen Language V1 Text Find Adyen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_braintree_language":{"post":{"summary":"Detect Braintree Language","description":"POST /v1/text/detect_braintree_language — Detect braintree language.","operationId":"detect_braintree_language_v1_text_detect_braintree_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC588BraintreeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Braintree Language V1 Text Detect Braintree Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_razorpay_language":{"post":{"summary":"Find Razorpay Language","description":"POST /v1/text/find_razorpay_language — Find razorpay language.","operationId":"find_razorpay_language_v1_text_find_razorpay_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC588RazorpayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Razorpay Language V1 Text Find Razorpay Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mollie_language":{"post":{"summary":"Detect Mollie Language","description":"POST /v1/text/detect_mollie_language — Detect mollie language.","operationId":"detect_mollie_language_v1_text_detect_mollie_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC588MollieReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mollie Language V1 Text Detect Mollie Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zinc_search_language":{"post":{"summary":"Find Zinc Search Language","description":"POST /v1/text/find_zinc_search_language — Find zinc search language.","operationId":"find_zinc_search_language_v1_text_find_zinc_search_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC589ZincSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zinc Search Language V1 Text Find Zinc Search Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sonic_search_language":{"post":{"summary":"Detect Sonic Search Language","description":"POST /v1/text/detect_sonic_search_language — Detect sonic search language.","operationId":"detect_sonic_search_language_v1_text_detect_sonic_search_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC589SonicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sonic Search Language V1 Text Detect Sonic Search Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sphinx_search_language":{"post":{"summary":"Find Sphinx Search Language","description":"POST /v1/text/find_sphinx_search_language — Find sphinx search language.","operationId":"find_sphinx_search_language_v1_text_find_sphinx_search_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC589SphinxSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sphinx Search Language V1 Text Find Sphinx Search Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_groonga_language":{"post":{"summary":"Detect Groonga Language","description":"POST /v1/text/detect_groonga_language — Detect groonga language.","operationId":"detect_groonga_language_v1_text_detect_groonga_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC589GroongaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Groonga Language V1 Text Detect Groonga Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_opensearch_language":{"post":{"summary":"Find Opensearch Language","description":"POST /v1/text/find_opensearch_language — Find opensearch language.","operationId":"find_opensearch_language_v1_text_find_opensearch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC590OpenSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Opensearch Language V1 Text Find Opensearch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_manticore_search_language":{"post":{"summary":"Detect Manticore Search Language","description":"POST /v1/text/detect_manticore_search_language — Detect manticore search language.","operationId":"detect_manticore_search_language_v1_text_detect_manticore_search_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC590ManticoreSearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Manticore Search Language V1 Text Detect Manticore Search Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_conductor_language":{"post":{"summary":"Detect Conductor Language","description":"POST /v1/text/detect_conductor_language — Detect conductor language.","operationId":"detect_conductor_language_v1_text_detect_conductor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC591ConductorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Conductor Language V1 Text Detect Conductor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dagster_language":{"post":{"summary":"Detect Dagster Language","description":"POST /v1/text/detect_dagster_language — Detect dagster language.","operationId":"detect_dagster_language_v1_text_detect_dagster_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC591DagsterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dagster Language V1 Text Detect Dagster Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_liveblocks_language":{"post":{"summary":"Find Liveblocks Language","description":"POST /v1/text/find_liveblocks_language — Find liveblocks language.","operationId":"find_liveblocks_language_v1_text_find_liveblocks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC592LiveblocksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Liveblocks Language V1 Text Find Liveblocks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_partykit_language":{"post":{"summary":"Detect Partykit Language","description":"POST /v1/text/detect_partykit_language — Detect partykit language.","operationId":"detect_partykit_language_v1_text_detect_partykit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC592PartyKitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Partykit Language V1 Text Detect Partykit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hono_language":{"post":{"summary":"Detect Hono Language","description":"POST /v1/text/detect_hono_language — Detect hono language.","operationId":"detect_hono_language_v1_text_detect_hono_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC593HonoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hono Language V1 Text Detect Hono Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_elysia_language":{"post":{"summary":"Find Elysia Language","description":"POST /v1/text/find_elysia_language — Find elysia language.","operationId":"find_elysia_language_v1_text_find_elysia_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC593ElysiaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Elysia Language V1 Text Find Elysia Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fastify_language":{"post":{"summary":"Detect Fastify Language","description":"POST /v1/text/detect_fastify_language — Detect fastify language.","operationId":"detect_fastify_language_v1_text_detect_fastify_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC593FastifyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fastify Language V1 Text Detect Fastify Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_prisma_pulse_language":{"post":{"summary":"Find Prisma Pulse Language","description":"POST /v1/text/find_prisma_pulse_language — Find prisma pulse language.","operationId":"find_prisma_pulse_language_v1_text_find_prisma_pulse_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC594PrismaPulseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Prisma Pulse Language V1 Text Find Prisma Pulse Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_prisma_accelerate_language":{"post":{"summary":"Detect Prisma Accelerate Language","description":"POST /v1/text/detect_prisma_accelerate_language — Detect prisma accelerate language.","operationId":"detect_prisma_accelerate_language_v1_text_detect_prisma_accelerate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC594PrismaAccelerateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Prisma Accelerate Language V1 Text Detect Prisma Accelerate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_drizzle_kit_language":{"post":{"summary":"Find Drizzle Kit Language","description":"POST /v1/text/find_drizzle_kit_language — Find drizzle kit language.","operationId":"find_drizzle_kit_language_v1_text_find_drizzle_kit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC594DrizzleKitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Drizzle Kit Language V1 Text Find Drizzle Kit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kysely_language":{"post":{"summary":"Detect Kysely Language","description":"POST /v1/text/detect_kysely_language — Detect kysely language.","operationId":"detect_kysely_language_v1_text_detect_kysely_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC594KyselyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kysely Language V1 Text Detect Kysely Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bun_shell_language":{"post":{"summary":"Find Bun Shell Language","description":"POST /v1/text/find_bun_shell_language — Find bun shell language.","operationId":"find_bun_shell_language_v1_text_find_bun_shell_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC595BunShellReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bun Shell Language V1 Text Find Bun Shell Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bun_sqlite_language":{"post":{"summary":"Detect Bun Sqlite Language","description":"POST /v1/text/detect_bun_sqlite_language — Detect bun sqlite language.","operationId":"detect_bun_sqlite_language_v1_text_detect_bun_sqlite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC595BunSQLiteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bun Sqlite Language V1 Text Detect Bun Sqlite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bun_ffi_language":{"post":{"summary":"Find Bun Ffi Language","description":"POST /v1/text/find_bun_ffi_language — Find bun ffi language.","operationId":"find_bun_ffi_language_v1_text_find_bun_ffi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC595BunFFIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bun Ffi Language V1 Text Find Bun Ffi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bun_test_language":{"post":{"summary":"Detect Bun Test Language","description":"POST /v1/text/detect_bun_test_language — Detect bun test language.","operationId":"detect_bun_test_language_v1_text_detect_bun_test_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC595BunTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bun Test Language V1 Text Detect Bun Test Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_deno_kv_language":{"post":{"summary":"Find Deno Kv Language","description":"POST /v1/text/find_deno_kv_language — Find deno kv language.","operationId":"find_deno_kv_language_v1_text_find_deno_kv_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC596DenoKVReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Deno Kv Language V1 Text Find Deno Kv Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_deno_fresh_language":{"post":{"summary":"Find Deno Fresh Language","description":"POST /v1/text/find_deno_fresh_language — Find deno fresh language.","operationId":"find_deno_fresh_language_v1_text_find_deno_fresh_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC596DenoFreshReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Deno Fresh Language V1 Text Find Deno Fresh Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_deno_oak_language":{"post":{"summary":"Detect Deno Oak Language","description":"POST /v1/text/detect_deno_oak_language — Detect deno oak language.","operationId":"detect_deno_oak_language_v1_text_detect_deno_oak_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC596DenoOakReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Deno Oak Language V1 Text Detect Deno Oak Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_turso_language":{"post":{"summary":"Find Turso Language","description":"POST /v1/text/find_turso_language — Find turso language.","operationId":"find_turso_language_v1_text_find_turso_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC597TursoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Turso Language V1 Text Find Turso Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nile_language":{"post":{"summary":"Detect Nile Language","description":"POST /v1/text/detect_nile_language — Detect nile language.","operationId":"detect_nile_language_v1_text_detect_nile_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC597NileReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nile Language V1 Text Detect Nile Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_planetscale_language":{"post":{"summary":"Detect Planetscale Language","description":"POST /v1/text/detect_planetscale_language — Detect planetscale language.","operationId":"detect_planetscale_language_v1_text_detect_planetscale_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC597PlanetScaleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Planetscale Language V1 Text Detect Planetscale Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_encore_language":{"post":{"summary":"Find Encore Language","description":"POST /v1/text/find_encore_language — Find encore language.","operationId":"find_encore_language_v1_text_find_encore_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC598EncoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Encore Language V1 Text Find Encore Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_effect_language":{"post":{"summary":"Detect Effect Language","description":"POST /v1/text/detect_effect_language — Detect effect language.","operationId":"detect_effect_language_v1_text_detect_effect_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC598EffectReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Effect Language V1 Text Detect Effect Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fp_ts_language":{"post":{"summary":"Find Fp Ts Language","description":"POST /v1/text/find_fp_ts_language — Find fp ts language.","operationId":"find_fp_ts_language_v1_text_find_fp_ts_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC598FpTsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fp Ts Language V1 Text Find Fp Ts Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zod_language":{"post":{"summary":"Detect Zod Language","description":"POST /v1/text/detect_zod_language — Detect zod language.","operationId":"detect_zod_language_v1_text_detect_zod_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC598ZodReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zod Language V1 Text Detect Zod Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_puppeteer_language":{"post":{"summary":"Detect Puppeteer Language","description":"POST /v1/text/detect_puppeteer_language — Detect puppeteer language.","operationId":"detect_puppeteer_language_v1_text_detect_puppeteer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC599PuppeteerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Puppeteer Language V1 Text Detect Puppeteer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_percy_language":{"post":{"summary":"Find Percy Language","description":"POST /v1/text/find_percy_language — Find percy language.","operationId":"find_percy_language_v1_text_find_percy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC600PercyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Percy Language V1 Text Find Percy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_biome_language":{"post":{"summary":"Find Biome Language","description":"POST /v1/text/find_biome_language — Find biome language.","operationId":"find_biome_language_v1_text_find_biome_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC601BiomeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Biome Language V1 Text Find Biome Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_eslint_language":{"post":{"summary":"Detect Eslint Language","description":"POST /v1/text/detect_eslint_language — Detect eslint language.","operationId":"detect_eslint_language_v1_text_detect_eslint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC601ESLintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Eslint Language V1 Text Detect Eslint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_prettier_language":{"post":{"summary":"Find Prettier Language","description":"POST /v1/text/find_prettier_language — Find prettier language.","operationId":"find_prettier_language_v1_text_find_prettier_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC601PrettierReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Prettier Language V1 Text Find Prettier Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_oxc_language":{"post":{"summary":"Detect Oxc Language","description":"POST /v1/text/detect_oxc_language — Detect oxc language.","operationId":"detect_oxc_language_v1_text_detect_oxc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC601OxcReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Oxc Language V1 Text Detect Oxc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rollup_language":{"post":{"summary":"Find Rollup Language","description":"POST /v1/text/find_rollup_language — Find rollup language.","operationId":"find_rollup_language_v1_text_find_rollup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC602RollupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rollup Language V1 Text Find Rollup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_swc_language":{"post":{"summary":"Find Swc Language","description":"POST /v1/text/find_swc_language — Find swc language.","operationId":"find_swc_language_v1_text_find_swc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC602SWCReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Swc Language V1 Text Find Swc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_parcel_language":{"post":{"summary":"Detect Parcel Language","description":"POST /v1/text/detect_parcel_language — Detect parcel language.","operationId":"detect_parcel_language_v1_text_detect_parcel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC602ParcelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Parcel Language V1 Text Detect Parcel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nestjs_language":{"post":{"summary":"Find Nestjs Language","description":"POST /v1/text/find_nestjs_language — Find nestjs language.","operationId":"find_nestjs_language_v1_text_find_nestjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC603NestJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nestjs Language V1 Text Find Nestjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_adonisjs_language":{"post":{"summary":"Detect Adonisjs Language","description":"POST /v1/text/detect_adonisjs_language — Detect adonisjs language.","operationId":"detect_adonisjs_language_v1_text_detect_adonisjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC603AdonisJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Adonisjs Language V1 Text Detect Adonisjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_loopback_language":{"post":{"summary":"Find Loopback Language","description":"POST /v1/text/find_loopback_language — Find loopback language.","operationId":"find_loopback_language_v1_text_find_loopback_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC603LoopBackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Loopback Language V1 Text Find Loopback Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sailsjs_language":{"post":{"summary":"Detect Sailsjs Language","description":"POST /v1/text/detect_sailsjs_language — Detect sailsjs language.","operationId":"detect_sailsjs_language_v1_text_detect_sailsjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC603SailsJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sailsjs Language V1 Text Detect Sailsjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_apollo_federation_language":{"post":{"summary":"Find Apollo Federation Language","description":"POST /v1/text/find_apollo_federation_language — Find apollo federation language.","operationId":"find_apollo_federation_language_v1_text_find_apollo_federation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC604ApolloFederationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Apollo Federation Language V1 Text Find Apollo Federation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hasura_language":{"post":{"summary":"Detect Hasura Language","description":"POST /v1/text/detect_hasura_language — Detect hasura language.","operationId":"detect_hasura_language_v1_text_detect_hasura_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC604HasuraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hasura Language V1 Text Detect Hasura Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stepzen_language":{"post":{"summary":"Find Stepzen Language","description":"POST /v1/text/find_stepzen_language — Find stepzen language.","operationId":"find_stepzen_language_v1_text_find_stepzen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC604StepZenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stepzen Language V1 Text Find Stepzen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wundergraph_language":{"post":{"summary":"Detect Wundergraph Language","description":"POST /v1/text/detect_wundergraph_language — Detect wundergraph language.","operationId":"detect_wundergraph_language_v1_text_detect_wundergraph_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC604WunderGraphReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wundergraph Language V1 Text Detect Wundergraph Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_new_relic_language":{"post":{"summary":"Find New Relic Language","description":"POST /v1/text/find_new_relic_language — Find new relic language.","operationId":"find_new_relic_language_v1_text_find_new_relic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC605NewRelicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find New Relic Language V1 Text Find New Relic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lucia_language":{"post":{"summary":"Detect Lucia Language","description":"POST /v1/text/detect_lucia_language — Detect lucia language.","operationId":"detect_lucia_language_v1_text_detect_lucia_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC606LuciaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lucia Language V1 Text Detect Lucia Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_qstash_language":{"post":{"summary":"Find Qstash Language","description":"POST /v1/text/find_qstash_language — Find qstash language.","operationId":"find_qstash_language_v1_text_find_qstash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC607QStashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Qstash Language V1 Text Find Qstash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_upstash_workflow_language":{"post":{"summary":"Detect Upstash Workflow Language","description":"POST /v1/text/detect_upstash_workflow_language — Detect upstash workflow language.","operationId":"detect_upstash_workflow_language_v1_text_detect_upstash_workflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC607UpstashWorkflowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Upstash Workflow Language V1 Text Detect Upstash Workflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rush_language":{"post":{"summary":"Detect Rush Language","description":"POST /v1/text/detect_rush_language — Detect rush language.","operationId":"detect_rush_language_v1_text_detect_rush_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC608RushReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rush Language V1 Text Detect Rush Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jenkins_language":{"post":{"summary":"Detect Jenkins Language","description":"POST /v1/text/detect_jenkins_language — Detect jenkins language.","operationId":"detect_jenkins_language_v1_text_detect_jenkins_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC609JenkinsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jenkins Language V1 Text Detect Jenkins Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_docker_language":{"post":{"summary":"Find Docker Language","description":"POST /v1/text/find_docker_language — Find docker language.","operationId":"find_docker_language_v1_text_find_docker_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC611DockerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Docker Language V1 Text Find Docker Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kubernetes_language":{"post":{"summary":"Detect Kubernetes Language","description":"POST /v1/text/detect_kubernetes_language — Detect kubernetes language.","operationId":"detect_kubernetes_language_v1_text_detect_kubernetes_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC611KubernetesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kubernetes Language V1 Text Detect Kubernetes Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_podman_language":{"post":{"summary":"Find Podman Language","description":"POST /v1/text/find_podman_language — Find podman language.","operationId":"find_podman_language_v1_text_find_podman_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC611PodmanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Podman Language V1 Text Find Podman Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_serverless_framework_language":{"post":{"summary":"Detect Serverless Framework Language","description":"POST /v1/text/detect_serverless_framework_language — Detect serverless framework language.","operationId":"detect_serverless_framework_language_v1_text_detect_serverless_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC612ServerlessFrameworkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Serverless Framework Language V1 Text Detect Serverless Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sam_language":{"post":{"summary":"Find Sam Language","description":"POST /v1/text/find_sam_language — Find sam language.","operationId":"find_sam_language_v1_text_find_sam_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC612SamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sam Language V1 Text Find Sam Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dragonfly_language":{"post":{"summary":"Find Dragonfly Language","description":"POST /v1/text/find_dragonfly_language — Find dragonfly language.","operationId":"find_dragonfly_language_v1_text_find_dragonfly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC613DragonflyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dragonfly Language V1 Text Find Dragonfly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_keydb_language":{"post":{"summary":"Detect Keydb Language","description":"POST /v1/text/detect_keydb_language — Detect keydb language.","operationId":"detect_keydb_language_v1_text_detect_keydb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC613KeyDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Keydb Language V1 Text Detect Keydb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rabbitmq_language":{"post":{"summary":"Detect Rabbitmq Language","description":"POST /v1/text/detect_rabbitmq_language — Detect rabbitmq language.","operationId":"detect_rabbitmq_language_v1_text_detect_rabbitmq_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC614RabbitMQReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rabbitmq Language V1 Text Detect Rabbitmq Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nats_language":{"post":{"summary":"Find Nats Language","description":"POST /v1/text/find_nats_language — Find nats language.","operationId":"find_nats_language_v1_text_find_nats_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC614NatsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nats Language V1 Text Find Nats Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pulsar_language":{"post":{"summary":"Detect Pulsar Language","description":"POST /v1/text/detect_pulsar_language — Detect pulsar language.","operationId":"detect_pulsar_language_v1_text_detect_pulsar_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC614PulsarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pulsar Language V1 Text Detect Pulsar Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openapi_language":{"post":{"summary":"Detect Openapi Language","description":"POST /v1/text/detect_openapi_language — Detect openapi language.","operationId":"detect_openapi_language_v1_text_detect_openapi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC615OpenApiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openapi Language V1 Text Detect Openapi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_shadcn_language":{"post":{"summary":"Find Shadcn Language Gwc618","description":"POST /v1/text/find_shadcn_language — Find shadcn language.","operationId":"find_shadcn_language_gwc618_v1_text_find_shadcn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC618ShadcnReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Shadcn Language Gwc618 V1 Text Find Shadcn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_radix_ui_language":{"post":{"summary":"Detect Radix Ui Language Gwc618","description":"POST /v1/text/detect_radix_ui_language — Detect radix ui language.","operationId":"detect_radix_ui_language_gwc618_v1_text_detect_radix_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC618RadixUIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Radix Ui Language Gwc618 V1 Text Detect Radix Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_headlessui_language":{"post":{"summary":"Find Headlessui Language Gwc618","description":"POST /v1/text/find_headlessui_language — Find headlessui language.","operationId":"find_headlessui_language_gwc618_v1_text_find_headlessui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC618HeadlessUIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Headlessui Language Gwc618 V1 Text Find Headlessui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ariakit_language":{"post":{"summary":"Detect Ariakit Language Gwc618","description":"POST /v1/text/detect_ariakit_language — Detect ariakit language.","operationId":"detect_ariakit_language_gwc618_v1_text_detect_ariakit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC618AriakitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ariakit Language Gwc618 V1 Text Detect Ariakit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openai_sdk_language":{"post":{"summary":"Detect Openai Sdk Language Gwc621","description":"POST /v1/text/detect_openai_sdk_language — Detect openai sdk language.","operationId":"detect_openai_sdk_language_gwc621_v1_text_detect_openai_sdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC621OpenAISDKReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openai Sdk Language Gwc621 V1 Text Detect Openai Sdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_anthropic_sdk_language":{"post":{"summary":"Find Anthropic Sdk Language Gwc621","description":"POST /v1/text/find_anthropic_sdk_language — Find anthropic sdk language.","operationId":"find_anthropic_sdk_language_gwc621_v1_text_find_anthropic_sdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC621AnthropicSDKReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Anthropic Sdk Language Gwc621 V1 Text Find Anthropic Sdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_google_ai_language":{"post":{"summary":"Detect Google Ai Language Gwc621","description":"POST /v1/text/detect_google_ai_language — Detect google ai language.","operationId":"detect_google_ai_language_gwc621_v1_text_detect_google_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC621GoogleAIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Google Ai Language Gwc621 V1 Text Detect Google Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_firebase_language":{"post":{"summary":"Find Firebase Language Gwc622","description":"POST /v1/text/find_firebase_language — Find firebase language.","operationId":"find_firebase_language_gwc622_v1_text_find_firebase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC622FirebaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Firebase Language Gwc622 V1 Text Find Firebase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nhost_language":{"post":{"summary":"Detect Nhost Language Gwc622","description":"POST /v1/text/detect_nhost_language — Detect nhost language.","operationId":"detect_nhost_language_gwc622_v1_text_detect_nhost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC622NhostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nhost Language Gwc622 V1 Text Detect Nhost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nwjs_language":{"post":{"summary":"Detect Nwjs Language Gwc623","description":"POST /v1/text/detect_nwjs_language — Detect nwjs language.","operationId":"detect_nwjs_language_gwc623_v1_text_detect_nwjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC623NWJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nwjs Language Gwc623 V1 Text Detect Nwjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bun_pkg_language":{"post":{"summary":"Find Bun Pkg Language Gwc624","description":"POST /v1/text/find_bun_pkg_language — Find bun pkg language.","operationId":"find_bun_pkg_language_gwc624_v1_text_find_bun_pkg_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC624BunPkgReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bun Pkg Language Gwc624 V1 Text Find Bun Pkg Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_volta_language":{"post":{"summary":"Detect Volta Language Gwc624","description":"POST /v1/text/detect_volta_language — Detect volta language.","operationId":"detect_volta_language_gwc624_v1_text_detect_volta_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC624VoltaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Volta Language Gwc624 V1 Text Detect Volta Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_prisma_language":{"post":{"summary":"Detect Prisma Language Gwc625","description":"POST /v1/text/detect_prisma_language — Detect prisma language.","operationId":"detect_prisma_language_gwc625_v1_text_detect_prisma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC625PrismaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Prisma Language Gwc625 V1 Text Detect Prisma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_yup_language":{"post":{"summary":"Detect Yup Language Gwc626","description":"POST /v1/text/detect_yup_language — Detect yup language.","operationId":"detect_yup_language_gwc626_v1_text_detect_yup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC626YupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Yup Language Gwc626 V1 Text Detect Yup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_valibot_language":{"post":{"summary":"Find Valibot Language Gwc626","description":"POST /v1/text/find_valibot_language — Find valibot language.","operationId":"find_valibot_language_gwc626_v1_text_find_valibot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC626ValibotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Valibot Language Gwc626 V1 Text Find Valibot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ajv_language":{"post":{"summary":"Detect Ajv Language Gwc626","description":"POST /v1/text/detect_ajv_language — Detect ajv language.","operationId":"detect_ajv_language_gwc626_v1_text_detect_ajv_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC626AJVReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ajv Language Gwc626 V1 Text Detect Ajv Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_h3_language":{"post":{"summary":"Find H3 Language Gwc627","description":"POST /v1/text/find_h3_language — Find h3 language.","operationId":"find_h3_language_gwc627_v1_text_find_h3_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC627H3Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find H3 Language Gwc627 V1 Text Find H3 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vite_language":{"post":{"summary":"Find Vite Language Gwc628","description":"POST /v1/text/find_vite_language — Find vite language.","operationId":"find_vite_language_gwc628_v1_text_find_vite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC628ViteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vite Language Gwc628 V1 Text Find Vite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_webpack_language":{"post":{"summary":"Detect Webpack Language Gwc628","description":"POST /v1/text/detect_webpack_language — Detect webpack language.","operationId":"detect_webpack_language_gwc628_v1_text_detect_webpack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC628WebpackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Webpack Language Gwc628 V1 Text Detect Webpack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nuxt_language":{"post":{"summary":"Find Nuxt Language Gwc630","description":"POST /v1/text/find_nuxt_language — Find nuxt language.","operationId":"find_nuxt_language_gwc630_v1_text_find_nuxt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC630NuxtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nuxt Language Gwc630 V1 Text Find Nuxt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sveltekit_language":{"post":{"summary":"Detect Sveltekit Language Gwc630","description":"POST /v1/text/detect_sveltekit_language — Detect sveltekit language.","operationId":"detect_sveltekit_language_gwc630_v1_text_detect_sveltekit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC630SvelteKitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sveltekit Language Gwc630 V1 Text Detect Sveltekit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_angular_language":{"post":{"summary":"Find Angular Language Gwc630","description":"POST /v1/text/find_angular_language — Find angular language.","operationId":"find_angular_language_gwc630_v1_text_find_angular_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC630AngularReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Angular Language Gwc630 V1 Text Find Angular Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nextjs_language":{"post":{"summary":"Detect Nextjs Language Gwc630","description":"POST /v1/text/detect_nextjs_language — Detect nextjs language.","operationId":"detect_nextjs_language_gwc630_v1_text_detect_nextjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC630NextJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nextjs Language Gwc630 V1 Text Detect Nextjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_convex_language":{"post":{"summary":"Find Convex Language Gwc632","description":"POST /v1/text/find_convex_language — Find convex language.","operationId":"find_convex_language_gwc632_v1_text_find_convex_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC632ConvexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Convex Language Gwc632 V1 Text Find Convex Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_supabase_language":{"post":{"summary":"Detect Supabase Language Gwc632","description":"POST /v1/text/detect_supabase_language — Detect supabase language.","operationId":"detect_supabase_language_gwc632_v1_text_detect_supabase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC632SupabaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Supabase Language Gwc632 V1 Text Detect Supabase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sqs_language":{"post":{"summary":"Detect Sqs Language","description":"POST /v1/text/detect_sqs_language — Detect sqs language.","operationId":"detect_sqs_language_v1_text_detect_sqs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC649SqsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sqs Language V1 Text Detect Sqs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sqlite_language":{"post":{"summary":"Find Sqlite Language","description":"POST /v1/text/find_sqlite_language — Find sqlite language.","operationId":"find_sqlite_language_v1_text_find_sqlite_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC312SqliteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sqlite Language V1 Text Find Sqlite Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mongodb_language":{"post":{"summary":"Detect Mongodb Language","description":"POST /v1/text/detect_mongodb_language — Detect mongodb language.","operationId":"detect_mongodb_language_v1_text_detect_mongodb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC313MongoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mongodb Language V1 Text Detect Mongodb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_circleci_language":{"post":{"summary":"Find Circleci Language","description":"POST /v1/text/find_circleci_language — Find circleci language.","operationId":"find_circleci_language_v1_text_find_circleci_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC290CircleCiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Circleci Language V1 Text Find Circleci Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_owasp_language":{"post":{"summary":"Find Owasp Language","description":"POST /v1/text/find_owasp_language — Find owasp language.","operationId":"find_owasp_language_v1_text_find_owasp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC652OwaspReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Owasp Language V1 Text Find Owasp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jwt_validation_language":{"post":{"summary":"Detect Jwt Validation Language","description":"POST /v1/text/detect_jwt_validation_language — Detect jwt validation language.","operationId":"detect_jwt_validation_language_v1_text_detect_jwt_validation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC652JwtValidationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jwt Validation Language V1 Text Detect Jwt Validation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cors_config_language":{"post":{"summary":"Detect Cors Config Language","description":"POST /v1/text/detect_cors_config_language — Detect cors config language.","operationId":"detect_cors_config_language_v1_text_detect_cors_config_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC652CorsConfigReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cors Config Language V1 Text Detect Cors Config Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pnpm_config_language":{"post":{"summary":"Detect Pnpm Config Language","description":"POST /v1/text/detect_pnpm_config_language — Detect pnpm config language.","operationId":"detect_pnpm_config_language_v1_text_detect_pnpm_config_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC653PnpmConfigReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pnpm Config Language V1 Text Detect Pnpm Config Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_yarn_config_language":{"post":{"summary":"Find Yarn Config Language","description":"POST /v1/text/find_yarn_config_language — Find yarn config language.","operationId":"find_yarn_config_language_v1_text_find_yarn_config_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC653YarnConfigReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Yarn Config Language V1 Text Find Yarn Config Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bun_config_language":{"post":{"summary":"Detect Bun Config Language","description":"POST /v1/text/detect_bun_config_language — Detect bun config language.","operationId":"detect_bun_config_language_v1_text_detect_bun_config_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC653BunConfigReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bun Config Language V1 Text Detect Bun Config Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_eslint_language":{"post":{"summary":"Find Eslint Language","description":"POST /v1/text/find_eslint_language — Find eslint language.","operationId":"find_eslint_language_v1_text_find_eslint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC601ESLintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Eslint Language V1 Text Find Eslint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_prettier_language":{"post":{"summary":"Detect Prettier Language","description":"POST /v1/text/detect_prettier_language — Detect prettier language.","operationId":"detect_prettier_language_v1_text_detect_prettier_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC601PrettierReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Prettier Language V1 Text Detect Prettier Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_typescript_language":{"post":{"summary":"Find Typescript Language","description":"POST /v1/text/find_typescript_language — Find typescript language.","operationId":"find_typescript_language_v1_text_find_typescript_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC655TypeScriptReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Typescript Language V1 Text Find Typescript Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flow_types_language":{"post":{"summary":"Detect Flow Types Language","description":"POST /v1/text/detect_flow_types_language — Detect flow types language.","operationId":"detect_flow_types_language_v1_text_detect_flow_types_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC655FlowTypesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flow Types Language V1 Text Detect Flow Types Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jsdoc_language":{"post":{"summary":"Find Jsdoc Language","description":"POST /v1/text/find_jsdoc_language — Find jsdoc language.","operationId":"find_jsdoc_language_v1_text_find_jsdoc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC655JsDocReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jsdoc Language V1 Text Find Jsdoc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zod_inference_language":{"post":{"summary":"Detect Zod Inference Language","description":"POST /v1/text/detect_zod_inference_language — Detect zod inference language.","operationId":"detect_zod_inference_language_v1_text_detect_zod_inference_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC655ZodInferenceReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zod Inference Language V1 Text Detect Zod Inference Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_openapi_language":{"post":{"summary":"Find Openapi Language","description":"POST /v1/text/find_openapi_language — Find openapi language.","operationId":"find_openapi_language_v1_text_find_openapi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC615OpenApiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Openapi Language V1 Text Find Openapi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_storybook_docs_language":{"post":{"summary":"Detect Storybook Docs Language","description":"POST /v1/text/detect_storybook_docs_language — Detect storybook docs language.","operationId":"detect_storybook_docs_language_v1_text_detect_storybook_docs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC656StorybookDocsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Storybook Docs Language V1 Text Detect Storybook Docs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mintlify_language":{"post":{"summary":"Detect Mintlify Language","description":"POST /v1/text/detect_mintlify_language — Detect mintlify language.","operationId":"detect_mintlify_language_v1_text_detect_mintlify_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC656MintlifyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mintlify Language V1 Text Detect Mintlify Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_resend_language":{"post":{"summary":"Find Resend Language","description":"POST /v1/text/find_resend_language — Find resend language.","operationId":"find_resend_language_v1_text_find_resend_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC641ResendReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Resend Language V1 Text Find Resend Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nodemailer_language":{"post":{"summary":"Detect Nodemailer Language","description":"POST /v1/text/detect_nodemailer_language — Detect nodemailer language.","operationId":"detect_nodemailer_language_v1_text_detect_nodemailer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC641NodemailerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nodemailer Language V1 Text Detect Nodemailer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mailgun_language":{"post":{"summary":"Find Mailgun Language","description":"POST /v1/text/find_mailgun_language — Find mailgun language.","operationId":"find_mailgun_language_v1_text_find_mailgun_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC641MailgunReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mailgun Language V1 Text Find Mailgun Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_postmark_language":{"post":{"summary":"Detect Postmark Language","description":"POST /v1/text/detect_postmark_language — Detect postmark language.","operationId":"detect_postmark_language_v1_text_detect_postmark_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC641PostmarkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Postmark Language V1 Text Detect Postmark Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_contentful_language":{"post":{"summary":"Find Contentful Language","description":"POST /v1/text/find_contentful_language — Find contentful language.","operationId":"find_contentful_language_v1_text_find_contentful_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC642ContentfulReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Contentful Language V1 Text Find Contentful Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sanity_language":{"post":{"summary":"Detect Sanity Language","description":"POST /v1/text/detect_sanity_language — Detect sanity language.","operationId":"detect_sanity_language_v1_text_detect_sanity_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC642SanityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sanity Language V1 Text Detect Sanity Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_elasticsearch_language":{"post":{"summary":"Detect Elasticsearch Language","description":"POST /v1/text/detect_elasticsearch_language — Detect elasticsearch language.","operationId":"detect_elasticsearch_language_v1_text_detect_elasticsearch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC643ElasticsearchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Elasticsearch Language V1 Text Detect Elasticsearch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bull_language":{"post":{"summary":"Detect Bull Language","description":"POST /v1/text/detect_bull_language — Detect bull language.","operationId":"detect_bull_language_v1_text_detect_bull_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC644BullReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bull Language V1 Text Detect Bull Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_s3_language":{"post":{"summary":"Find S3 Language","description":"POST /v1/text/find_s3_language — Find s3 language.","operationId":"find_s3_language_v1_text_find_s3_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC645S3Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find S3 Language V1 Text Find S3 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_r2_language":{"post":{"summary":"Detect R2 Language","description":"POST /v1/text/detect_r2_language — Detect r2 language.","operationId":"detect_r2_language_v1_text_detect_r2_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC645R2Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect R2 Language V1 Text Detect R2 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vercel_deploy_language":{"post":{"summary":"Find Vercel Deploy Language","description":"POST /v1/text/find_vercel_deploy_language — Find vercel deploy language.","operationId":"find_vercel_deploy_language_v1_text_find_vercel_deploy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC646VercelDeployReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vercel Deploy Language V1 Text Find Vercel Deploy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openfeature_language":{"post":{"summary":"Detect Openfeature Language","description":"POST /v1/text/detect_openfeature_language — Detect openfeature language.","operationId":"detect_openfeature_language_v1_text_detect_openfeature_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC647OpenfeatureReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openfeature Language V1 Text Detect Openfeature Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_unleash_language":{"post":{"summary":"Find Unleash Language","description":"POST /v1/text/find_unleash_language — Find unleash language.","operationId":"find_unleash_language_v1_text_find_unleash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC647UnleashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Unleash Language V1 Text Find Unleash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_growthbook_language":{"post":{"summary":"Detect Growthbook Language","description":"POST /v1/text/detect_growthbook_language — Detect growthbook language.","operationId":"detect_growthbook_language_v1_text_detect_growthbook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC647GrowthbookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Growthbook Language V1 Text Detect Growthbook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_google_analytics_language":{"post":{"summary":"Find Google Analytics Language","description":"POST /v1/text/find_google_analytics_language — Find google analytics language.","operationId":"find_google_analytics_language_v1_text_find_google_analytics_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC648GoogleAnalyticsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Google Analytics Language V1 Text Find Google Analytics Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_amplitude_language":{"post":{"summary":"Detect Amplitude Language","description":"POST /v1/text/detect_amplitude_language — Detect amplitude language.","operationId":"detect_amplitude_language_v1_text_detect_amplitude_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC648AmplitudeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Amplitude Language V1 Text Detect Amplitude Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rudderstack_language":{"post":{"summary":"Find Rudderstack Language","description":"POST /v1/text/find_rudderstack_language — Find rudderstack language.","operationId":"find_rudderstack_language_v1_text_find_rudderstack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC648RudderstackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rudderstack Language V1 Text Find Rudderstack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_segment_language":{"post":{"summary":"Detect Segment Language","description":"POST /v1/text/detect_segment_language — Detect segment language.","operationId":"detect_segment_language_v1_text_detect_segment_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC648SegmentReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Segment Language V1 Text Detect Segment Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_apollo_language":{"post":{"summary":"Detect Apollo Language","description":"POST /v1/text/detect_apollo_language — Detect apollo language.","operationId":"detect_apollo_language_v1_text_detect_apollo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC633ApolloReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Apollo Language V1 Text Detect Apollo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rest_client_language":{"post":{"summary":"Find Rest Client Language","description":"POST /v1/text/find_rest_client_language — Find rest client language.","operationId":"find_rest_client_language_v1_text_find_rest_client_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC634RestClientReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rest Client Language V1 Text Find Rest Client Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_websocket_language":{"post":{"summary":"Detect Websocket Language","description":"POST /v1/text/detect_websocket_language — Detect websocket language.","operationId":"detect_websocket_language_v1_text_detect_websocket_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC634WebSocketReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Websocket Language V1 Text Detect Websocket Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tailwind_language":{"post":{"summary":"Find Tailwind Language","description":"POST /v1/text/find_tailwind_language — Find tailwind language.","operationId":"find_tailwind_language_v1_text_find_tailwind_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC636TailwindReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tailwind Language V1 Text Find Tailwind Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_styled_components_language":{"post":{"summary":"Detect Styled Components Language","description":"POST /v1/text/detect_styled_components_language — Detect styled components language.","operationId":"detect_styled_components_language_v1_text_detect_styled_components_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC636StyledComponentsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Styled Components Language V1 Text Detect Styled Components Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_authjs_language":{"post":{"summary":"Find Authjs Language","description":"POST /v1/text/find_authjs_language — Find authjs language.","operationId":"find_authjs_language_v1_text_find_authjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC637AuthJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Authjs Language V1 Text Find Authjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_better_auth_language":{"post":{"summary":"Detect Better Auth Language","description":"POST /v1/text/detect_better_auth_language — Detect better auth language.","operationId":"detect_better_auth_language_v1_text_detect_better_auth_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC637BetterAuthReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Better Auth Language V1 Text Detect Better Auth Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lemonsqueezy_language":{"post":{"summary":"Detect Lemonsqueezy Language","description":"POST /v1/text/detect_lemonsqueezy_language — Detect lemonsqueezy language.","operationId":"detect_lemonsqueezy_language_v1_text_detect_lemonsqueezy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC640LemonSqueezyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lemonsqueezy Language V1 Text Detect Lemonsqueezy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_paddle_language":{"post":{"summary":"Find Paddle Language","description":"POST /v1/text/find_paddle_language — Find paddle language.","operationId":"find_paddle_language_v1_text_find_paddle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC640PaddleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Paddle Language V1 Text Find Paddle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zustand_language":{"post":{"summary":"Detect Zustand Language","description":"POST /v1/text/detect_zustand_language — Detect zustand language.","operationId":"detect_zustand_language_v1_text_detect_zustand_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC657ZustandReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zustand Language V1 Text Detect Zustand Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jotai_language":{"post":{"summary":"Find Jotai Language","description":"POST /v1/text/find_jotai_language — Find jotai language.","operationId":"find_jotai_language_v1_text_find_jotai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC657JotaiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jotai Language V1 Text Find Jotai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_prisma_language":{"post":{"summary":"Find Prisma Language","description":"POST /v1/text/find_prisma_language — Find prisma language.","operationId":"find_prisma_language_v1_text_find_prisma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC658PrismaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Prisma Language V1 Text Find Prisma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_drizzle_language":{"post":{"summary":"Detect Drizzle Language","description":"POST /v1/text/detect_drizzle_language — Detect drizzle language.","operationId":"detect_drizzle_language_v1_text_detect_drizzle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC658DrizzleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Drizzle Language V1 Text Detect Drizzle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sequelize_language":{"post":{"summary":"Find Sequelize Language","description":"POST /v1/text/find_sequelize_language — Find sequelize language.","operationId":"find_sequelize_language_v1_text_find_sequelize_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC658SequelizeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sequelize Language V1 Text Find Sequelize Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tanstack_form_language":{"post":{"summary":"Find Tanstack Form Language","description":"POST /v1/text/find_tanstack_form_language — Find tanstack form language.","operationId":"find_tanstack_form_language_v1_text_find_tanstack_form_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC660TanstackFormReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tanstack Form Language V1 Text Find Tanstack Form Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_final_form_language":{"post":{"summary":"Detect Final Form Language","description":"POST /v1/text/detect_final_form_language — Detect final form language.","operationId":"detect_final_form_language_v1_text_detect_final_form_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC660FinalFormReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Final Form Language V1 Text Detect Final Form Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rtk_query_language":{"post":{"summary":"Detect Rtk Query Language","description":"POST /v1/text/detect_rtk_query_language — Detect rtk query language.","operationId":"detect_rtk_query_language_v1_text_detect_rtk_query_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC661RTKQueryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rtk Query Language V1 Text Detect Rtk Query Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_framer_motion_language":{"post":{"summary":"Find Framer Motion Language","description":"POST /v1/text/find_framer_motion_language — Find framer motion language.","operationId":"find_framer_motion_language_v1_text_find_framer_motion_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC663FramerMotionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Framer Motion Language V1 Text Find Framer Motion Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gsap_language":{"post":{"summary":"Detect Gsap Language","description":"POST /v1/text/detect_gsap_language — Detect gsap language.","operationId":"detect_gsap_language_v1_text_detect_gsap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC663GSAPReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gsap Language V1 Text Detect Gsap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_react_spring_language":{"post":{"summary":"Find React Spring Language","description":"POST /v1/text/find_react_spring_language — Find react spring language.","operationId":"find_react_spring_language_v1_text_find_react_spring_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC663ReactSpringReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find React Spring Language V1 Text Find React Spring Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lottie_language":{"post":{"summary":"Detect Lottie Language","description":"POST /v1/text/detect_lottie_language — Detect lottie language.","operationId":"detect_lottie_language_v1_text_detect_lottie_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC663LottieReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lottie Language V1 Text Detect Lottie Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nextjs_router_language":{"post":{"summary":"Detect Nextjs Router Language","description":"POST /v1/text/detect_nextjs_router_language — Detect nextjs router language.","operationId":"detect_nextjs_router_language_v1_text_detect_nextjs_router_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC664NextjsRouterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nextjs Router Language V1 Text Detect Nextjs Router Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_wouter_language":{"post":{"summary":"Detect Wouter Language","description":"POST /v1/text/detect_wouter_language — Detect wouter language.","operationId":"detect_wouter_language_v1_text_detect_wouter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC664WouterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Wouter Language V1 Text Detect Wouter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lucide_language":{"post":{"summary":"Find Lucide Language","description":"POST /v1/text/find_lucide_language — Find lucide language.","operationId":"find_lucide_language_v1_text_find_lucide_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC665LucideReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lucide Language V1 Text Find Lucide Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_react_icons_language":{"post":{"summary":"Detect React Icons Language","description":"POST /v1/text/detect_react_icons_language — Detect react icons language.","operationId":"detect_react_icons_language_v1_text_detect_react_icons_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC665ReactIconsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect React Icons Language V1 Text Detect React Icons Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_heroicons_language":{"post":{"summary":"Find Heroicons Language","description":"POST /v1/text/find_heroicons_language — Find heroicons language.","operationId":"find_heroicons_language_v1_text_find_heroicons_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC665HeroiconsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Heroicons Language V1 Text Find Heroicons Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_font_awesome_language":{"post":{"summary":"Detect Font Awesome Language","description":"POST /v1/text/detect_font_awesome_language — Detect font awesome language.","operationId":"detect_font_awesome_language_v1_text_detect_font_awesome_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC665FontAwesomeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Font Awesome Language V1 Text Detect Font Awesome Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_axios_language":{"post":{"summary":"Find Axios Language","description":"POST /v1/text/find_axios_language — Find axios language.","operationId":"find_axios_language_v1_text_find_axios_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC666AxiosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Axios Language V1 Text Find Axios Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ky_language":{"post":{"summary":"Detect Ky Language","description":"POST /v1/text/detect_ky_language — Detect ky language.","operationId":"detect_ky_language_v1_text_detect_ky_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC666KyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ky Language V1 Text Detect Ky Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_got_language":{"post":{"summary":"Find Got Language","description":"POST /v1/text/find_got_language — Find got language.","operationId":"find_got_language_v1_text_find_got_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC666GotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Got Language V1 Text Find Got Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_node_fetch_language":{"post":{"summary":"Detect Node Fetch Language","description":"POST /v1/text/detect_node_fetch_language — Detect node fetch language.","operationId":"detect_node_fetch_language_v1_text_detect_node_fetch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC666NodeFetchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Node Fetch Language V1 Text Detect Node Fetch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lodash_language":{"post":{"summary":"Find Lodash Language","description":"POST /v1/text/find_lodash_language — Find lodash language.","operationId":"find_lodash_language_v1_text_find_lodash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC667LodashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lodash Language V1 Text Find Lodash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ramda_language":{"post":{"summary":"Detect Ramda Language","description":"POST /v1/text/detect_ramda_language — Detect ramda language.","operationId":"detect_ramda_language_v1_text_detect_ramda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC667RamdaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ramda Language V1 Text Detect Ramda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_date_fns_language":{"post":{"summary":"Find Date Fns Language","description":"POST /v1/text/find_date_fns_language — Find date fns language.","operationId":"find_date_fns_language_v1_text_find_date_fns_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC667DateFnsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Date Fns Language V1 Text Find Date Fns Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dayjs_language":{"post":{"summary":"Detect Dayjs Language","description":"POST /v1/text/detect_dayjs_language — Detect dayjs language.","operationId":"detect_dayjs_language_v1_text_detect_dayjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC667DayjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dayjs Language V1 Text Detect Dayjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_transformers_js_language":{"post":{"summary":"Find Transformers Js Language","description":"POST /v1/text/find_transformers_js_language — Find transformers js language.","operationId":"find_transformers_js_language_v1_text_find_transformers_js_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC668TransformersJsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Transformers Js Language V1 Text Find Transformers Js Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ollama_client_language":{"post":{"summary":"Detect Ollama Client Language","description":"POST /v1/text/detect_ollama_client_language — Detect ollama client language.","operationId":"detect_ollama_client_language_v1_text_detect_ollama_client_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC668OllamaClientReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ollama Client Language V1 Text Detect Ollama Client Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fastapi_language":{"post":{"summary":"Find Fastapi Language","description":"POST /v1/text/find_fastapi_language — Find fastapi language.","operationId":"find_fastapi_language_v1_text_find_fastapi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC670FastAPIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fastapi Language V1 Text Find Fastapi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_django_language":{"post":{"summary":"Detect Django Language","description":"POST /v1/text/detect_django_language — Detect django language.","operationId":"detect_django_language_v1_text_detect_django_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC670DjangoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Django Language V1 Text Detect Django Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flask_language":{"post":{"summary":"Find Flask Language","description":"POST /v1/text/find_flask_language — Find flask language.","operationId":"find_flask_language_v1_text_find_flask_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC670FlaskReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flask Language V1 Text Find Flask Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_starlette_language":{"post":{"summary":"Detect Starlette Language","description":"POST /v1/text/detect_starlette_language — Detect starlette language.","operationId":"detect_starlette_language_v1_text_detect_starlette_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC670StarletteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Starlette Language V1 Text Detect Starlette Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_aws_sdk_language":{"post":{"summary":"Find Aws Sdk Language","description":"POST /v1/text/find_aws_sdk_language — Find aws sdk language.","operationId":"find_aws_sdk_language_v1_text_find_aws_sdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC671AwsSdkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Aws Sdk Language V1 Text Find Aws Sdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gcp_sdk_language":{"post":{"summary":"Detect Gcp Sdk Language","description":"POST /v1/text/detect_gcp_sdk_language — Detect gcp sdk language.","operationId":"detect_gcp_sdk_language_v1_text_detect_gcp_sdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC671GcpSdkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gcp Sdk Language V1 Text Detect Gcp Sdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_azure_sdk_language":{"post":{"summary":"Find Azure Sdk Language","description":"POST /v1/text/find_azure_sdk_language — Find azure sdk language.","operationId":"find_azure_sdk_language_v1_text_find_azure_sdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC671AzureSdkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Azure Sdk Language V1 Text Find Azure Sdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudflare_sdk_language":{"post":{"summary":"Detect Cloudflare Sdk Language","description":"POST /v1/text/detect_cloudflare_sdk_language — Detect cloudflare sdk language.","operationId":"detect_cloudflare_sdk_language_v1_text_detect_cloudflare_sdk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC671CloudflareSdkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudflare Sdk Language V1 Text Detect Cloudflare Sdk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nodejs_language":{"post":{"summary":"Find Nodejs Language","description":"POST /v1/text/find_nodejs_language — Find nodejs language.","operationId":"find_nodejs_language_v1_text_find_nodejs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC672NodejsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nodejs Language V1 Text Find Nodejs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_edge_runtime_language":{"post":{"summary":"Detect Edge Runtime Language","description":"POST /v1/text/detect_edge_runtime_language — Detect edge runtime language.","operationId":"detect_edge_runtime_language_v1_text_detect_edge_runtime_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC672EdgeRuntimeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Edge Runtime Language V1 Text Detect Edge Runtime Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_changesets_language":{"post":{"summary":"Detect Changesets Language","description":"POST /v1/text/detect_changesets_language — Detect changesets language.","operationId":"detect_changesets_language_v1_text_detect_changesets_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC673ChangesetsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Changesets Language V1 Text Detect Changesets Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hurl_language":{"post":{"summary":"Detect Hurl Language","description":"POST /v1/text/detect_hurl_language — Detect hurl language.","operationId":"detect_hurl_language_v1_text_detect_hurl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC674HurlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hurl Language V1 Text Detect Hurl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nock_language":{"post":{"summary":"Detect Nock Language","description":"POST /v1/text/detect_nock_language — Detect nock language.","operationId":"detect_nock_language_v1_text_detect_nock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC676NockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nock Language V1 Text Detect Nock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hey_language":{"post":{"summary":"Detect Hey Language","description":"POST /v1/text/detect_hey_language — Detect hey language.","operationId":"detect_hey_language_v1_text_detect_hey_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC685HeyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hey Language V1 Text Detect Hey Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bombardier_language":{"post":{"summary":"Find Bombardier Language","description":"POST /v1/text/find_bombardier_language — Find bombardier language.","operationId":"find_bombardier_language_v1_text_find_bombardier_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC686BombardierReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bombardier Language V1 Text Find Bombardier Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_oha_language":{"post":{"summary":"Find Oha Language","description":"POST /v1/text/find_oha_language — Find oha language.","operationId":"find_oha_language_v1_text_find_oha_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC687OhaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Oha Language V1 Text Find Oha Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tsung_language":{"post":{"summary":"Detect Tsung Language","description":"POST /v1/text/detect_tsung_language — Detect tsung language.","operationId":"detect_tsung_language_v1_text_detect_tsung_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC687TsungReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tsung Language V1 Text Detect Tsung Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nbomber_language":{"post":{"summary":"Find Nbomber Language","description":"POST /v1/text/find_nbomber_language — Find nbomber language.","operationId":"find_nbomber_language_v1_text_find_nbomber_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC688NBomberReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nbomber Language V1 Text Find Nbomber Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hyperfine_language":{"post":{"summary":"Detect Hyperfine Language","description":"POST /v1/text/detect_hyperfine_language — Detect hyperfine language.","operationId":"detect_hyperfine_language_v1_text_detect_hyperfine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC688HyperfineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hyperfine Language V1 Text Detect Hyperfine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_crane_language":{"post":{"summary":"Find Crane Language","description":"POST /v1/text/find_crane_language — Find crane language.","operationId":"find_crane_language_v1_text_find_crane_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC689CraneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Crane Language V1 Text Find Crane Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_skopeo_language":{"post":{"summary":"Detect Skopeo Language","description":"POST /v1/text/detect_skopeo_language — Detect skopeo language.","operationId":"detect_skopeo_language_v1_text_detect_skopeo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC689SkopeoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Skopeo Language V1 Text Detect Skopeo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_oras_language":{"post":{"summary":"Find Oras Language","description":"POST /v1/text/find_oras_language — Find oras language.","operationId":"find_oras_language_v1_text_find_oras_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC690OrasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Oras Language V1 Text Find Oras Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_regctl_language":{"post":{"summary":"Detect Regctl Language","description":"POST /v1/text/detect_regctl_language — Detect regctl language.","operationId":"detect_regctl_language_v1_text_detect_regctl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC690RegctlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Regctl Language V1 Text Detect Regctl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_buildah_language":{"post":{"summary":"Find Buildah Language","description":"POST /v1/text/find_buildah_language — Find buildah language.","operationId":"find_buildah_language_v1_text_find_buildah_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC691BuildahReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Buildah Language V1 Text Find Buildah Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dive_language":{"post":{"summary":"Detect Dive Language","description":"POST /v1/text/detect_dive_language — Detect dive language.","operationId":"detect_dive_language_v1_text_detect_dive_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC691DiveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dive Language V1 Text Detect Dive Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kaniko_language":{"post":{"summary":"Find Kaniko Language","description":"POST /v1/text/find_kaniko_language — Find kaniko language.","operationId":"find_kaniko_language_v1_text_find_kaniko_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC692KanikoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kaniko Language V1 Text Find Kaniko Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_notary_language":{"post":{"summary":"Detect Notary Language","description":"POST /v1/text/detect_notary_language — Detect notary language.","operationId":"detect_notary_language_v1_text_detect_notary_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC692NotaryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Notary Language V1 Text Detect Notary Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_karpenter_language":{"post":{"summary":"Find Karpenter Language","description":"POST /v1/text/find_karpenter_language — Find karpenter language.","operationId":"find_karpenter_language_v1_text_find_karpenter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC693KarpenterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Karpenter Language V1 Text Find Karpenter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_keptn_language":{"post":{"summary":"Detect Keptn Language","description":"POST /v1/text/detect_keptn_language — Detect keptn language.","operationId":"detect_keptn_language_v1_text_detect_keptn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC693KeptnReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Keptn Language V1 Text Detect Keptn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_meshery_language":{"post":{"summary":"Find Meshery Language","description":"POST /v1/text/find_meshery_language — Find meshery language.","operationId":"find_meshery_language_v1_text_find_meshery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC694MesheryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Meshery Language V1 Text Find Meshery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kyverno_language":{"post":{"summary":"Detect Kyverno Language","description":"POST /v1/text/detect_kyverno_language — Detect kyverno language.","operationId":"detect_kyverno_language_v1_text_detect_kyverno_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC694KyvernoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kyverno Language V1 Text Detect Kyverno Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vcluster_language":{"post":{"summary":"Find Vcluster Language","description":"POST /v1/text/find_vcluster_language — Find vcluster language.","operationId":"find_vcluster_language_v1_text_find_vcluster_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC695VclusterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vcluster Language V1 Text Find Vcluster Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_capsule_language":{"post":{"summary":"Detect Capsule Language","description":"POST /v1/text/detect_capsule_language — Detect capsule language.","operationId":"detect_capsule_language_v1_text_detect_capsule_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC695CapsuleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Capsule Language V1 Text Detect Capsule Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_loft_language":{"post":{"summary":"Find Loft Language","description":"POST /v1/text/find_loft_language — Find loft language.","operationId":"find_loft_language_v1_text_find_loft_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC696LoftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Loft Language V1 Text Find Loft Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kamaji_language":{"post":{"summary":"Detect Kamaji Language","description":"POST /v1/text/detect_kamaji_language — Detect kamaji language.","operationId":"detect_kamaji_language_v1_text_detect_kamaji_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC696KamajiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kamaji Language V1 Text Detect Kamaji Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_garden_language":{"post":{"summary":"Find Garden Language","description":"POST /v1/text/find_garden_language — Find garden language.","operationId":"find_garden_language_v1_text_find_garden_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC697GardenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Garden Language V1 Text Find Garden Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tilt_language":{"post":{"summary":"Detect Tilt Language","description":"POST /v1/text/detect_tilt_language — Detect tilt language.","operationId":"detect_tilt_language_v1_text_detect_tilt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC697TiltReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tilt Language V1 Text Detect Tilt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_coder_language":{"post":{"summary":"Find Coder Language","description":"POST /v1/text/find_coder_language — Find coder language.","operationId":"find_coder_language_v1_text_find_coder_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC698CoderReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Coder Language V1 Text Find Coder Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_devbox_language":{"post":{"summary":"Detect Devbox Language","description":"POST /v1/text/detect_devbox_language — Detect devbox language.","operationId":"detect_devbox_language_v1_text_detect_devbox_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC698DevboxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Devbox Language V1 Text Detect Devbox Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gitpod_language":{"post":{"summary":"Find Gitpod Language","description":"POST /v1/text/find_gitpod_language — Find gitpod language.","operationId":"find_gitpod_language_v1_text_find_gitpod_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC699GitpodReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gitpod Language V1 Text Find Gitpod Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_codespaces_language":{"post":{"summary":"Detect Codespaces Language","description":"POST /v1/text/detect_codespaces_language — Detect codespaces language.","operationId":"detect_codespaces_language_v1_text_detect_codespaces_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC699CodespacesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Codespaces Language V1 Text Detect Codespaces Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pixi_language":{"post":{"summary":"Find Pixi Language","description":"POST /v1/text/find_pixi_language — Find pixi language.","operationId":"find_pixi_language_v1_text_find_pixi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC700PixiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pixi Language V1 Text Find Pixi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flox_language":{"post":{"summary":"Detect Flox Language","description":"POST /v1/text/detect_flox_language — Detect flox language.","operationId":"detect_flox_language_v1_text_detect_flox_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC700FloxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flox Language V1 Text Detect Flox Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flatbuffers_language":{"post":{"summary":"Detect Flatbuffers Language","description":"POST /v1/text/detect_flatbuffers_language — Detect flatbuffers language.","operationId":"detect_flatbuffers_language_v1_text_detect_flatbuffers_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC701FlatbuffersReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flatbuffers Language V1 Text Detect Flatbuffers Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_avro_language":{"post":{"summary":"Find Avro Language","description":"POST /v1/text/find_avro_language — Find avro language.","operationId":"find_avro_language_v1_text_find_avro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC702AvroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Avro Language V1 Text Find Avro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_thrift_language":{"post":{"summary":"Detect Thrift Language","description":"POST /v1/text/detect_thrift_language — Detect thrift language.","operationId":"detect_thrift_language_v1_text_detect_thrift_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC702ThriftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Thrift Language V1 Text Detect Thrift Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_capnproto_language":{"post":{"summary":"Find Capnproto Language","description":"POST /v1/text/find_capnproto_language — Find capnproto language.","operationId":"find_capnproto_language_v1_text_find_capnproto_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC703CapnprotoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Capnproto Language V1 Text Find Capnproto Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_messagepack_language":{"post":{"summary":"Detect Messagepack Language","description":"POST /v1/text/detect_messagepack_language — Detect messagepack language.","operationId":"detect_messagepack_language_v1_text_detect_messagepack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC703MessagepackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Messagepack Language V1 Text Detect Messagepack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cbor_language":{"post":{"summary":"Find Cbor Language","description":"POST /v1/text/find_cbor_language — Find cbor language.","operationId":"find_cbor_language_v1_text_find_cbor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC704CborReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cbor Language V1 Text Find Cbor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bson_language":{"post":{"summary":"Detect Bson Language","description":"POST /v1/text/detect_bson_language — Detect bson language.","operationId":"detect_bson_language_v1_text_detect_bson_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC704BsonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bson Language V1 Text Detect Bson Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_n8n_language":{"post":{"summary":"Find N8N Language","description":"POST /v1/text/find_n8n_language — Find n8n language.","operationId":"find_n8n_language_v1_text_find_n8n_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC706N8nReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find N8N Language V1 Text Find N8N Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_activepieces_language":{"post":{"summary":"Detect Activepieces Language","description":"POST /v1/text/detect_activepieces_language — Detect activepieces language.","operationId":"detect_activepieces_language_v1_text_detect_activepieces_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC706ActivepiecesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Activepieces Language V1 Text Detect Activepieces Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tempo_language":{"post":{"summary":"Find Tempo Language","description":"POST /v1/text/find_tempo_language — Find tempo language.","operationId":"find_tempo_language_v1_text_find_tempo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC708TempoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tempo Language V1 Text Find Tempo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pyroscope_language":{"post":{"summary":"Detect Pyroscope Language","description":"POST /v1/text/detect_pyroscope_language — Detect pyroscope language.","operationId":"detect_pyroscope_language_v1_text_detect_pyroscope_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC708PyroscopeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pyroscope Language V1 Text Detect Pyroscope Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_velero_language":{"post":{"summary":"Find Velero Language","description":"POST /v1/text/find_velero_language — Find velero language.","operationId":"find_velero_language_v1_text_find_velero_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC709VeleroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Velero Language V1 Text Find Velero Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_longhorn_language":{"post":{"summary":"Detect Longhorn Language","description":"POST /v1/text/detect_longhorn_language — Detect longhorn language.","operationId":"detect_longhorn_language_v1_text_detect_longhorn_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC709LonghornReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Longhorn Language V1 Text Detect Longhorn Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rook_language":{"post":{"summary":"Find Rook Language","description":"POST /v1/text/find_rook_language — Find rook language.","operationId":"find_rook_language_v1_text_find_rook_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC710RookReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rook Language V1 Text Find Rook Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openebs_language":{"post":{"summary":"Detect Openebs Language","description":"POST /v1/text/detect_openebs_language — Detect openebs language.","operationId":"detect_openebs_language_v1_text_detect_openebs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC710OpenebsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openebs Language V1 Text Detect Openebs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_restic_language":{"post":{"summary":"Find Restic Language","description":"POST /v1/text/find_restic_language — Find restic language.","operationId":"find_restic_language_v1_text_find_restic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC711ResticReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Restic Language V1 Text Find Restic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_borgbackup_language":{"post":{"summary":"Detect Borgbackup Language","description":"POST /v1/text/detect_borgbackup_language — Detect borgbackup language.","operationId":"detect_borgbackup_language_v1_text_detect_borgbackup_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC711BorgbackupReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Borgbackup Language V1 Text Detect Borgbackup Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_duplicati_language":{"post":{"summary":"Find Duplicati Language","description":"POST /v1/text/find_duplicati_language — Find duplicati language.","operationId":"find_duplicati_language_v1_text_find_duplicati_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC712DuplicatiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Duplicati Language V1 Text Find Duplicati Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ceph_language":{"post":{"summary":"Detect Ceph Language","description":"POST /v1/text/detect_ceph_language — Detect ceph language.","operationId":"detect_ceph_language_v1_text_detect_ceph_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC712CephReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ceph Language V1 Text Detect Ceph Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_boundary_language":{"post":{"summary":"Find Boundary Language","description":"POST /v1/text/find_boundary_language — Find boundary language.","operationId":"find_boundary_language_v1_text_find_boundary_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC713BoundaryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Boundary Language V1 Text Find Boundary Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_waypoint_language":{"post":{"summary":"Detect Waypoint Language","description":"POST /v1/text/detect_waypoint_language — Detect waypoint language.","operationId":"detect_waypoint_language_v1_text_detect_waypoint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC713WaypointReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Waypoint Language V1 Text Detect Waypoint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_packer_language":{"post":{"summary":"Detect Packer Language","description":"POST /v1/text/detect_packer_language — Detect packer language.","operationId":"detect_packer_language_v1_text_detect_packer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC714PackerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Packer Language V1 Text Detect Packer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_proxmox_language":{"post":{"summary":"Find Proxmox Language","description":"POST /v1/text/find_proxmox_language — Find proxmox language.","operationId":"find_proxmox_language_v1_text_find_proxmox_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC715ProxmoxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Proxmox Language V1 Text Find Proxmox Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openstack_language":{"post":{"summary":"Detect Openstack Language","description":"POST /v1/text/detect_openstack_language — Detect openstack language.","operationId":"detect_openstack_language_v1_text_detect_openstack_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC715OpenstackReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openstack Language V1 Text Detect Openstack Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vsphere_language":{"post":{"summary":"Find Vsphere Language","description":"POST /v1/text/find_vsphere_language — Find vsphere language.","operationId":"find_vsphere_language_v1_text_find_vsphere_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC716VsphereReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vsphere Language V1 Text Find Vsphere Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vagrant_language":{"post":{"summary":"Detect Vagrant Language","description":"POST /v1/text/detect_vagrant_language — Detect vagrant language.","operationId":"detect_vagrant_language_v1_text_detect_vagrant_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC716VagrantReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vagrant Language V1 Text Detect Vagrant Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_infracost_language":{"post":{"summary":"Find Infracost Language","description":"POST /v1/text/find_infracost_language — Find infracost language.","operationId":"find_infracost_language_v1_text_find_infracost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC717InfracostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Infracost Language V1 Text Find Infracost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_opencost_language":{"post":{"summary":"Detect Opencost Language","description":"POST /v1/text/detect_opencost_language — Detect opencost language.","operationId":"detect_opencost_language_v1_text_detect_opencost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC717OpencostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Opencost Language V1 Text Detect Opencost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubecost_language":{"post":{"summary":"Find Kubecost Language","description":"POST /v1/text/find_kubecost_language — Find kubecost language.","operationId":"find_kubecost_language_v1_text_find_kubecost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC717KubecostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubecost Language V1 Text Find Kubecost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudcustodian_language":{"post":{"summary":"Detect Cloudcustodian Language","description":"POST /v1/text/detect_cloudcustodian_language — Detect cloudcustodian language.","operationId":"detect_cloudcustodian_language_v1_text_detect_cloudcustodian_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC717CloudcustodianReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudcustodian Language V1 Text Detect Cloudcustodian Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_datahub_language":{"post":{"summary":"Find Datahub Language","description":"POST /v1/text/find_datahub_language — Find datahub language.","operationId":"find_datahub_language_v1_text_find_datahub_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC718DatahubReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Datahub Language V1 Text Find Datahub Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openmetadata_language":{"post":{"summary":"Detect Openmetadata Language","description":"POST /v1/text/detect_openmetadata_language — Detect openmetadata language.","operationId":"detect_openmetadata_language_v1_text_detect_openmetadata_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC718OpenmetadataReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openmetadata Language V1 Text Detect Openmetadata Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_amundsen_language":{"post":{"summary":"Find Amundsen Language","description":"POST /v1/text/find_amundsen_language — Find amundsen language.","operationId":"find_amundsen_language_v1_text_find_amundsen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC718AmundsenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Amundsen Language V1 Text Find Amundsen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_apacheatlas_language":{"post":{"summary":"Detect Apacheatlas Language","description":"POST /v1/text/detect_apacheatlas_language — Detect apacheatlas language.","operationId":"detect_apacheatlas_language_v1_text_detect_apacheatlas_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC718ApacheatlasmReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Apacheatlas Language V1 Text Detect Apacheatlas Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stackstorm_language":{"post":{"summary":"Find Stackstorm Language","description":"POST /v1/text/find_stackstorm_language — Find stackstorm language.","operationId":"find_stackstorm_language_v1_text_find_stackstorm_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC719StackstormReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stackstorm Language V1 Text Find Stackstorm Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rundeck_language":{"post":{"summary":"Detect Rundeck Language","description":"POST /v1/text/detect_rundeck_language — Detect rundeck language.","operationId":"detect_rundeck_language_v1_text_detect_rundeck_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC719RundeckReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rundeck Language V1 Text Detect Rundeck Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_awx_language":{"post":{"summary":"Find Awx Language","description":"POST /v1/text/find_awx_language — Find awx language.","operationId":"find_awx_language_v1_text_find_awx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC719AwxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Awx Language V1 Text Find Awx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_semaphore_language":{"post":{"summary":"Detect Semaphore Language","description":"POST /v1/text/detect_semaphore_language — Detect semaphore language.","operationId":"detect_semaphore_language_v1_text_detect_semaphore_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC719SemaphoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Semaphore Language V1 Text Detect Semaphore Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_netbox_language":{"post":{"summary":"Find Netbox Language","description":"POST /v1/text/find_netbox_language — Find netbox language.","operationId":"find_netbox_language_v1_text_find_netbox_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC720NetboxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Netbox Language V1 Text Find Netbox Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nautobot_language":{"post":{"summary":"Detect Nautobot Language","description":"POST /v1/text/detect_nautobot_language — Detect nautobot language.","operationId":"detect_nautobot_language_v1_text_detect_nautobot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC720NautobotReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nautobot Language V1 Text Detect Nautobot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_phpipam_language":{"post":{"summary":"Find Phpipam Language","description":"POST /v1/text/find_phpipam_language — Find phpipam language.","operationId":"find_phpipam_language_v1_text_find_phpipam_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC720PhpipamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Phpipam Language V1 Text Find Phpipam Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_librenms_language":{"post":{"summary":"Detect Librenms Language","description":"POST /v1/text/detect_librenms_language — Detect librenms language.","operationId":"detect_librenms_language_v1_text_detect_librenms_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC720LibrenmsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Librenms Language V1 Text Detect Librenms Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nagios_language":{"post":{"summary":"Find Nagios Language","description":"POST /v1/text/find_nagios_language — Find nagios language.","operationId":"find_nagios_language_v1_text_find_nagios_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC721NagiosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nagios Language V1 Text Find Nagios Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_checkmk_language":{"post":{"summary":"Detect Checkmk Language","description":"POST /v1/text/detect_checkmk_language — Detect checkmk language.","operationId":"detect_checkmk_language_v1_text_detect_checkmk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC721CheckmkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Checkmk Language V1 Text Detect Checkmk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_opennms_language":{"post":{"summary":"Find Opennms Language","description":"POST /v1/text/find_opennms_language — Find opennms language.","operationId":"find_opennms_language_v1_text_find_opennms_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC721OpennmsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Opennms Language V1 Text Find Opennms Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zenoss_language":{"post":{"summary":"Detect Zenoss Language","description":"POST /v1/text/detect_zenoss_language — Detect zenoss language.","operationId":"detect_zenoss_language_v1_text_detect_zenoss_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC721ZenossReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zenoss Language V1 Text Detect Zenoss Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_uptimekuma_language":{"post":{"summary":"Find Uptimekuma Language","description":"POST /v1/text/find_uptimekuma_language — Find uptimekuma language.","operationId":"find_uptimekuma_language_v1_text_find_uptimekuma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC722UptimekumaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Uptimekuma Language V1 Text Find Uptimekuma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gatus_language":{"post":{"summary":"Detect Gatus Language","description":"POST /v1/text/detect_gatus_language — Detect gatus language.","operationId":"detect_gatus_language_v1_text_detect_gatus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC722GatusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gatus Language V1 Text Detect Gatus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_statuscake_language":{"post":{"summary":"Find Statuscake Language","description":"POST /v1/text/find_statuscake_language — Find statuscake language.","operationId":"find_statuscake_language_v1_text_find_statuscake_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC722StatuscakeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Statuscake Language V1 Text Find Statuscake Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_freshping_language":{"post":{"summary":"Detect Freshping Language","description":"POST /v1/text/detect_freshping_language — Detect freshping language.","operationId":"detect_freshping_language_v1_text_detect_freshping_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC722FreshpingReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Freshping Language V1 Text Detect Freshping Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sumologic_language":{"post":{"summary":"Find Sumologic Language","description":"POST /v1/text/find_sumologic_language — Find sumologic language.","operationId":"find_sumologic_language_v1_text_find_sumologic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC723SumologicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sumologic Language V1 Text Find Sumologic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_loggly_language":{"post":{"summary":"Detect Loggly Language","description":"POST /v1/text/detect_loggly_language — Detect loggly language.","operationId":"detect_loggly_language_v1_text_detect_loggly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC723LogglyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Loggly Language V1 Text Detect Loggly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_papertrail_language":{"post":{"summary":"Find Papertrail Language","description":"POST /v1/text/find_papertrail_language — Find papertrail language.","operationId":"find_papertrail_language_v1_text_find_papertrail_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC723PapertrailReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Papertrail Language V1 Text Find Papertrail Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mezmo_language":{"post":{"summary":"Detect Mezmo Language","description":"POST /v1/text/detect_mezmo_language — Detect mezmo language.","operationId":"detect_mezmo_language_v1_text_detect_mezmo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC723MezmoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mezmo Language V1 Text Detect Mezmo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_airbrake_language":{"post":{"summary":"Find Airbrake Language","description":"POST /v1/text/find_airbrake_language — Find airbrake language.","operationId":"find_airbrake_language_v1_text_find_airbrake_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC724AirbrakeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Airbrake Language V1 Text Find Airbrake Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_raygun_language":{"post":{"summary":"Detect Raygun Language","description":"POST /v1/text/detect_raygun_language — Detect raygun language.","operationId":"detect_raygun_language_v1_text_detect_raygun_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC724RaygunReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Raygun Language V1 Text Detect Raygun Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_logfire_language":{"post":{"summary":"Find Logfire Language","description":"POST /v1/text/find_logfire_language — Find logfire language.","operationId":"find_logfire_language_v1_text_find_logfire_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC724LogfireReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Logfire Language V1 Text Find Logfire Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_highlight_language":{"post":{"summary":"Detect Highlight Language","description":"POST /v1/text/detect_highlight_language — Detect highlight language.","operationId":"detect_highlight_language_v1_text_detect_highlight_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC724HighlightReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Highlight Language V1 Text Detect Highlight Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tyk_language":{"post":{"summary":"Find Tyk Language","description":"POST /v1/text/find_tyk_language — Find tyk language.","operationId":"find_tyk_language_v1_text_find_tyk_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC725TykReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tyk Language V1 Text Find Tyk Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_apigee_language":{"post":{"summary":"Detect Apigee Language","description":"POST /v1/text/detect_apigee_language — Detect apigee language.","operationId":"detect_apigee_language_v1_text_detect_apigee_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC725ApigeeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Apigee Language V1 Text Detect Apigee Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zuplo_language":{"post":{"summary":"Find Zuplo Language","description":"POST /v1/text/find_zuplo_language — Find zuplo language.","operationId":"find_zuplo_language_v1_text_find_zuplo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC725ZuploReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zuplo Language V1 Text Find Zuplo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_haproxy_language":{"post":{"summary":"Detect Haproxy Language","description":"POST /v1/text/detect_haproxy_language — Detect haproxy language.","operationId":"detect_haproxy_language_v1_text_detect_haproxy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC725HaproxyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Haproxy Language V1 Text Detect Haproxy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dbeaver_language":{"post":{"summary":"Find Dbeaver Language","description":"POST /v1/text/find_dbeaver_language — Find dbeaver language.","operationId":"find_dbeaver_language_v1_text_find_dbeaver_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC726DbeaverReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dbeaver Language V1 Text Find Dbeaver Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tableplus_language":{"post":{"summary":"Detect Tableplus Language","description":"POST /v1/text/detect_tableplus_language — Detect tableplus language.","operationId":"detect_tableplus_language_v1_text_detect_tableplus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC726TableplusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tableplus Language V1 Text Detect Tableplus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_beekeeper_language":{"post":{"summary":"Find Beekeeper Language","description":"POST /v1/text/find_beekeeper_language — Find beekeeper language.","operationId":"find_beekeeper_language_v1_text_find_beekeeper_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC726BeekeeperReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Beekeeper Language V1 Text Find Beekeeper Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dbgate_language":{"post":{"summary":"Detect Dbgate Language","description":"POST /v1/text/detect_dbgate_language — Detect dbgate language.","operationId":"detect_dbgate_language_v1_text_detect_dbgate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC726DbgateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dbgate Language V1 Text Detect Dbgate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_redpanda_language":{"post":{"summary":"Find Redpanda Language","description":"POST /v1/text/find_redpanda_language — Find redpanda language.","operationId":"find_redpanda_language_v1_text_find_redpanda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC727RedpandaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Redpanda Language V1 Text Find Redpanda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_risingwave_language":{"post":{"summary":"Detect Risingwave Language","description":"POST /v1/text/detect_risingwave_language — Detect risingwave language.","operationId":"detect_risingwave_language_v1_text_detect_risingwave_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC727RisingwaveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Risingwave Language V1 Text Detect Risingwave Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_materialize_language":{"post":{"summary":"Find Materialize Language","description":"POST /v1/text/find_materialize_language — Find materialize language.","operationId":"find_materialize_language_v1_text_find_materialize_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC727MaterializeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Materialize Language V1 Text Find Materialize Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_meltano_language":{"post":{"summary":"Detect Meltano Language","description":"POST /v1/text/detect_meltano_language — Detect meltano language.","operationId":"detect_meltano_language_v1_text_detect_meltano_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC727MeltanoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Meltano Language V1 Text Detect Meltano Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_braze_language":{"post":{"summary":"Find Braze Language","description":"POST /v1/text/find_braze_language — Find braze language.","operationId":"find_braze_language_v1_text_find_braze_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC728BrazeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Braze Language V1 Text Find Braze Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_klaviyo_language":{"post":{"summary":"Detect Klaviyo Language","description":"POST /v1/text/detect_klaviyo_language — Detect klaviyo language.","operationId":"detect_klaviyo_language_v1_text_detect_klaviyo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC728KlaviyoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Klaviyo Language V1 Text Detect Klaviyo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_customerio_language":{"post":{"summary":"Find Customerio Language","description":"POST /v1/text/find_customerio_language — Find customerio language.","operationId":"find_customerio_language_v1_text_find_customerio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC728CustomerioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Customerio Language V1 Text Find Customerio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hightouch_language":{"post":{"summary":"Detect Hightouch Language","description":"POST /v1/text/detect_hightouch_language — Detect hightouch language.","operationId":"detect_hightouch_language_v1_text_detect_hightouch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC728HightouchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hightouch Language V1 Text Detect Hightouch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lightdash_language":{"post":{"summary":"Find Lightdash Language","description":"POST /v1/text/find_lightdash_language — Find lightdash language.","operationId":"find_lightdash_language_v1_text_find_lightdash_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC729LightdashReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lightdash Language V1 Text Find Lightdash Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_grafbase_language":{"post":{"summary":"Detect Grafbase Language","description":"POST /v1/text/detect_grafbase_language — Detect grafbase language.","operationId":"detect_grafbase_language_v1_text_detect_grafbase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC729GrafbaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Grafbase Language V1 Text Detect Grafbase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sigma_language":{"post":{"summary":"Find Sigma Language","description":"POST /v1/text/find_sigma_language — Find sigma language.","operationId":"find_sigma_language_v1_text_find_sigma_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC729SigmaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sigma Language V1 Text Find Sigma Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_mode_language":{"post":{"summary":"Detect Mode Language","description":"POST /v1/text/detect_mode_language — Detect mode language.","operationId":"detect_mode_language_v1_text_detect_mode_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC729ModeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Mode Language V1 Text Detect Mode Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vonage_language":{"post":{"summary":"Find Vonage Language","description":"POST /v1/text/find_vonage_language — Find vonage language.","operationId":"find_vonage_language_v1_text_find_vonage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC730VonageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vonage Language V1 Text Find Vonage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_telnyx_language":{"post":{"summary":"Detect Telnyx Language","description":"POST /v1/text/detect_telnyx_language — Detect telnyx language.","operationId":"detect_telnyx_language_v1_text_detect_telnyx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC730TelnyxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Telnyx Language V1 Text Detect Telnyx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_sinch_language":{"post":{"summary":"Find Sinch Language","description":"POST /v1/text/find_sinch_language — Find sinch language.","operationId":"find_sinch_language_v1_text_find_sinch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC730SinchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Sinch Language V1 Text Find Sinch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_messagebird_language":{"post":{"summary":"Detect Messagebird Language","description":"POST /v1/text/detect_messagebird_language — Detect messagebird language.","operationId":"detect_messagebird_language_v1_text_detect_messagebird_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC730MessagebirdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Messagebird Language V1 Text Detect Messagebird Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_apachedoris_language":{"post":{"summary":"Find Apachedoris Language","description":"POST /v1/text/find_apachedoris_language — Find apachedoris language.","operationId":"find_apachedoris_language_v1_text_find_apachedoris_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC731ApachedorisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Apachedoris Language V1 Text Find Apachedoris Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_starrocks_language":{"post":{"summary":"Detect Starrocks Language","description":"POST /v1/text/detect_starrocks_language — Detect starrocks language.","operationId":"detect_starrocks_language_v1_text_detect_starrocks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC731StarrocksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Starrocks Language V1 Text Detect Starrocks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_databend_language":{"post":{"summary":"Find Databend Language","description":"POST /v1/text/find_databend_language — Find databend language.","operationId":"find_databend_language_v1_text_find_databend_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC731DatabendReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Databend Language V1 Text Find Databend Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_timeplus_language":{"post":{"summary":"Detect Timeplus Language","description":"POST /v1/text/detect_timeplus_language — Detect timeplus language.","operationId":"detect_timeplus_language_v1_text_detect_timeplus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC731TimeplusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Timeplus Language V1 Text Detect Timeplus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_plane_language":{"post":{"summary":"Find Plane Language","description":"POST /v1/text/find_plane_language — Find plane language.","operationId":"find_plane_language_v1_text_find_plane_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC732PlaneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Plane Language V1 Text Find Plane Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_huly_language":{"post":{"summary":"Detect Huly Language","description":"POST /v1/text/detect_huly_language — Detect huly language.","operationId":"detect_huly_language_v1_text_detect_huly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC732HulyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Huly Language V1 Text Detect Huly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vikunja_language":{"post":{"summary":"Find Vikunja Language","description":"POST /v1/text/find_vikunja_language — Find vikunja language.","operationId":"find_vikunja_language_v1_text_find_vikunja_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC732VikunjaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vikunja Language V1 Text Find Vikunja Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_focalboard_language":{"post":{"summary":"Detect Focalboard Language","description":"POST /v1/text/detect_focalboard_language — Detect focalboard language.","operationId":"detect_focalboard_language_v1_text_detect_focalboard_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC732FocalboardReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Focalboard Language V1 Text Detect Focalboard Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gerrit_language":{"post":{"summary":"Find Gerrit Language","description":"POST /v1/text/find_gerrit_language — Find gerrit language.","operationId":"find_gerrit_language_v1_text_find_gerrit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC733GerritReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gerrit Language V1 Text Find Gerrit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_phabricator_language":{"post":{"summary":"Detect Phabricator Language","description":"POST /v1/text/detect_phabricator_language — Detect phabricator language.","operationId":"detect_phabricator_language_v1_text_detect_phabricator_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC733PhabricatorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Phabricator Language V1 Text Detect Phabricator Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_crucible_language":{"post":{"summary":"Find Crucible Language","description":"POST /v1/text/find_crucible_language — Find crucible language.","operationId":"find_crucible_language_v1_text_find_crucible_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC733CrucibleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Crucible Language V1 Text Find Crucible Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_reviewboard_language":{"post":{"summary":"Detect Reviewboard Language","description":"POST /v1/text/detect_reviewboard_language — Detect reviewboard language.","operationId":"detect_reviewboard_language_v1_text_detect_reviewboard_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC733ReviewboardReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Reviewboard Language V1 Text Detect Reviewboard Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kamal_language":{"post":{"summary":"Find Kamal Language","description":"POST /v1/text/find_kamal_language — Find kamal language.","operationId":"find_kamal_language_v1_text_find_kamal_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC734KamalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kamal Language V1 Text Find Kamal Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_foreman_language":{"post":{"summary":"Detect Foreman Language","description":"POST /v1/text/detect_foreman_language — Detect foreman language.","operationId":"detect_foreman_language_v1_text_detect_foreman_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC734ForemanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Foreman Language V1 Text Detect Foreman Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_maas_language":{"post":{"summary":"Find Maas Language","description":"POST /v1/text/find_maas_language — Find maas language.","operationId":"find_maas_language_v1_text_find_maas_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC734MaasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Maas Language V1 Text Find Maas Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cobbler_language":{"post":{"summary":"Detect Cobbler Language","description":"POST /v1/text/detect_cobbler_language — Detect cobbler language.","operationId":"detect_cobbler_language_v1_text_detect_cobbler_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC734CobblerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cobbler Language V1 Text Detect Cobbler Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_crisp_language":{"post":{"summary":"Find Crisp Language","description":"POST /v1/text/find_crisp_language — Find crisp language.","operationId":"find_crisp_language_v1_text_find_crisp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC735CrispReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Crisp Language V1 Text Find Crisp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_chatwoot_language":{"post":{"summary":"Detect Chatwoot Language","description":"POST /v1/text/detect_chatwoot_language — Detect chatwoot language.","operationId":"detect_chatwoot_language_v1_text_detect_chatwoot_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC735ChatwootReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Chatwoot Language V1 Text Detect Chatwoot Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tidio_language":{"post":{"summary":"Find Tidio Language","description":"POST /v1/text/find_tidio_language — Find tidio language.","operationId":"find_tidio_language_v1_text_find_tidio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC735TidioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tidio Language V1 Text Find Tidio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gorgias_language":{"post":{"summary":"Detect Gorgias Language","description":"POST /v1/text/detect_gorgias_language — Detect gorgias language.","operationId":"detect_gorgias_language_v1_text_detect_gorgias_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC735GorgiasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gorgias Language V1 Text Detect Gorgias Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_valkey_language":{"post":{"summary":"Find Valkey Language","description":"POST /v1/text/find_valkey_language — Find valkey language.","operationId":"find_valkey_language_v1_text_find_valkey_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC736ValkeyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Valkey Language V1 Text Find Valkey Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_dragonflydb_language":{"post":{"summary":"Detect Dragonflydb Language","description":"POST /v1/text/detect_dragonflydb_language — Detect dragonflydb language.","operationId":"detect_dragonflydb_language_v1_text_detect_dragonflydb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC736DragonflyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Dragonflydb Language V1 Text Detect Dragonflydb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kvrocks_language":{"post":{"summary":"Find Kvrocks Language","description":"POST /v1/text/find_kvrocks_language — Find kvrocks language.","operationId":"find_kvrocks_language_v1_text_find_kvrocks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC736KvrocksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kvrocks Language V1 Text Find Kvrocks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openobserve_language":{"post":{"summary":"Detect Openobserve Language","description":"POST /v1/text/detect_openobserve_language — Detect openobserve language.","operationId":"detect_openobserve_language_v1_text_detect_openobserve_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC736OpenobserveReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openobserve Language V1 Text Detect Openobserve Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_backstage_language":{"post":{"summary":"Find Backstage Language","description":"POST /v1/text/find_backstage_language — Find backstage language.","operationId":"find_backstage_language_v1_text_find_backstage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC737BackstageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Backstage Language V1 Text Find Backstage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_opslevel_language":{"post":{"summary":"Detect Opslevel Language","description":"POST /v1/text/detect_opslevel_language — Detect opslevel language.","operationId":"detect_opslevel_language_v1_text_detect_opslevel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC737OpslevReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Opslevel Language V1 Text Detect Opslevel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stoplight_language":{"post":{"summary":"Find Stoplight Language","description":"POST /v1/text/find_stoplight_language — Find stoplight language.","operationId":"find_stoplight_language_v1_text_find_stoplight_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC737StoplightReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stoplight Language V1 Text Find Stoplight Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_redocly_language":{"post":{"summary":"Detect Redocly Language","description":"POST /v1/text/detect_redocly_language — Detect redocly language.","operationId":"detect_redocly_language_v1_text_detect_redocly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC737RedoclyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Redocly Language V1 Text Detect Redocly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mailjet_language":{"post":{"summary":"Find Mailjet Language","description":"POST /v1/text/find_mailjet_language — Find mailjet language.","operationId":"find_mailjet_language_v1_text_find_mailjet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC738MailjetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mailjet Language V1 Text Find Mailjet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_convertkit_language":{"post":{"summary":"Detect Convertkit Language","description":"POST /v1/text/detect_convertkit_language — Detect convertkit language.","operationId":"detect_convertkit_language_v1_text_detect_convertkit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC738ConvertkitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Convertkit Language V1 Text Detect Convertkit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_beehiiv_language":{"post":{"summary":"Find Beehiiv Language","description":"POST /v1/text/find_beehiiv_language — Find beehiiv language.","operationId":"find_beehiiv_language_v1_text_find_beehiiv_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC738BeehiivReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Beehiiv Language V1 Text Find Beehiiv Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_buttondown_language":{"post":{"summary":"Detect Buttondown Language","description":"POST /v1/text/detect_buttondown_language — Detect buttondown language.","operationId":"detect_buttondown_language_v1_text_detect_buttondown_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC738ButtondownReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Buttondown Language V1 Text Detect Buttondown Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_retool_language":{"post":{"summary":"Find Retool Language","description":"POST /v1/text/find_retool_language — Find retool language.","operationId":"find_retool_language_v1_text_find_retool_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC739RetoolReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Retool Language V1 Text Find Retool Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_appsmith_language":{"post":{"summary":"Detect Appsmith Language","description":"POST /v1/text/detect_appsmith_language — Detect appsmith language.","operationId":"detect_appsmith_language_v1_text_detect_appsmith_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC739AppsmithReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Appsmith Language V1 Text Detect Appsmith Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_budibase_language":{"post":{"summary":"Find Budibase Language","description":"POST /v1/text/find_budibase_language — Find budibase language.","operationId":"find_budibase_language_v1_text_find_budibase_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC739BudibaseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Budibase Language V1 Text Find Budibase Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tooljet_language":{"post":{"summary":"Detect Tooljet Language","description":"POST /v1/text/detect_tooljet_language — Detect tooljet language.","operationId":"detect_tooljet_language_v1_text_detect_tooljet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC739TooljetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tooljet Language V1 Text Detect Tooljet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hoppscotch_language":{"post":{"summary":"Find Hoppscotch Language","description":"POST /v1/text/find_hoppscotch_language — Find hoppscotch language.","operationId":"find_hoppscotch_language_v1_text_find_hoppscotch_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC740HoppscotchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hoppscotch Language V1 Text Find Hoppscotch Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pipedream_language":{"post":{"summary":"Detect Pipedream Language","description":"POST /v1/text/detect_pipedream_language — Detect pipedream language.","operationId":"detect_pipedream_language_v1_text_detect_pipedream_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC740PipedreamReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pipedream Language V1 Text Detect Pipedream Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zapier_language":{"post":{"summary":"Find Zapier Language","description":"POST /v1/text/find_zapier_language — Find zapier language.","operationId":"find_zapier_language_v1_text_find_zapier_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC740ZapierReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zapier Language V1 Text Find Zapier Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_make_language":{"post":{"summary":"Detect Make Language","description":"POST /v1/text/detect_make_language — Detect make language.","operationId":"detect_make_language_v1_text_detect_make_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC740MakeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Make Language V1 Text Detect Make Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloudability_language":{"post":{"summary":"Find Cloudability Language","description":"POST /v1/text/find_cloudability_language — Find cloudability language.","operationId":"find_cloudability_language_v1_text_find_cloudability_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC741CloudabilityReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloudability Language V1 Text Find Cloudability Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudzero_language":{"post":{"summary":"Detect Cloudzero Language","description":"POST /v1/text/detect_cloudzero_language — Detect cloudzero language.","operationId":"detect_cloudzero_language_v1_text_detect_cloudzero_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC741CloudzeroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudzero Language V1 Text Detect Cloudzero Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vantage_language":{"post":{"summary":"Find Vantage Language","description":"POST /v1/text/find_vantage_language — Find vantage language.","operationId":"find_vantage_language_v1_text_find_vantage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC741VantageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vantage Language V1 Text Find Vantage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_spotio_language":{"post":{"summary":"Detect Spotio Language","description":"POST /v1/text/detect_spotio_language — Detect spotio language.","operationId":"detect_spotio_language_v1_text_detect_spotio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC741SpotioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Spotio Language V1 Text Detect Spotio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_atlan_language":{"post":{"summary":"Find Atlan Language","description":"POST /v1/text/find_atlan_language — Find atlan language.","operationId":"find_atlan_language_v1_text_find_atlan_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC742AtlanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Atlan Language V1 Text Find Atlan Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_alation_language":{"post":{"summary":"Detect Alation Language","description":"POST /v1/text/detect_alation_language — Detect alation language.","operationId":"detect_alation_language_v1_text_detect_alation_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC742AlationReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Alation Language V1 Text Detect Alation Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dataplex_language":{"post":{"summary":"Find Dataplex Language","description":"POST /v1/text/find_dataplex_language — Find dataplex language.","operationId":"find_dataplex_language_v1_text_find_dataplex_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC742DataplexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dataplex Language V1 Text Find Dataplex Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_unity_catalog_language":{"post":{"summary":"Detect Unity Catalog Language","description":"POST /v1/text/detect_unity_catalog_language — Detect unity catalog language.","operationId":"detect_unity_catalog_language_v1_text_detect_unity_catalog_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC742UnityCatalogReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Unity Catalog Language V1 Text Detect Unity Catalog Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_plausible_language":{"post":{"summary":"Find Plausible Language","description":"POST /v1/text/find_plausible_language — Find plausible language.","operationId":"find_plausible_language_v1_text_find_plausible_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC743PlausibleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Plausible Language V1 Text Find Plausible Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_umami_language":{"post":{"summary":"Detect Umami Language","description":"POST /v1/text/detect_umami_language — Detect umami language.","operationId":"detect_umami_language_v1_text_detect_umami_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC743UmamiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Umami Language V1 Text Detect Umami Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_fathom_language":{"post":{"summary":"Find Fathom Language","description":"POST /v1/text/find_fathom_language — Find fathom language.","operationId":"find_fathom_language_v1_text_find_fathom_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC743FathomReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Fathom Language V1 Text Find Fathom Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_matomo_language":{"post":{"summary":"Detect Matomo Language","description":"POST /v1/text/detect_matomo_language — Detect matomo language.","operationId":"detect_matomo_language_v1_text_detect_matomo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC743MatomoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Matomo Language V1 Text Detect Matomo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_scalar_language":{"post":{"summary":"Find Scalar Language","description":"POST /v1/text/find_scalar_language — Find scalar language.","operationId":"find_scalar_language_v1_text_find_scalar_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC744ScalarReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Scalar Language V1 Text Find Scalar Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_readme_language":{"post":{"summary":"Detect Readme Language","description":"POST /v1/text/detect_readme_language — Detect readme language.","operationId":"detect_readme_language_v1_text_detect_readme_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC744ReadmeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Readme Language V1 Text Detect Readme Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_developerhub_language":{"post":{"summary":"Find Developerhub Language","description":"POST /v1/text/find_developerhub_language — Find developerhub language.","operationId":"find_developerhub_language_v1_text_find_developerhub_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC744DeveloperHubReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Developerhub Language V1 Text Find Developerhub Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_theneo_language":{"post":{"summary":"Detect Theneo Language","description":"POST /v1/text/detect_theneo_language — Detect theneo language.","operationId":"detect_theneo_language_v1_text_detect_theneo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC744TheneoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Theneo Language V1 Text Detect Theneo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_onepassword_secrets_language":{"post":{"summary":"Find Onepassword Secrets Language","description":"POST /v1/text/find_onepassword_secrets_language — Find onepassword secrets language.","operationId":"find_onepassword_secrets_language_v1_text_find_onepassword_secrets_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC745OnepasswordSecretsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Onepassword Secrets Language V1 Text Find Onepassword Secrets Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_akeyless_language":{"post":{"summary":"Detect Akeyless Language","description":"POST /v1/text/detect_akeyless_language — Detect akeyless language.","operationId":"detect_akeyless_language_v1_text_detect_akeyless_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC745AkeylessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Akeyless Language V1 Text Detect Akeyless Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_bitwarden_secrets_language":{"post":{"summary":"Find Bitwarden Secrets Language","description":"POST /v1/text/find_bitwarden_secrets_language — Find bitwarden secrets language.","operationId":"find_bitwarden_secrets_language_v1_text_find_bitwarden_secrets_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC745BitwardenSecretsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Bitwarden Secrets Language V1 Text Find Bitwarden Secrets Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cyberark_language":{"post":{"summary":"Detect Cyberark Language","description":"POST /v1/text/detect_cyberark_language — Detect cyberark language.","operationId":"detect_cyberark_language_v1_text_detect_cyberark_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC745CyberArkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cyberark Language V1 Text Detect Cyberark Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_harbor_language":{"post":{"summary":"Find Harbor Language","description":"POST /v1/text/find_harbor_language — Find harbor language.","operationId":"find_harbor_language_v1_text_find_harbor_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC746HarborReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Harbor Language V1 Text Find Harbor Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_quay_language":{"post":{"summary":"Detect Quay Language","description":"POST /v1/text/detect_quay_language — Detect quay language.","operationId":"detect_quay_language_v1_text_detect_quay_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC746QuayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Quay Language V1 Text Detect Quay Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_artifactory_language":{"post":{"summary":"Find Artifactory Language","description":"POST /v1/text/find_artifactory_language — Find artifactory language.","operationId":"find_artifactory_language_v1_text_find_artifactory_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC746ArtifactoryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Artifactory Language V1 Text Find Artifactory Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nexus_language":{"post":{"summary":"Detect Nexus Language","description":"POST /v1/text/detect_nexus_language — Detect nexus language.","operationId":"detect_nexus_language_v1_text_detect_nexus_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC746NexusReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nexus Language V1 Text Detect Nexus Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_debezium_language":{"post":{"summary":"Find Debezium Language","operationId":"find_debezium_language_v1_text_find_debezium_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC747DebeziumReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Debezium Language V1 Text Find Debezium Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_maxwell_language":{"post":{"summary":"Detect Maxwell Language","operationId":"detect_maxwell_language_v1_text_detect_maxwell_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC747MaxwellReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Maxwell Language V1 Text Detect Maxwell Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_estuary_language":{"post":{"summary":"Find Estuary Language","operationId":"find_estuary_language_v1_text_find_estuary_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC747EstuaryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Estuary Language V1 Text Find Estuary Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_peerdb_language":{"post":{"summary":"Detect Peerdb Language","operationId":"detect_peerdb_language_v1_text_detect_peerdb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC747PeerDBReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Peerdb Language V1 Text Detect Peerdb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_arroyo_language":{"post":{"summary":"Find Arroyo Language","operationId":"find_arroyo_language_v1_text_find_arroyo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC748ArroyoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Arroyo Language V1 Text Find Arroyo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bytewax_language":{"post":{"summary":"Detect Bytewax Language","operationId":"detect_bytewax_language_v1_text_detect_bytewax_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC748BytewaxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bytewax Language V1 Text Detect Bytewax Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_quix_streams_language":{"post":{"summary":"Find Quix Streams Language","operationId":"find_quix_streams_language_v1_text_find_quix_streams_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC748QuixStreamsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Quix Streams Language V1 Text Find Quix Streams Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pathway_language":{"post":{"summary":"Detect Pathway Language","operationId":"detect_pathway_language_v1_text_detect_pathway_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC748PathwayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pathway Language V1 Text Detect Pathway Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_soda_language":{"post":{"summary":"Find Soda Language","operationId":"find_soda_language_v1_text_find_soda_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC749SodaCoreReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Soda Language V1 Text Find Soda Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pandera_language":{"post":{"summary":"Detect Pandera Language","operationId":"detect_pandera_language_v1_text_detect_pandera_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC749PanderaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pandera Language V1 Text Detect Pandera Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dbt_test_language":{"post":{"summary":"Find Dbt Test Language","operationId":"find_dbt_test_language_v1_text_find_dbt_test_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC749DbtTestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dbt Test Language V1 Text Find Dbt Test Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_montecarlo_language":{"post":{"summary":"Detect Montecarlo Language","operationId":"detect_montecarlo_language_v1_text_detect_montecarlo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC749MonteCarlodataReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Montecarlo Language V1 Text Detect Montecarlo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kserve_language":{"post":{"summary":"Find Kserve Language","operationId":"find_kserve_language_v1_text_find_kserve_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC750KServeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kserve Language V1 Text Find Kserve Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ray_serve_language":{"post":{"summary":"Detect Ray Serve Language","operationId":"detect_ray_serve_language_v1_text_detect_ray_serve_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC750RayServeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ray Serve Language V1 Text Detect Ray Serve Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_triton_language":{"post":{"summary":"Find Triton Language","operationId":"find_triton_language_v1_text_find_triton_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC750TritonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Triton Language V1 Text Find Triton Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_torchserve_language":{"post":{"summary":"Detect Torchserve Language","operationId":"detect_torchserve_language_v1_text_detect_torchserve_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC750TorchServeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Torchserve Language V1 Text Detect Torchserve Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stagehand_language":{"post":{"summary":"Find Stagehand Language","operationId":"find_stagehand_language_v1_text_find_stagehand_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC751StagehandReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stagehand Language V1 Text Find Stagehand Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_agentkit_language":{"post":{"summary":"Detect Agentkit Language","operationId":"detect_agentkit_language_v1_text_detect_agentkit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC751AgentKitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Agentkit Language V1 Text Detect Agentkit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_phidata_language":{"post":{"summary":"Find Phidata Language","operationId":"find_phidata_language_v1_text_find_phidata_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC751PhidataReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Phidata Language V1 Text Find Phidata Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_letta_language":{"post":{"summary":"Detect Letta Language","operationId":"detect_letta_language_v1_text_detect_letta_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC751LettaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Letta Language V1 Text Detect Letta Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_smolagents_language":{"post":{"summary":"Find Smolagents Language","operationId":"find_smolagents_language_v1_text_find_smolagents_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC752SmolagentsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Smolagents Language V1 Text Find Smolagents Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_magentic_one_language":{"post":{"summary":"Detect Magentic One Language","operationId":"detect_magentic_one_language_v1_text_detect_magentic_one_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC752MagenticOneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Magentic One Language V1 Text Detect Magentic One Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_controlflow_language":{"post":{"summary":"Find Controlflow Language","operationId":"find_controlflow_language_v1_text_find_controlflow_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC752ControlFlowReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Controlflow Language V1 Text Find Controlflow Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_atomic_agents_language":{"post":{"summary":"Detect Atomic Agents Language","operationId":"detect_atomic_agents_language_v1_text_detect_atomic_agents_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC752AtomicAgentsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Atomic Agents Language V1 Text Detect Atomic Agents Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_langfuse_language":{"post":{"summary":"Find Langfuse Language","operationId":"find_langfuse_language_v1_text_find_langfuse_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC753LangfuseReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Langfuse Language V1 Text Find Langfuse Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_helicone_language":{"post":{"summary":"Detect Helicone Language","operationId":"detect_helicone_language_v1_text_detect_helicone_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC753HeliconeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Helicone Language V1 Text Detect Helicone Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_braintrust_language":{"post":{"summary":"Find Braintrust Language","operationId":"find_braintrust_language_v1_text_find_braintrust_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC753BraintrustReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Braintrust Language V1 Text Find Braintrust Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_opik_language":{"post":{"summary":"Detect Opik Language","operationId":"detect_opik_language_v1_text_detect_opik_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC753OpikReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Opik Language V1 Text Detect Opik Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_localai_language":{"post":{"summary":"Find Localai Language","operationId":"find_localai_language_v1_text_find_localai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC754LocalAIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Localai Language V1 Text Find Localai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_openwebui_language":{"post":{"summary":"Detect Openwebui Language","operationId":"detect_openwebui_language_v1_text_detect_openwebui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC754OpenWebUIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Openwebui Language V1 Text Detect Openwebui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jan_ai_language":{"post":{"summary":"Find Jan Ai Language","operationId":"find_jan_ai_language_v1_text_find_jan_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC754JanAIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jan Ai Language V1 Text Find Jan Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tabbyml_language":{"post":{"summary":"Detect Tabbyml Language","operationId":"detect_tabbyml_language_v1_text_detect_tabbyml_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC754TabbyMLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tabbyml Language V1 Text Detect Tabbyml Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mockoon_language":{"post":{"summary":"Find Mockoon Language","operationId":"find_mockoon_language_v1_text_find_mockoon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC755MockoonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mockoon Language V1 Text Find Mockoon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_spectral_language":{"post":{"summary":"Detect Spectral Language","operationId":"detect_spectral_language_v1_text_detect_spectral_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC755SpectralReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Spectral Language V1 Text Detect Spectral Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_portman_language":{"post":{"summary":"Find Portman Language","operationId":"find_portman_language_v1_text_find_portman_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC755PortmanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Portman Language V1 Text Find Portman Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vacuum_language":{"post":{"summary":"Detect Vacuum Language","operationId":"detect_vacuum_language_v1_text_detect_vacuum_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC755VacuumReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vacuum Language V1 Text Detect Vacuum Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_typegraphql_language":{"post":{"summary":"Find Typegraphql Language","operationId":"find_typegraphql_language_v1_text_find_typegraphql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC756TypeGraphQLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Typegraphql Language V1 Text Find Typegraphql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nexus_graphql_language":{"post":{"summary":"Detect Nexus Graphql Language","operationId":"detect_nexus_graphql_language_v1_text_detect_nexus_graphql_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC756NexusGraphQLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nexus Graphql Language V1 Text Detect Nexus Graphql Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gqlgen_language":{"post":{"summary":"Find Gqlgen Language","operationId":"find_gqlgen_language_v1_text_find_gqlgen_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC756GqlgenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gqlgen Language V1 Text Find Gqlgen Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_graffle_language":{"post":{"summary":"Detect Graffle Language","operationId":"detect_graffle_language_v1_text_detect_graffle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC756GraffleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Graffle Language V1 Text Detect Graffle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_courier_language":{"post":{"summary":"Find Courier Language","operationId":"find_courier_language_v1_text_find_courier_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC757CourierReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Courier Language V1 Text Find Courier Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_knock_language":{"post":{"summary":"Detect Knock Language","operationId":"detect_knock_language_v1_text_detect_knock_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC757KnockReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Knock Language V1 Text Detect Knock Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_magicbell_language":{"post":{"summary":"Find Magicbell Language","operationId":"find_magicbell_language_v1_text_find_magicbell_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC757MagicBellReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Magicbell Language V1 Text Find Magicbell Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_suprsend_language":{"post":{"summary":"Detect Suprsend Language","operationId":"detect_suprsend_language_v1_text_detect_suprsend_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC757SuprSendReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Suprsend Language V1 Text Detect Suprsend Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_keystatic_language":{"post":{"summary":"Find Keystatic Language","operationId":"find_keystatic_language_v1_text_find_keystatic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC758KeystaticReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Keystatic Language V1 Text Find Keystatic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_decap_cms_language":{"post":{"summary":"Detect Decap Cms Language","operationId":"detect_decap_cms_language_v1_text_detect_decap_cms_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC758DecapCMSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Decap Cms Language V1 Text Detect Decap Cms Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_statamic_language":{"post":{"summary":"Find Statamic Language","operationId":"find_statamic_language_v1_text_find_statamic_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC758StatamicReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Statamic Language V1 Text Find Statamic Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudcannon_language":{"post":{"summary":"Detect Cloudcannon Language","operationId":"detect_cloudcannon_language_v1_text_detect_cloudcannon_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC758CloudCannonReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudcannon Language V1 Text Detect Cloudcannon Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_eppo_language":{"post":{"summary":"Find Eppo Language","operationId":"find_eppo_language_v1_text_find_eppo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC759EppoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Eppo Language V1 Text Find Eppo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_absmartly_language":{"post":{"summary":"Detect Absmartly Language","operationId":"detect_absmartly_language_v1_text_detect_absmartly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC759ABSmartlyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Absmartly Language V1 Text Detect Absmartly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hypertune_language":{"post":{"summary":"Find Hypertune Language","operationId":"find_hypertune_language_v1_text_find_hypertune_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC759HypertuneReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hypertune Language V1 Text Find Hypertune Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_splitio_language":{"post":{"summary":"Detect Splitio Language","operationId":"detect_splitio_language_v1_text_detect_splitio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC759SplitioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Splitio Language V1 Text Detect Splitio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_evidence_dev_language":{"post":{"summary":"Find Evidence Dev Language","operationId":"find_evidence_dev_language_v1_text_find_evidence_dev_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC760EvidenceDevReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Evidence Dev Language V1 Text Find Evidence Dev Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_observable_framework_language":{"post":{"summary":"Detect Observable Framework Language","operationId":"detect_observable_framework_language_v1_text_detect_observable_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC760ObservableFrameworkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Observable Framework Language V1 Text Detect Observable Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rill_language":{"post":{"summary":"Find Rill Language","operationId":"find_rill_language_v1_text_find_rill_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC760RillReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rill Language V1 Text Find Rill Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cubejs_language":{"post":{"summary":"Detect Cubejs Language","operationId":"detect_cubejs_language_v1_text_detect_cubejs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC760CubeJSReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cubejs Language V1 Text Detect Cubejs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_orval_language":{"post":{"summary":"Find Orval Language","operationId":"find_orval_language_v1_text_find_orval_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC761OrvalReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Orval Language V1 Text Find Orval Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fern_language":{"post":{"summary":"Detect Fern Language","operationId":"detect_fern_language_v1_text_detect_fern_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC761FernReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fern Language V1 Text Detect Fern Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_stainless_language":{"post":{"summary":"Find Stainless Language","operationId":"find_stainless_language_v1_text_find_stainless_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC761StainlessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Stainless Language V1 Text Find Stainless Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hey_api_language":{"post":{"summary":"Detect Hey Api Language","operationId":"detect_hey_api_language_v1_text_detect_hey_api_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC761HeyAPIReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hey Api Language V1 Text Detect Hey Api Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_parca_language":{"post":{"summary":"Find Parca Language","operationId":"find_parca_language_v1_text_find_parca_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC762ParcaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Parca Language V1 Text Find Parca Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_beyla_language":{"post":{"summary":"Detect Beyla Language","operationId":"detect_beyla_language_v1_text_detect_beyla_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC762BeylaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Beyla Language V1 Text Detect Beyla Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_faro_language":{"post":{"summary":"Find Faro Language","operationId":"find_faro_language_v1_text_find_faro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC762FaroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Faro Language V1 Text Find Faro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vector_dev_language":{"post":{"summary":"Detect Vector Dev Language","operationId":"detect_vector_dev_language_v1_text_detect_vector_dev_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC762VectorDevReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vector Dev Language V1 Text Detect Vector Dev Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_wasp_language":{"post":{"summary":"Find Wasp Language","operationId":"find_wasp_language_v1_text_find_wasp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC763WaspReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Wasp Language V1 Text Find Wasp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_replicache_language":{"post":{"summary":"Detect Replicache Language","operationId":"detect_replicache_language_v1_text_detect_replicache_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC763ReplicacheReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Replicache Language V1 Text Detect Replicache Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_jazz_language":{"post":{"summary":"Find Jazz Language","operationId":"find_jazz_language_v1_text_find_jazz_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC763JazzReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Jazz Language V1 Text Find Jazz Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_triplit_language":{"post":{"summary":"Detect Triplit Language","operationId":"detect_triplit_language_v1_text_detect_triplit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC763TriplitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Triplit Language V1 Text Detect Triplit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_brex_language":{"post":{"summary":"Find Brex Language","operationId":"find_brex_language_v1_text_find_brex_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC764BrexReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Brex Language V1 Text Find Brex Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ramp_language":{"post":{"summary":"Detect Ramp Language","operationId":"detect_ramp_language_v1_text_detect_ramp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC764RampReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ramp Language V1 Text Detect Ramp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_lemon_squeezy_language":{"post":{"summary":"Find Lemon Squeezy Language","operationId":"find_lemon_squeezy_language_v1_text_find_lemon_squeezy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC764LemonSqueezyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Lemon Squeezy Language V1 Text Find Lemon Squeezy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_recurly_language":{"post":{"summary":"Detect Recurly Language","operationId":"detect_recurly_language_v1_text_detect_recurly_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC764RecurlyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Recurly Language V1 Text Detect Recurly Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_alertmanager_language":{"post":{"summary":"Find Alertmanager Language","operationId":"find_alertmanager_language_v1_text_find_alertmanager_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC900AlertmanagerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Alertmanager Language V1 Text Find Alertmanager Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_netdata_language":{"post":{"summary":"Detect Netdata Language","operationId":"detect_netdata_language_v1_text_detect_netdata_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC900NetdataReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Netdata Language V1 Text Detect Netdata Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zabbix_language":{"post":{"summary":"Find Zabbix Language","operationId":"find_zabbix_language_v1_text_find_zabbix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC900ZabbixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zabbix Language V1 Text Find Zabbix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nmap_language":{"post":{"summary":"Find Nmap Language","operationId":"find_nmap_language_v1_text_find_nmap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC900NmapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nmap Language V1 Text Find Nmap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nuclei_language":{"post":{"summary":"Find Nuclei Language","operationId":"find_nuclei_language_v1_text_find_nuclei_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC901NucleiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nuclei Language V1 Text Find Nuclei Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ffuf_language":{"post":{"summary":"Detect Ffuf Language","operationId":"detect_ffuf_language_v1_text_detect_ffuf_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC901FfufReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ffuf Language V1 Text Detect Ffuf Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_gobuster_language":{"post":{"summary":"Find Gobuster Language","operationId":"find_gobuster_language_v1_text_find_gobuster_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC901GobusterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Gobuster Language V1 Text Find Gobuster Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_feroxbuster_language":{"post":{"summary":"Detect Feroxbuster Language","operationId":"detect_feroxbuster_language_v1_text_detect_feroxbuster_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC901FeroxbusterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Feroxbuster Language V1 Text Detect Feroxbuster Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_masscan_language":{"post":{"summary":"Detect Masscan Language","operationId":"detect_masscan_language_v1_text_detect_masscan_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC902MasscanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Masscan Language V1 Text Detect Masscan Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rustscan_language":{"post":{"summary":"Find Rustscan Language","operationId":"find_rustscan_language_v1_text_find_rustscan_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC902RustscanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rustscan Language V1 Text Find Rustscan Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nikto_language":{"post":{"summary":"Detect Nikto Language","operationId":"detect_nikto_language_v1_text_detect_nikto_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC902NiktoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nikto Language V1 Text Detect Nikto Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hydra_language":{"post":{"summary":"Find Hydra Language","operationId":"find_hydra_language_v1_text_find_hydra_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC902HydraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hydra Language V1 Text Find Hydra Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_john_language":{"post":{"summary":"Detect John Language","operationId":"detect_john_language_v1_text_detect_john_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC903JohnReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect John Language V1 Text Detect John Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hashcat_language":{"post":{"summary":"Find Hashcat Language","operationId":"find_hashcat_language_v1_text_find_hashcat_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC903HashcatReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hashcat Language V1 Text Find Hashcat Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sqlmap_language":{"post":{"summary":"Detect Sqlmap Language","operationId":"detect_sqlmap_language_v1_text_detect_sqlmap_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC903SqlmapReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sqlmap Language V1 Text Detect Sqlmap Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_snapcraft_language":{"post":{"summary":"Find Snapcraft Language","operationId":"find_snapcraft_language_v1_text_find_snapcraft_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC903SnapcraftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Snapcraft Language V1 Text Find Snapcraft Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flatpak_language":{"post":{"summary":"Detect Flatpak Language","operationId":"detect_flatpak_language_v1_text_detect_flatpak_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC904FlatpakReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flatpak Language V1 Text Detect Flatpak Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_appimage_language":{"post":{"summary":"Find Appimage Language","operationId":"find_appimage_language_v1_text_find_appimage_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC904AppimageReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Appimage Language V1 Text Find Appimage Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_pacman_language":{"post":{"summary":"Detect Pacman Language","operationId":"detect_pacman_language_v1_text_detect_pacman_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC904PacmanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Pacman Language V1 Text Detect Pacman Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_chocolatey_language":{"post":{"summary":"Find Chocolatey Language","operationId":"find_chocolatey_language_v1_text_find_chocolatey_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC904ChocolateyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Chocolatey Language V1 Text Find Chocolatey Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_winget_language":{"post":{"summary":"Detect Winget Language","operationId":"detect_winget_language_v1_text_detect_winget_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC905WingetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Winget Language V1 Text Detect Winget Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_scoop_language":{"post":{"summary":"Find Scoop Language","operationId":"find_scoop_language_v1_text_find_scoop_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC905ScoopReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Scoop Language V1 Text Find Scoop Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_homebrew_language":{"post":{"summary":"Detect Homebrew Language","operationId":"detect_homebrew_language_v1_text_detect_homebrew_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC905HomebrewReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Homebrew Language V1 Text Detect Homebrew Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tinybird_language":{"post":{"summary":"Find Tinybird Language","operationId":"find_tinybird_language_v1_text_find_tinybird_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC765TinybirdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tinybird Language V1 Text Find Tinybird Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_firebolt_language":{"post":{"summary":"Detect Firebolt Language","operationId":"detect_firebolt_language_v1_text_detect_firebolt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC765FireboltReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Firebolt Language V1 Text Detect Firebolt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hydrolix_language":{"post":{"summary":"Find Hydrolix Language","operationId":"find_hydrolix_language_v1_text_find_hydrolix_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC765HydrolixReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hydrolix Language V1 Text Find Hydrolix Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_motherduck_language":{"post":{"summary":"Detect Motherduck Language","operationId":"detect_motherduck_language_v1_text_detect_motherduck_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC765MotherduckReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Motherduck Language V1 Text Detect Motherduck Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hattip_language":{"post":{"summary":"Find Hattip Language","operationId":"find_hattip_language_v1_text_find_hattip_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC766HattipReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hattip Language V1 Text Find Hattip Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_rakkas_language":{"post":{"summary":"Detect Rakkas Language","operationId":"detect_rakkas_language_v1_text_detect_rakkas_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC766RakkasReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Rakkas Language V1 Text Detect Rakkas Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_mitosis_language":{"post":{"summary":"Find Mitosis Language","operationId":"find_mitosis_language_v1_text_find_mitosis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC766MitosisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Mitosis Language V1 Text Find Mitosis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vinxi_language":{"post":{"summary":"Detect Vinxi Language","operationId":"detect_vinxi_language_v1_text_detect_vinxi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC766VinxiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vinxi Language V1 Text Detect Vinxi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flagd_language":{"post":{"summary":"Find Flagd Language","operationId":"find_flagd_language_v1_text_find_flagd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC767FlagdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flagd Language V1 Text Find Flagd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_configcat_language":{"post":{"summary":"Detect Configcat Language","operationId":"detect_configcat_language_v1_text_detect_configcat_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC767ConfigCatReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Configcat Language V1 Text Detect Configcat Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_harness_ff_language":{"post":{"summary":"Find Harness Ff Language","operationId":"find_harness_ff_language_v1_text_find_harness_ff_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC767HarnessFfReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Harness Ff Language V1 Text Find Harness Ff Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vwo_language":{"post":{"summary":"Detect Vwo Language","operationId":"detect_vwo_language_v1_text_detect_vwo_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC767VwoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vwo Language V1 Text Detect Vwo Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_proto_tool_language":{"post":{"summary":"Find Proto Tool Language","operationId":"find_proto_tool_language_v1_text_find_proto_tool_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC768ProtoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Proto Tool Language V1 Text Find Proto Tool Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_devenv_language":{"post":{"summary":"Detect Devenv Language","operationId":"detect_devenv_language_v1_text_detect_devenv_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC768DevenvReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Devenv Language V1 Text Detect Devenv Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pkgx_language":{"post":{"summary":"Find Pkgx Language","operationId":"find_pkgx_language_v1_text_find_pkgx_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC768PkgxReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pkgx Language V1 Text Find Pkgx Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nix_flakes_language":{"post":{"summary":"Detect Nix Flakes Language","operationId":"detect_nix_flakes_language_v1_text_detect_nix_flakes_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC768NixFlakesReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nix Flakes Language V1 Text Detect Nix Flakes Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zitadel_language":{"post":{"summary":"Find Zitadel Language","operationId":"find_zitadel_language_v1_text_find_zitadel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC769ZitadelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zitadel Language V1 Text Find Zitadel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_logto_language":{"post":{"summary":"Detect Logto Language","operationId":"detect_logto_language_v1_text_detect_logto_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC769LogtoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Logto Language V1 Text Detect Logto Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cerbos_language":{"post":{"summary":"Find Cerbos Language","operationId":"find_cerbos_language_v1_text_find_cerbos_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC769CerbosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cerbos Language V1 Text Find Cerbos Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_warrant_language":{"post":{"summary":"Detect Warrant Language","operationId":"detect_warrant_language_v1_text_detect_warrant_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC769WarrantReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Warrant Language V1 Text Detect Warrant Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_vercel_kv_language":{"post":{"summary":"Detect Vercel Kv Language","operationId":"detect_vercel_kv_language_v1_text_detect_vercel_kv_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC770VercelKvReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Vercel Kv Language V1 Text Detect Vercel Kv Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_alloydb_language":{"post":{"summary":"Find Alloydb Language","operationId":"find_alloydb_language_v1_text_find_alloydb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC770AlloydbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Alloydb Language V1 Text Find Alloydb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tidb_cloud_language":{"post":{"summary":"Detect Tidb Cloud Language","operationId":"detect_tidb_cloud_language_v1_text_detect_tidb_cloud_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC770TidbCloudReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tidb Cloud Language V1 Text Detect Tidb Cloud Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_delta_lake_language":{"post":{"summary":"Find Delta Lake Language","operationId":"find_delta_lake_language_v1_text_find_delta_lake_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC771DeltaLakeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Delta Lake Language V1 Text Find Delta Lake Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_iceberg_language":{"post":{"summary":"Detect Iceberg Language","operationId":"detect_iceberg_language_v1_text_detect_iceberg_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC771IcebergReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Iceberg Language V1 Text Detect Iceberg Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hudi_language":{"post":{"summary":"Find Hudi Language","operationId":"find_hudi_language_v1_text_find_hudi_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC771HudiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hudi Language V1 Text Find Hudi Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_starburst_language":{"post":{"summary":"Detect Starburst Language","operationId":"detect_starburst_language_v1_text_detect_starburst_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC771StarburstReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Starburst Language V1 Text Detect Starburst Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_knip_language":{"post":{"summary":"Find Knip Language","operationId":"find_knip_language_v1_text_find_knip_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC772KnipReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Knip Language V1 Text Find Knip Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_publint_language":{"post":{"summary":"Detect Publint Language","operationId":"detect_publint_language_v1_text_detect_publint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC772PublintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Publint Language V1 Text Detect Publint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_attw_language":{"post":{"summary":"Find Attw Language","operationId":"find_attw_language_v1_text_find_attw_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC772AttwReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Attw Language V1 Text Find Attw Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_ts_morph_language":{"post":{"summary":"Detect Ts Morph Language","operationId":"detect_ts_morph_language_v1_text_detect_ts_morph_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC772TsMorphReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Ts Morph Language V1 Text Detect Ts Morph Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_wireguard_language":{"post":{"summary":"Find Wireguard Language","operationId":"find_wireguard_language_v1_text_find_wireguard_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC773WireguardReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Wireguard Language V1 Text Find Wireguard Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_tailscale_language":{"post":{"summary":"Detect Tailscale Language","operationId":"detect_tailscale_language_v1_text_detect_tailscale_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC773TailscaleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Tailscale Language V1 Text Detect Tailscale Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_zerotier_language":{"post":{"summary":"Find Zerotier Language","operationId":"find_zerotier_language_v1_text_find_zerotier_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC773ZerotierReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Zerotier Language V1 Text Find Zerotier Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_headscale_language":{"post":{"summary":"Detect Headscale Language","operationId":"detect_headscale_language_v1_text_detect_headscale_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC773HeadscaleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Headscale Language V1 Text Detect Headscale Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_moonbit_language":{"post":{"summary":"Find Moonbit Language","operationId":"find_moonbit_language_v1_text_find_moonbit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC774MoonbitReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Moonbit Language V1 Text Find Moonbit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_grain_language":{"post":{"summary":"Detect Grain Language","operationId":"detect_grain_language_v1_text_detect_grain_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC774GrainReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Grain Language V1 Text Detect Grain Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_roc_language":{"post":{"summary":"Find Roc Language","operationId":"find_roc_language_v1_text_find_roc_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC774RocReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Roc Language V1 Text Find Roc Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_zig_language":{"post":{"summary":"Detect Zig Language","operationId":"detect_zig_language_v1_text_detect_zig_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC774ZigReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Zig Language V1 Text Detect Zig Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ko_build_language":{"post":{"summary":"Find Ko Build Language","operationId":"find_ko_build_language_v1_text_find_ko_build_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC775KoBuildReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ko Build Language V1 Text Find Ko Build Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_jib_language":{"post":{"summary":"Detect Jib Language","operationId":"detect_jib_language_v1_text_detect_jib_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC775JibReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Jib Language V1 Text Detect Jib Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_dockle_language":{"post":{"summary":"Find Dockle Language","operationId":"find_dockle_language_v1_text_find_dockle_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC775DockleReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Dockle Language V1 Text Find Dockle Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_hadolint_language":{"post":{"summary":"Detect Hadolint Language","operationId":"detect_hadolint_language_v1_text_detect_hadolint_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC775HadolintReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Hadolint Language V1 Text Detect Hadolint Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_comet_ml_language":{"post":{"summary":"Detect Comet Ml Language","operationId":"detect_comet_ml_language_v1_text_detect_comet_ml_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC776CometMlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Comet Ml Language V1 Text Detect Comet Ml Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_guild_ai_language":{"post":{"summary":"Find Guild Ai Language","operationId":"find_guild_ai_language_v1_text_find_guild_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC776GuildAiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Guild Ai Language V1 Text Find Guild Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_determined_ai_language":{"post":{"summary":"Detect Determined Ai Language","operationId":"detect_determined_ai_language_v1_text_detect_determined_ai_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC776DeterminedAiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Determined Ai Language V1 Text Detect Determined Ai Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_k0s_language":{"post":{"summary":"Find K0S Language","operationId":"find_k0s_language_v1_text_find_k0s_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC777K0sReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find K0S Language V1 Text Find K0S Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kind_language":{"post":{"summary":"Detect Kind Language","operationId":"detect_kind_language_v1_text_detect_kind_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC777KindReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kind Language V1 Text Detect Kind Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_maestro_language":{"post":{"summary":"Find Maestro Language","operationId":"find_maestro_language_v1_text_find_maestro_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC778MaestroReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Maestro Language V1 Text Find Maestro Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_robot_framework_language":{"post":{"summary":"Detect Robot Framework Language","operationId":"detect_robot_framework_language_v1_text_detect_robot_framework_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC778RobotFrameworkReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Robot Framework Language V1 Text Detect Robot Framework Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_codeceptjs_language":{"post":{"summary":"Find Codeceptjs Language","operationId":"find_codeceptjs_language_v1_text_find_codeceptjs_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC778CodeceptjsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Codeceptjs Language V1 Text Find Codeceptjs Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_gauge_language":{"post":{"summary":"Detect Gauge Language","operationId":"detect_gauge_language_v1_text_detect_gauge_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC778GaugeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Gauge Language V1 Text Detect Gauge Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_benthos_language":{"post":{"summary":"Find Benthos Language","operationId":"find_benthos_language_v1_text_find_benthos_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC779BenthosReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Benthos Language V1 Text Find Benthos Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_greptimedb_language":{"post":{"summary":"Detect Greptimedb Language","operationId":"detect_greptimedb_language_v1_text_detect_greptimedb_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC779GreptimedbReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Greptimedb Language V1 Text Detect Greptimedb Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_tdengine_language":{"post":{"summary":"Find Tdengine Language","operationId":"find_tdengine_language_v1_text_find_tdengine_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC779TdengineReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Tdengine Language V1 Text Find Tdengine Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_warp10_language":{"post":{"summary":"Detect Warp10 Language","operationId":"detect_warp10_language_v1_text_detect_warp10_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC779Warp10Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Warp10 Language V1 Text Detect Warp10 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_ark_ui_language":{"post":{"summary":"Find Ark Ui Language","operationId":"find_ark_ui_language_v1_text_find_ark_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC780ArkUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Ark Ui Language V1 Text Find Ark Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kobalte_language":{"post":{"summary":"Detect Kobalte Language","operationId":"detect_kobalte_language_v1_text_detect_kobalte_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC780KobalteReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kobalte Language V1 Text Detect Kobalte Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_melt_ui_language":{"post":{"summary":"Find Melt Ui Language","operationId":"find_melt_ui_language_v1_text_find_melt_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC780MeltUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Melt Ui Language V1 Text Find Melt Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_bits_ui_language":{"post":{"summary":"Detect Bits Ui Language","operationId":"detect_bits_ui_language_v1_text_detect_bits_ui_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC780BitsUiReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Bits Ui Language V1 Text Detect Bits Ui Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_microk8s_language":{"post":{"summary":"Find Microk8S Language","operationId":"find_microk8s_language_v1_text_find_microk8s_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC907MicroK8sReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Microk8S Language V1 Text Find Microk8S Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_minikube_language":{"post":{"summary":"Detect Minikube Language","operationId":"detect_minikube_language_v1_text_detect_minikube_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC907MinikubeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Minikube Language V1 Text Detect Minikube Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kind_cluster_language":{"post":{"summary":"Find Kind Cluster Language","operationId":"find_kind_cluster_language_v1_text_find_kind_cluster_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC907KindReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kind Cluster Language V1 Text Find Kind Cluster Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_colima_language":{"post":{"summary":"Detect Colima Language","operationId":"detect_colima_language_v1_text_detect_colima_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC907ColimaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Colima Language V1 Text Detect Colima Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_calico_language":{"post":{"summary":"Find Calico Language","operationId":"find_calico_language_v1_text_find_calico_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC908CalicoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Calico Language V1 Text Find Calico Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flannel_language":{"post":{"summary":"Detect Flannel Language","operationId":"detect_flannel_language_v1_text_detect_flannel_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC908FlannelReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flannel Language V1 Text Detect Flannel Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_weavenet_language":{"post":{"summary":"Find Weavenet Language","operationId":"find_weavenet_language_v1_text_find_weavenet_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC908WeaveNetReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Weavenet Language V1 Text Find Weavenet Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_polaris_language":{"post":{"summary":"Detect Polaris Language","operationId":"detect_polaris_language_v1_text_detect_polaris_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC908PolarisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Polaris Language V1 Text Detect Polaris Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_rook_ceph_language":{"post":{"summary":"Find Rook Ceph Language","operationId":"find_rook_ceph_language_v1_text_find_rook_ceph_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC909RookCephReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Rook Ceph Language V1 Text Find Rook Ceph Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kubevirt_language":{"post":{"summary":"Detect Kubevirt Language","operationId":"detect_kubevirt_language_v1_text_detect_kubevirt_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC909KubeVirtReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kubevirt Language V1 Text Detect Kubevirt Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudhealth_language":{"post":{"summary":"Detect Cloudhealth Language","operationId":"detect_cloudhealth_language_v1_text_detect_cloudhealth_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC909CloudHealthReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudhealth Language V1 Text Detect Cloudhealth Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_spotio_language":{"post":{"summary":"Find Spotio Language","operationId":"find_spotio_language_v1_text_find_spotio_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC909SpotioReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Spotio Language V1 Text Find Spotio Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fluentd_language":{"post":{"summary":"Detect Fluentd Language","operationId":"detect_fluentd_language_v1_text_detect_fluentd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC910FluentdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fluentd Language V1 Text Detect Fluentd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_vector_language":{"post":{"summary":"Find Vector Language","operationId":"find_vector_language_v1_text_find_vector_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC910VectorReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Vector Language V1 Text Find Vector Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_papertrail_language":{"post":{"summary":"Detect Papertrail Language","operationId":"detect_papertrail_language_v1_text_detect_papertrail_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC910PapertrailReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Papertrail Language V1 Text Detect Papertrail Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_harness_cost_language":{"post":{"summary":"Detect Harness Cost Language","operationId":"detect_harness_cost_language_v1_text_detect_harness_cost_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC910HarnessCostReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Harness Cost Language V1 Text Detect Harness Cost Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_flagsmith_language":{"post":{"summary":"Find Flagsmith Language","operationId":"find_flagsmith_language_v1_text_find_flagsmith_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC911FlagsmithReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Flagsmith Language V1 Text Find Flagsmith Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_locust_language":{"post":{"summary":"Detect Locust Language","operationId":"detect_locust_language_v1_text_detect_locust_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC911LocustReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Locust Language V1 Text Detect Locust Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_aws_api_gateway_language":{"post":{"summary":"Detect Aws Api Gateway Language","operationId":"detect_aws_api_gateway_language_v1_text_detect_aws_api_gateway_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC911AwsApiGatewayReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Aws Api Gateway Language V1 Text Detect Aws Api Gateway Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_caddy_language":{"post":{"summary":"Find Caddy Language","operationId":"find_caddy_language_v1_text_find_caddy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC911CaddyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Caddy Language V1 Text Find Caddy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_portainer_language":{"post":{"tags":["text"],"summary":"Find Portainer Language","operationId":"find_portainer_language_v1_text_find_portainer_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC912PortainerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Portainer Language V1 Text Find Portainer Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_k9s_language":{"post":{"tags":["text"],"summary":"Detect K9S Language","operationId":"detect_k9s_language_v1_text_detect_k9s_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC912K9sReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect K9S Language V1 Text Detect K9S Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubesphere_language":{"post":{"tags":["text"],"summary":"Find Kubesphere Language","operationId":"find_kubesphere_language_v1_text_find_kubesphere_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC912KubeSphereReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubesphere Language V1 Text Find Kubesphere Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_lens_language":{"post":{"tags":["text"],"summary":"Detect Lens Language","operationId":"detect_lens_language_v1_text_detect_lens_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC912LensReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Lens Language V1 Text Detect Lens Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_argo_rollouts_language":{"post":{"tags":["text"],"summary":"Find Argo Rollouts Language","operationId":"find_argo_rollouts_language_v1_text_find_argo_rollouts_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC913ArgoRolloutsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Argo Rollouts Language V1 Text Find Argo Rollouts Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_flagger_language":{"post":{"tags":["text"],"summary":"Detect Flagger Language","operationId":"detect_flagger_language_v1_text_detect_flagger_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC913FlaggerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Flagger Language V1 Text Detect Flagger Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_shipwright_language":{"post":{"tags":["text"],"summary":"Find Shipwright Language","operationId":"find_shipwright_language_v1_text_find_shipwright_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC913ShipwrightReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Shipwright Language V1 Text Find Shipwright Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_botkube_language":{"post":{"tags":["text"],"summary":"Detect Botkube Language","operationId":"detect_botkube_language_v1_text_detect_botkube_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC913BotkubeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Botkube Language V1 Text Detect Botkube Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubescape_language":{"post":{"tags":["text"],"summary":"Find Kubescape Language","operationId":"find_kubescape_language_v1_text_find_kubescape_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC914KubescapeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubescape Language V1 Text Find Kubescape Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_popeye_language":{"post":{"tags":["text"],"summary":"Detect Popeye Language","operationId":"detect_popeye_language_v1_text_detect_popeye_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC914PopeyeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Popeye Language V1 Text Detect Popeye Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_pluto_language":{"post":{"tags":["text"],"summary":"Find Pluto Language","operationId":"find_pluto_language_v1_text_find_pluto_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC914PlutoReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Pluto Language V1 Text Find Pluto Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_nova_language":{"post":{"tags":["text"],"summary":"Detect Nova Language","operationId":"detect_nova_language_v1_text_detect_nova_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC914NovaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Nova Language V1 Text Detect Nova Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_argo_events_language":{"post":{"tags":["text"],"summary":"Find Argo Events Language","operationId":"find_argo_events_language_v1_text_find_argo_events_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC915ArgoEventsReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Argo Events Language V1 Text Find Argo Events Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_fission_language":{"post":{"tags":["text"],"summary":"Detect Fission Language","operationId":"detect_fission_language_v1_text_detect_fission_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC915FissionReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Fission Language V1 Text Detect Fission Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubeless_language":{"post":{"tags":["text"],"summary":"Find Kubeless Language","operationId":"find_kubeless_language_v1_text_find_kubeless_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC915KubelessReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubeless Language V1 Text Find Kubeless Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_goldilocks_language":{"post":{"tags":["text"],"summary":"Detect Goldilocks Language","operationId":"detect_goldilocks_language_v1_text_detect_goldilocks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC915GoldilocksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Goldilocks Language V1 Text Detect Goldilocks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_robusta_language":{"post":{"tags":["text"],"summary":"Find Robusta Language","operationId":"find_robusta_language_v1_text_find_robusta_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC916RobustaReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Robusta Language V1 Text Find Robusta Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_sonobuoy_language":{"post":{"tags":["text"],"summary":"Detect Sonobuoy Language","operationId":"detect_sonobuoy_language_v1_text_detect_sonobuoy_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC916SonobuoyReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Sonobuoy Language V1 Text Detect Sonobuoy Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubeaudit_language":{"post":{"tags":["text"],"summary":"Find Kubeaudit Language","operationId":"find_kubeaudit_language_v1_text_find_kubeaudit_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC916KubeauditReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubeaudit Language V1 Text Find Kubeaudit Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kubewarden_language":{"post":{"tags":["text"],"summary":"Detect Kubewarden Language","operationId":"detect_kubewarden_language_v1_text_detect_kubewarden_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC916KubeWardenReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kubewarden Language V1 Text Detect Kubewarden Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_falcosidekick_language":{"post":{"tags":["text"],"summary":"Find Falcosidekick Language","operationId":"find_falcosidekick_language_v1_text_find_falcosidekick_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC917FalcoSidekickReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Falcosidekick Language V1 Text Find Falcosidekick Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_clair_language":{"post":{"tags":["text"],"summary":"Detect Clair Language","operationId":"detect_clair_language_v1_text_detect_clair_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC917ClairReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Clair Language V1 Text Detect Clair Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_osquery_language":{"post":{"tags":["text"],"summary":"Find Osquery Language","operationId":"find_osquery_language_v1_text_find_osquery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC917OSQueryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Osquery Language V1 Text Find Osquery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kube_hunter_language":{"post":{"tags":["text"],"summary":"Detect Kube Hunter Language","operationId":"detect_kube_hunter_language_v1_text_detect_kube_hunter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC917KubeHunterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kube Hunter Language V1 Text Detect Kube Hunter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_atlantis_language":{"post":{"tags":["text"],"summary":"Find Atlantis Language","operationId":"find_atlantis_language_v1_text_find_atlantis_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC918AtlantisReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Atlantis Language V1 Text Find Atlantis Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_spacelift_language":{"post":{"tags":["text"],"summary":"Detect Spacelift Language","operationId":"detect_spacelift_language_v1_text_detect_spacelift_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC918SpaceliftReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Spacelift Language V1 Text Detect Spacelift Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_env0_language":{"post":{"tags":["text"],"summary":"Find Env0 Language","operationId":"find_env0_language_v1_text_find_env0_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC918Env0Req"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Env0 Language V1 Text Find Env0 Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_terramate_language":{"post":{"tags":["text"],"summary":"Detect Terramate Language","operationId":"detect_terramate_language_v1_text_detect_terramate_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC918TerramateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Terramate Language V1 Text Detect Terramate Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kube_linter_language":{"post":{"tags":["text"],"summary":"Find Kube Linter Language","operationId":"find_kube_linter_language_v1_text_find_kube_linter_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC919KubeLinterReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kube Linter Language V1 Text Find Kube Linter Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_datree_language":{"post":{"tags":["text"],"summary":"Detect Datree Language","operationId":"detect_datree_language_v1_text_detect_datree_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC919DatreeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Datree Language V1 Text Detect Datree Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_kubeconform_language":{"post":{"tags":["text"],"summary":"Find Kubeconform Language","operationId":"find_kubeconform_language_v1_text_find_kubeconform_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC919KubeConformReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Kubeconform Language V1 Text Find Kubeconform Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_conftest_language":{"post":{"tags":["text"],"summary":"Detect Conftest Language","operationId":"detect_conftest_language_v1_text_detect_conftest_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC919ConftestReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Conftest Language V1 Text Detect Conftest Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_steampipe_language":{"post":{"tags":["text"],"summary":"Find Steampipe Language","operationId":"find_steampipe_language_v1_text_find_steampipe_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC920SteampipeReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Steampipe Language V1 Text Find Steampipe Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_cloudquery_language":{"post":{"tags":["text"],"summary":"Detect Cloudquery Language","operationId":"detect_cloudquery_language_v1_text_detect_cloudquery_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC920CloudQueryReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Cloudquery Language V1 Text Detect Cloudquery Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_cloud_custodian_language":{"post":{"tags":["text"],"summary":"Find Cloud Custodian Language","operationId":"find_cloud_custodian_language_v1_text_find_cloud_custodian_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC920CloudCustodianReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Cloud Custodian Language V1 Text Find Cloud Custodian Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_driftctl_language":{"post":{"tags":["text"],"summary":"Detect Driftctl Language","operationId":"detect_driftctl_language_v1_text_detect_driftctl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC920DriftCTLReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Driftctl Language V1 Text Detect Driftctl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_timoni_language":{"post":{"tags":["text"],"summary":"Find Timoni Language","operationId":"find_timoni_language_v1_text_find_timoni_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC921TimoniReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Timoni Language V1 Text Find Timoni Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_kapitan_language":{"post":{"tags":["text"],"summary":"Detect Kapitan Language","operationId":"detect_kapitan_language_v1_text_detect_kapitan_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC921KapitanReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Kapitan Language V1 Text Detect Kapitan Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nixpacks_language":{"post":{"tags":["text"],"summary":"Find Nixpacks Language","operationId":"find_nixpacks_language_v1_text_find_nixpacks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC921NixpacksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nixpacks Language V1 Text Find Nixpacks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_buildpacks_language":{"post":{"tags":["text"],"summary":"Detect Buildpacks Language","operationId":"detect_buildpacks_language_v1_text_detect_buildpacks_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC921BuildpacksReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Buildpacks Language V1 Text Detect Buildpacks Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_nerdctl_language":{"post":{"tags":["text"],"summary":"Find Nerdctl Language","operationId":"find_nerdctl_language_v1_text_find_nerdctl_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC922NerdctlReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Nerdctl Language V1 Text Find Nerdctl Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_containerd_language":{"post":{"tags":["text"],"summary":"Detect Containerd Language","operationId":"detect_containerd_language_v1_text_detect_containerd_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC922ContainerdReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Containerd Language V1 Text Detect Containerd Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_goss_language":{"post":{"tags":["text"],"summary":"Find Goss Language","operationId":"find_goss_language_v1_text_find_goss_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC922GossReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Goss Language V1 Text Find Goss Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_testinfra_language":{"post":{"tags":["text"],"summary":"Detect Testinfra Language","operationId":"detect_testinfra_language_v1_text_detect_testinfra_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC922TestInfraReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Testinfra Language V1 Text Detect Testinfra Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_digger_language":{"post":{"tags":["text"],"summary":"Find Digger Language","operationId":"find_digger_language_v1_text_find_digger_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC923DiggerReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Digger Language V1 Text Find Digger Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_consul_template_language":{"post":{"tags":["text"],"summary":"Detect Consul Template Language","operationId":"detect_consul_template_language_v1_text_detect_consul_template_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC923ConsulTemplateReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Consul Template Language V1 Text Detect Consul Template Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/find_hcp_language":{"post":{"tags":["text"],"summary":"Find Hcp Language","operationId":"find_hcp_language_v1_text_find_hcp_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC923HCPReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Find Hcp Language V1 Text Find Hcp Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/text/detect_inspec_language":{"post":{"tags":["text"],"summary":"Detect Inspec Language","operationId":"detect_inspec_language_v1_text_detect_inspec_language_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-api-key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/_GWC923InSpecReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Detect Inspec Language V1 Text Detect Inspec Language Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AbstractiveSummaryRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to summarize"},"sentences_per_paragraph":{"type":"integer","maximum":3.0,"minimum":1.0,"title":"Sentences Per Paragraph","description":"Representative sentences per paragraph","default":1}},"type":"object","required":["text"],"title":"AbstractiveSummaryRequest"},"AddEmphasisRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"keywords":{"items":{"type":"string"},"type":"array","maxItems":50,"minItems":1,"title":"Keywords"}},"type":"object","required":["text","keywords"],"title":"AddEmphasisRequest"},"AddLineNumbersRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"start":{"type":"integer","minimum":1.0,"title":"Start","default":1},"pad":{"type":"boolean","title":"Pad","default":true}},"type":"object","required":["text"],"title":"AddLineNumbersRequest"},"AgeCalculatorRequest":{"properties":{"birthdate":{"type":"string","title":"Birthdate","description":"Birthdate in YYYY-MM-DD format"}},"type":"object","required":["birthdate"],"title":"AgeCalculatorRequest"},"AnagramCheckRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"First string"},"text_b":{"type":"string","title":"Text B","description":"Second string"}},"type":"object","required":["text_a","text_b"],"title":"AnagramCheckRequest"},"AnagramWordsRequest":{"properties":{"letters":{"type":"string","title":"Letters","description":"Letters to find anagram words from"},"min_length":{"type":"integer","minimum":2.0,"title":"Min Length","description":"Minimum word length","default":2}},"type":"object","required":["letters"],"title":"AnagramWordsRequest"},"AnalyzePromptRequest":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Draft prompt text to analyze"},"model":{"type":"string","title":"Model","description":"Model being used (affects tips)","default":"claude-sonnet"}},"type":"object","required":["prompt"],"title":"AnalyzePromptRequest"},"AnalyzeQualityRequest":{"properties":{"original_content":{"type":"string","title":"Original Content","description":"Original file content before compression"},"compressed_content":{"type":"string","title":"Compressed Content","description":"Compressed content from preprocess_content"},"filename":{"type":"string","title":"Filename","description":"Original filename","default":"file.txt"}},"type":"object","required":["original_content","compressed_content"],"title":"AnalyzeQualityRequest"},"AnnotatePosRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"AnnotatePosRequest"},"AnonymizeRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"replace_emails":{"type":"boolean","title":"Replace Emails","default":true},"replace_phones":{"type":"boolean","title":"Replace Phones","default":true},"replace_ssns":{"type":"boolean","title":"Replace Ssns","default":true},"email_token":{"type":"string","title":"Email Token","default":"[EMAIL]"},"phone_token":{"type":"string","title":"Phone Token","default":"[PHONE]"},"ssn_token":{"type":"string","title":"Ssn Token","default":"[SSN]"}},"type":"object","required":["text"],"title":"AnonymizeRequest"},"AssembleSectionItem":{"properties":{"text":{"type":"string","title":"Text"},"label":{"type":"string","title":"Label","default":""}},"type":"object","required":["text"],"title":"AssembleSectionItem"},"BatchBase64Request":{"properties":{"texts":{"items":{"type":"string"},"type":"array","title":"Texts","description":"List of strings to encode or decode"},"operation":{"type":"string","title":"Operation","description":"'encode' or 'decode'","default":"encode"}},"type":"object","required":["texts"],"title":"BatchBase64Request"},"BatchHashRequest":{"properties":{"texts":{"items":{"type":"string"},"type":"array","title":"Texts","description":"List of texts to hash"},"algorithm":{"type":"string","title":"Algorithm","description":"Hash algorithm: md5, sha1, sha256, sha512","default":"sha256"}},"type":"object","required":["texts"],"title":"BatchHashRequest"},"BatchPreprocessContentItem":{"properties":{"content":{"type":"string","title":"Content","description":"Raw text content"},"filename":{"type":"string","title":"Filename","description":"Filename for type detection","default":"file.txt"},"encoding":{"type":"string","title":"Encoding","description":"text | base64","default":"text"},"hint":{"type":"string","title":"Hint","description":"Optional context hint","default":""}},"type":"object","required":["content"],"title":"BatchPreprocessContentItem"},"BatchPreprocessContentRequest":{"properties":{"files":{"items":{"$ref":"#/components/schemas/BatchPreprocessContentItem"},"type":"array","maxItems":20,"minItems":1,"title":"Files","description":"Up to 20 files to compress in one request"},"output_format":{"type":"string","title":"Output Format","description":"markdown | json | text","default":"markdown"}},"type":"object","required":["files"],"title":"BatchPreprocessContentRequest"},"BatchPreprocessRequest":{"properties":{"file_ids":{"items":{"type":"string"},"type":"array","title":"File Ids","description":"List of file_ids previously uploaded via /v1/upload or /v1/smart_preprocess"},"query":{"type":"string","title":"Query","description":"Query to run across all files"},"output_format":{"type":"string","title":"Output Format","description":"markdown | json | text","default":"markdown"}},"type":"object","required":["file_ids","query"],"title":"BatchPreprocessRequest"},"BatchProcessRequest":{"properties":{"texts":{"items":{"type":"string"},"type":"array","title":"Texts","description":"List of texts to process (max 5)"},"operation":{"type":"string","title":"Operation","description":"Operation to apply: keywords|readability|sentiment","default":"keywords"}},"type":"object","required":["texts"],"title":"BatchProcessRequest"},"BearingRequest":{"properties":{"lat1":{"type":"number","title":"Lat1","description":"Latitude of origin"},"lon1":{"type":"number","title":"Lon1","description":"Longitude of origin"},"lat2":{"type":"number","title":"Lat2","description":"Latitude of destination"},"lon2":{"type":"number","title":"Lon2","description":"Longitude of destination"}},"type":"object","required":["lat1","lon1","lat2","lon2"],"title":"BearingRequest"},"BinaryDecodeRequest":{"properties":{"binary":{"type":"string","title":"Binary","description":"Binary string (8-bit groups separated by spaces)"}},"type":"object","required":["binary"],"title":"BinaryDecodeRequest"},"BinaryEncodeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to convert to binary"}},"type":"object","required":["text"],"title":"BinaryEncodeRequest"},"BmiCalculatorRequest":{"properties":{"weight_kg":{"type":"number","exclusiveMinimum":0.0,"title":"Weight Kg","description":"Weight in kilograms"},"height_m":{"type":"number","exclusiveMinimum":0.0,"title":"Height M","description":"Height in meters"}},"type":"object","required":["weight_kg","height_m"],"title":"BmiCalculatorRequest"},"Body_authorize_post_authorize_post":{"properties":{"api_key":{"type":"string","title":"Api Key"},"client_id":{"type":"string","title":"Client Id","default":""},"redirect_uri":{"type":"string","title":"Redirect Uri"},"state":{"type":"string","title":"State","default":""},"code_challenge":{"type":"string","title":"Code Challenge"},"code_challenge_method":{"type":"string","title":"Code Challenge Method","default":"S256"}},"type":"object","required":["api_key","redirect_uri","code_challenge"],"title":"Body_authorize_post_authorize_post"},"Body_upload_chunk_v1_upload_chunk__upload_id__post":{"properties":{"chunk":{"type":"string","contentMediaType":"application/octet-stream","title":"Chunk"}},"type":"object","required":["chunk"],"title":"Body_upload_chunk_v1_upload_chunk__upload_id__post"},"Body_upload_file_openai_v1_files_post":{"properties":{"file":{"type":"string","contentMediaType":"application/octet-stream","title":"File"}},"type":"object","required":["file"],"title":"Body_upload_file_openai_v1_files_post"},"Body_upload_file_v1_upload_post":{"properties":{"file":{"type":"string","contentMediaType":"application/octet-stream","title":"File"}},"type":"object","required":["file"],"title":"Body_upload_file_v1_upload_post"},"BoundingBoxRequest":{"properties":{"latitude":{"type":"number","title":"Latitude","description":"Center latitude"},"longitude":{"type":"number","title":"Longitude","description":"Center longitude"},"radius_km":{"type":"number","exclusiveMinimum":0.0,"title":"Radius Km","description":"Radius in kilometers"}},"type":"object","required":["latitude","longitude","radius_km"],"title":"BoundingBoxRequest"},"BuildGlossaryRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"BuildGlossaryRequest"},"BuildPromptRequest":{"properties":{"instruction":{"type":"string","maxLength":10000,"title":"Instruction","default":""},"system":{"type":"string","maxLength":10000,"title":"System","default":""},"context":{"type":"string","maxLength":100000,"title":"Context","default":""},"user_input":{"type":"string","maxLength":50000,"title":"User Input","default":""},"separator":{"type":"string","maxLength":20,"title":"Separator","default":"\n\n"}},"type":"object","title":"BuildPromptRequest"},"ByteParseRequest":{"properties":{"size_string":{"type":"string","title":"Size String","description":"Human size string, e.g. '1.5 MB', '512 KiB'"}},"type":"object","required":["size_string"],"title":"ByteParseRequest"},"ByteSizeRequest":{"properties":{"bytes_value":{"type":"integer","minimum":0.0,"title":"Bytes Value","description":"Number of bytes"},"binary":{"type":"boolean","title":"Binary","description":"Use binary (1024) vs decimal (1000) prefixes","default":false}},"type":"object","required":["bytes_value"],"title":"ByteSizeRequest"},"CaesarCipherRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to encode"},"shift":{"type":"integer","title":"Shift","description":"Number of positions to shift (0-25)"},"decode":{"type":"boolean","title":"Decode","description":"If True, decode (reverse shift)","default":false}},"type":"object","required":["text","shift"],"title":"CaesarCipherRequest"},"CamelToSnakeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"camelCase text to convert"}},"type":"object","required":["text"],"title":"CamelToSnakeRequest"},"CharFrequencyRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Top N","default":10},"include_spaces":{"type":"boolean","title":"Include Spaces","default":false}},"type":"object","required":["text"],"title":"CharFrequencyRequest"},"CharInfoRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze (max 50 chars for detailed output)"}},"type":"object","required":["text"],"title":"CharInfoRequest"},"CharacterFrequencyRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze"},"include_spaces":{"type":"boolean","title":"Include Spaces","description":"Include space characters in results","default":false}},"type":"object","required":["text"],"title":"CharacterFrequencyRequest"},"ChatCompletionRequest":{"properties":{"model":{"type":"string","title":"Model","default":"gpt-4o"},"messages":{"items":{"$ref":"#/components/schemas/ChatMessage"},"type":"array","title":"Messages"},"max_tokens":{"type":"integer","maximum":32768.0,"minimum":1.0,"title":"Max Tokens","default":2048},"temperature":{"type":"number","maximum":2.0,"minimum":0.0,"title":"Temperature","default":0.7},"stream":{"type":"boolean","title":"Stream","default":false},"system":{"type":"string","title":"System","description":"OOOO1 — Optional system message (alternative to messages[role=system])","default":""},"response_format":{"additionalProperties":true,"type":"object","title":"Response Format","description":"RRRR3 — {type: 'json_object'} for JSON output"}},"type":"object","required":["messages"],"title":"ChatCompletionRequest"},"ChatMessage":{"properties":{"role":{"type":"string","title":"Role","default":"user"},"content":{"type":"string","title":"Content"}},"type":"object","required":["content"],"title":"ChatMessage"},"CheckConsistencyRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CheckConsistencyRequest"},"CheckGrammarSimpleRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CheckGrammarSimpleRequest"},"CheckSentenceVarietyRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Top N","default":5}},"type":"object","required":["text"],"title":"CheckSentenceVarietyRequest"},"ChecksumRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to checksum"}},"type":"object","required":["text"],"title":"ChecksumRequest"},"ChunkRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Content to split into chunks"},"chunk_size":{"type":"integer","maximum":100000.0,"minimum":100.0,"title":"Chunk Size","description":"Target characters per chunk","default":4000},"overlap":{"type":"integer","maximum":1000.0,"minimum":0.0,"title":"Overlap","description":"Characters to overlap between chunks","default":200}},"type":"object","required":["content"],"title":"ChunkRequest"},"ChunkTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to split into chunks"},"max_tokens":{"type":"integer","maximum":100000.0,"minimum":100.0,"title":"Max Tokens","description":"Max tokens per chunk (uses 4 chars ≈ 1 token heuristic)","default":2000},"overlap_tokens":{"type":"integer","maximum":500.0,"minimum":0.0,"title":"Overlap Tokens","description":"Token overlap between consecutive chunks","default":0}},"type":"object","required":["text"],"title":"ChunkTextRequest"},"ClampRequest":{"properties":{"value":{"type":"number","title":"Value","description":"Value to clamp"},"min_val":{"type":"number","title":"Min Val","description":"Minimum bound"},"max_val":{"type":"number","title":"Max Val","description":"Maximum bound"}},"type":"object","required":["value","min_val","max_val"],"title":"ClampRequest"},"ClassifyComplexityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ClassifyComplexityRequest"},"ClassifySentencesRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ClassifySentencesRequest"},"ClassifyTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to classify"}},"type":"object","required":["text"],"title":"ClassifyTextRequest"},"CleanTextRequest":{"properties":{"text":{"type":"string","maxLength":500000,"title":"Text"},"remove_control_chars":{"type":"boolean","title":"Remove Control Chars","default":true},"fix_smart_quotes":{"type":"boolean","title":"Fix Smart Quotes","default":true},"fix_dashes":{"type":"boolean","title":"Fix Dashes","default":true},"normalize_whitespace":{"type":"boolean","title":"Normalize Whitespace","default":true},"remove_zero_width":{"type":"boolean","title":"Remove Zero Width","default":true},"strip_bom":{"type":"boolean","title":"Strip Bom","default":true}},"type":"object","required":["text"],"title":"CleanTextRequest"},"CodeLinesRequest":{"properties":{"code":{"type":"string","title":"Code","description":"Source code to analyze"},"comment_style":{"type":"string","title":"Comment Style","description":"'hash' (#), 'slash' (//), or 'both'","default":"both"}},"type":"object","required":["code"],"title":"CodeLinesRequest"},"ColorConvertRequest":{"properties":{"value":{"type":"string","title":"Value","description":"Hex color (#RRGGBB) or 'rgb(r,g,b)' string"},"to_format":{"type":"string","title":"To Format","description":"'rgb', 'hsl', or 'all'","default":"all"}},"type":"object","required":["value"],"title":"ColorConvertRequest"},"CommonWordsRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"First text"},"text_b":{"type":"string","title":"Text B","description":"Second text"},"min_length":{"type":"integer","title":"Min Length","description":"Minimum word length to include","default":1}},"type":"object","required":["text_a","text_b"],"title":"CommonWordsRequest"},"CompareReadabilityRequest":{"properties":{"text_a":{"type":"string","maxLength":50000,"minLength":1,"title":"Text A"},"text_b":{"type":"string","maxLength":50000,"minLength":1,"title":"Text B"}},"type":"object","required":["text_a","text_b"],"title":"CompareReadabilityRequest"},"CompareTextsRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"First text"},"text_b":{"type":"string","title":"Text B","description":"Second text"}},"type":"object","required":["text_a","text_b"],"title":"CompareTextsRequest"},"CompletionsRequest":{"properties":{"model":{"type":"string","title":"Model","default":"gpt-4o"},"prompt":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"title":"Prompt","default":""},"max_tokens":{"type":"integer","maximum":32768.0,"minimum":1.0,"title":"Max Tokens","default":256},"temperature":{"type":"number","maximum":2.0,"minimum":0.0,"title":"Temperature","default":0.7},"stop":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Stop"},"stream":{"type":"boolean","title":"Stream","default":false}},"type":"object","title":"CompletionsRequest","description":"Legacy /v1/completions (non-chat) request schema."},"CompoundInterestRequest":{"properties":{"principal":{"type":"number","exclusiveMinimum":0.0,"title":"Principal","description":"Initial principal"},"annual_rate":{"type":"number","minimum":0.0,"title":"Annual Rate","description":"Annual interest rate (%)"},"years":{"type":"number","exclusiveMinimum":0.0,"title":"Years","description":"Investment period in years"},"compounds_per_year":{"type":"integer","minimum":1.0,"title":"Compounds Per Year","description":"Times interest compounds per year","default":12}},"type":"object","required":["principal","annual_rate","years"],"title":"CompoundInterestRequest"},"CompressForContextRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CompressForContextRequest"},"CompressWhitespaceRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"collapse_spaces":{"type":"boolean","title":"Collapse Spaces","default":true},"normalize_tabs":{"type":"boolean","title":"Normalize Tabs","default":true},"strip_trailing":{"type":"boolean","title":"Strip Trailing","default":true},"remove_blank_lines":{"type":"boolean","title":"Remove Blank Lines","default":false},"normalize_line_endings":{"type":"boolean","title":"Normalize Line Endings","default":true}},"type":"object","required":["text"],"title":"CompressWhitespaceRequest"},"ComputeDiffRequest":{"properties":{"text1":{"type":"string","maxLength":500000,"title":"Text1"},"text2":{"type":"string","maxLength":500000,"title":"Text2"},"mode":{"type":"string","title":"Mode","default":"lines"}},"type":"object","required":["text1","text2"],"title":"ComputeDiffRequest"},"ComputeLexicalDensityRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ComputeLexicalDensityRequest"},"ComputeMorphologicalComplexityRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ComputeMorphologicalComplexityRequest"},"ComputeOverlapRequest":{"properties":{"text_a":{"type":"string","maxLength":500000,"minLength":1,"title":"Text A"},"text_b":{"type":"string","maxLength":500000,"minLength":1,"title":"Text B"}},"type":"object","required":["text_a","text_b"],"title":"ComputeOverlapRequest"},"ComputeParagraphSimilarityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ComputeParagraphSimilarityRequest"},"ComputeReadingFlowRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ComputeReadingFlowRequest"},"ComputeSentenceEntropyRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ComputeSentenceEntropyRequest"},"ComputeTfidfRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Top N","default":20}},"type":"object","required":["text"],"title":"ComputeTfidfRequest"},"ComputeTtrRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ComputeTtrRequest"},"ComputeWordRarityRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ComputeWordRarityRequest"},"CondenseRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"remove_stopwords":{"type":"boolean","title":"Remove Stopwords","description":"Also strip common stopwords (aggressive)","default":false}},"type":"object","required":["text"],"title":"CondenseRequest"},"ContentBatchItem":{"properties":{"content":{"type":"string","title":"Content","description":"File text content"},"filename":{"type":"string","title":"Filename","description":"Original filename with extension","default":"file.txt"},"encoding":{"type":"string","title":"Encoding","description":"'text' or 'base64'","default":"text"},"hint":{"type":"string","title":"Hint","description":"Optional query hint for this specific file","default":""}},"type":"object","required":["content"],"title":"ContentBatchItem"},"ContentBatchRequest":{"properties":{"files":{"items":{"$ref":"#/components/schemas/ContentBatchItem"},"type":"array","maxItems":10,"minItems":1,"title":"Files","description":"1–10 files to preprocess"},"output_format":{"type":"string","title":"Output Format","description":"markdown | json | text","default":"markdown"}},"type":"object","required":["files"],"title":"ContentBatchRequest"},"ContentTypeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to classify"}},"type":"object","required":["text"],"title":"ContentTypeRequest"},"ContextAssembleRequest":{"properties":{"sections":{"items":{"$ref":"#/components/schemas/AssembleSectionItem"},"type":"array","minItems":1,"title":"Sections"},"separator":{"type":"string","maxLength":50,"title":"Separator","default":"\n\n---\n\n"},"max_tokens":{"type":"integer","maximum":200000.0,"minimum":100.0,"title":"Max Tokens","default":8000},"include_labels":{"type":"boolean","title":"Include Labels","default":true}},"type":"object","required":["sections"],"title":"ContextAssembleRequest"},"ContextBudgetItem":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"priority":{"type":"number","maximum":10.0,"minimum":0.0,"title":"Priority","default":1.0}},"type":"object","required":["text"],"title":"ContextBudgetItem"},"ContextBudgetRequest":{"properties":{"items":{"items":{"$ref":"#/components/schemas/ContextBudgetItem"},"type":"array","maxItems":100,"minItems":1,"title":"Items"},"max_tokens":{"type":"integer","maximum":200000.0,"minimum":100.0,"title":"Max Tokens","default":4000}},"type":"object","required":["items"],"title":"ContextBudgetRequest"},"ContextCompressSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ContextCompressSentencesRequest"},"ContextDistillRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"target_pct":{"type":"number","maximum":1.0,"minimum":0.05,"title":"Target Pct","default":0.4}},"type":"object","required":["text"],"title":"ContextDistillRequest"},"ContextExtractOutlineRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ContextExtractOutlineRequest"},"ContextOptimizeRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ContextOptimizeRequest"},"ContextPrepareRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"model":{"type":"string","title":"Model","default":"claude-sonnet-4-6"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"max_chunk_tokens":{"type":"integer","maximum":200000.0,"minimum":100.0,"title":"Max Chunk Tokens","default":4000}},"type":"object","required":["text"],"title":"ContextPrepareRequest"},"ContextPreviewRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ContextPreviewRequest"},"ContextQualityScoreRequest":{"properties":{"original":{"type":"string","maxLength":500000,"minLength":1,"title":"Original"},"compressed":{"type":"string","maxLength":500000,"minLength":1,"title":"Compressed"}},"type":"object","required":["original","compressed"],"title":"ContextQualityScoreRequest"},"ContextRerankRequest":{"properties":{"query":{"type":"string","maxLength":10000,"minLength":1,"title":"Query"},"passages":{"items":{"type":"string"},"type":"array","maxItems":100,"minItems":1,"title":"Passages"},"top_n":{"type":"integer","minimum":0.0,"title":"Top N","default":0}},"type":"object","required":["query","passages"],"title":"ContextRerankRequest"},"ContextScoreDensityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ContextScoreDensityRequest"},"ContextSplitParagraphsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ContextSplitParagraphsRequest"},"ContextTrimToSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"max_sentences":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Max Sentences","default":5}},"type":"object","required":["text"],"title":"ContextTrimToSentencesRequest"},"ContractWordsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ContractWordsRequest"},"CountByWordLengthRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountByWordLengthRequest"},"CountComplexityRequest":{"properties":{"code":{"type":"string","title":"Code","description":"Source code to estimate complexity"}},"type":"object","required":["code"],"title":"CountComplexityRequest"},"CountContentWordsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountContentWordsRequest"},"CountFillerWordsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountFillerWordsRequest"},"CountInfoDensityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountInfoDensityRequest"},"CountMarkdownElementsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountMarkdownElementsRequest"},"CountNamedPatternsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountNamedPatternsRequest"},"CountOccurrencesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to search within"},"substring":{"type":"string","title":"Substring","description":"Substring to count"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","description":"Case-sensitive search","default":true}},"type":"object","required":["text","substring"],"title":"CountOccurrencesRequest"},"CountParagraphsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text with paragraphs separated by blank lines"}},"type":"object","required":["text"],"title":"CountParagraphsRequest"},"CountPronounsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountPronounsRequest"},"CountPunctuationRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountPunctuationRequest"},"CountSubordinateClausesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountSubordinateClausesRequest"},"CountSyllablesPerWordRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountSyllablesPerWordRequest"},"CountTokensBatchRequest":{"properties":{"texts":{"items":{"type":"string"},"type":"array","maxItems":100,"minItems":1,"title":"Texts"}},"type":"object","required":["texts"],"title":"CountTokensBatchRequest"},"CountTokensDetailedRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountTokensDetailedRequest"},"CountUniquePhrasesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"min_n":{"type":"integer","maximum":4.0,"minimum":2.0,"title":"Min N","default":2},"max_n":{"type":"integer","maximum":4.0,"minimum":2.0,"title":"Max N","default":3},"top_n":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Top N","default":20}},"type":"object","required":["text"],"title":"CountUniquePhrasesRequest"},"CountUniqueWordsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountUniqueWordsRequest"},"CountVowelsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze"}},"type":"object","required":["text"],"title":"CountVowelsRequest"},"CountWordsByFrequencyRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Top N","default":50},"min_length":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Min Length","default":2},"exclude_stopwords":{"type":"boolean","title":"Exclude Stopwords","default":false}},"type":"object","required":["text"],"title":"CountWordsByFrequencyRequest"},"CreateKeyRequest":{"properties":{"name":{"type":"string","title":"Name","description":"Human-readable label for this key"},"tier":{"type":"string","title":"Tier","description":"Tier: free | pro | team","default":"free"}},"type":"object","required":["name"],"title":"CreateKeyRequest"},"CsvStatsRequest":{"properties":{"csv_text":{"type":"string","title":"Csv Text","description":"CSV text content"},"delimiter":{"type":"string","title":"Delimiter","description":"Column delimiter","default":","}},"type":"object","required":["csv_text"],"title":"CsvStatsRequest"},"CsvToJsonRequest":{"properties":{"csv_text":{"type":"string","title":"Csv Text","description":"CSV text to convert"},"delimiter":{"type":"string","title":"Delimiter","description":"CSV delimiter character","default":","}},"type":"object","required":["csv_text"],"title":"CsvToJsonRequest"},"CsvToMarkdownRequest":{"properties":{"csv_text":{"type":"string","title":"Csv Text","description":"CSV text to convert to Markdown table"},"delimiter":{"type":"string","title":"Delimiter","description":"CSV delimiter","default":","}},"type":"object","required":["csv_text"],"title":"CsvToMarkdownRequest"},"DateAddRequest":{"properties":{"date":{"type":"string","title":"Date","description":"Base date string"},"days":{"type":"integer","title":"Days","description":"Days to add (negative to subtract)","default":0},"weeks":{"type":"integer","title":"Weeks","description":"Weeks to add","default":0},"months":{"type":"integer","title":"Months","description":"Months to add (approximate, 30 days each)","default":0}},"type":"object","required":["date"],"title":"DateAddRequest"},"DateDiffRequest":{"properties":{"date_a":{"type":"string","title":"Date A","description":"First date string"},"date_b":{"type":"string","title":"Date B","description":"Second date string"}},"type":"object","required":["date_a","date_b"],"title":"DateDiffRequest"},"DaysInMonthRequest":{"properties":{"year":{"type":"integer","title":"Year","description":"Year (e.g. 2024)"},"month":{"type":"integer","maximum":12.0,"minimum":1.0,"title":"Month","description":"Month (1-12)"}},"type":"object","required":["year","month"],"title":"DaysInMonthRequest"},"DecimalToDmsRequest":{"properties":{"decimal":{"type":"number","title":"Decimal","description":"Decimal degrees value"},"direction_pair":{"type":"string","title":"Direction Pair","description":"'lat' for N/S, 'lon' for E/W","default":"lat"}},"type":"object","required":["decimal"],"title":"DecimalToDmsRequest"},"DedupLinesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text with potentially duplicate lines"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","description":"Case-sensitive comparison (default: False)","default":false},"preserve_order":{"type":"boolean","title":"Preserve Order","description":"Keep original order of first occurrence","default":true}},"type":"object","required":["text"],"title":"DedupLinesRequest"},"DeduplicateLinesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text with potentially duplicate lines"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","description":"If false, treat lines differing only in case as duplicates","default":true},"strip_whitespace":{"type":"boolean","title":"Strip Whitespace","description":"Strip leading/trailing whitespace before comparison","default":true}},"type":"object","required":["text"],"title":"DeduplicateLinesRequest"},"DeduplicateParagraphsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.85}},"type":"object","required":["text"],"title":"DeduplicateParagraphsRequest"},"DeduplicateSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.85},"min_length":{"type":"integer","minimum":1.0,"title":"Min Length","default":10}},"type":"object","required":["text"],"title":"DeduplicateSentencesRequest"},"DeduplicateSourcesRequest":{"properties":{"passages":{"items":{"type":"string"},"type":"array","maxItems":200,"minItems":1,"title":"Passages"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.7}},"type":"object","required":["passages"],"title":"DeduplicateSourcesRequest"},"DetectAlliterationRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"min_words":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Words","default":3}},"type":"object","required":["text"],"title":"DetectAlliterationRequest"},"DetectAmbiguityRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectAmbiguityRequest"},"DetectAmbiguousPronouns":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectAmbiguousPronouns"},"DetectAsyndetonRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_items":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Items","default":3}},"type":"object","required":["text"],"title":"DetectAsyndetonRequest"},"DetectBuzzwordsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectBuzzwordsRequest"},"DetectClichesRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectClichesRequest"},"DetectClimaxOrderRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_items":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Items","default":3}},"type":"object","required":["text"],"title":"DetectClimaxOrderRequest"},"DetectCognitiveLoadRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectCognitiveLoadRequest"},"DetectColloquialismsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectColloquialismsRequest"},"DetectContentTypeRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectContentTypeRequest"},"DetectContradictionsExtRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectContradictionsExtRequest"},"DetectContradictionsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"window":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Window","default":3}},"type":"object","required":["text"],"title":"DetectContradictionsRequest"},"DetectDocumentTypeRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectDocumentTypeRequest"},"DetectDoubleNegativesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectDoubleNegativesRequest"},"DetectDuplicatesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to find duplicates in"},"mode":{"type":"string","title":"Mode","description":"Mode: 'line' for duplicate lines, 'word' for repeated words","default":"line"},"min_occurrences":{"type":"integer","minimum":2.0,"title":"Min Occurrences","description":"Minimum occurrences to count as duplicate","default":2}},"type":"object","required":["text"],"title":"DetectDuplicatesRequest"},"DetectEmphasisRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectEmphasisRequest"},"DetectEncodingRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Content to analyze (pass as UTF-8 string or use encoding='base64')"},"filename":{"type":"string","title":"Filename","description":"Filename hint for extension-based detection","default":"file.txt"},"sample_bytes":{"type":"integer","title":"Sample Bytes","description":"How many bytes to sample for heuristics","default":512}},"type":"object","required":["content"],"title":"DetectEncodingRequest"},"DetectHedgingRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectHedgingRequest"},"DetectHyperboleRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectHyperboleRequest"},"DetectImperativeMoodRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectImperativeMoodRequest"},"DetectImperativesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectImperativesRequest"},"DetectIntentRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectIntentRequest"},"DetectJargonRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectJargonRequest"},"DetectLanguageFeaturesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectLanguageFeaturesRequest"},"DetectLanguageMixRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectLanguageMixRequest"},"DetectLanguageQualityRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to evaluate for quality"}},"type":"object","required":["text"],"title":"DetectLanguageQualityRequest"},"DetectLanguageRequest":{"properties":{"text":{"type":"string","maxLength":50000,"title":"Text"},"top_n":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Top N","default":3}},"type":"object","required":["text"],"title":"DetectLanguageRequest"},"DetectListsAdvancedRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectListsAdvancedRequest"},"DetectListsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectListsRequest"},"DetectLoadedLanguageRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectLoadedLanguageRequest"},"DetectNegationRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectNegationRequest"},"DetectOffTopicRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"topic":{"type":"string","maxLength":5000,"minLength":1,"title":"Topic"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.1}},"type":"object","required":["text","topic"],"title":"DetectOffTopicRequest"},"DetectOpinionMarkersRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectOpinionMarkersRequest"},"DetectOverstatementRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectOverstatementRequest"},"DetectOverusedWordsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"max_frequency":{"type":"number","maximum":1.0,"minimum":0.001,"title":"Max Frequency","default":0.05}},"type":"object","required":["text"],"title":"DetectOverusedWordsRequest"},"DetectPassiveVoiceRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectPassiveVoiceRequest"},"DetectPolysyndetonRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectPolysyndetonRequest"},"DetectPronounDensityRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectPronounDensityRequest"},"DetectPronounShiftRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectPronounShiftRequest"},"DetectQuestionsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectQuestionsRequest"},"DetectRepetitionRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_words":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Words","default":3},"min_count":{"type":"integer","maximum":50.0,"minimum":2.0,"title":"Min Count","default":2}},"type":"object","required":["text"],"title":"DetectRepetitionRequest"},"DetectRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Text content or filename to detect type for"},"filename":{"type":"string","title":"Filename","description":"Optional filename to use for extension-based detection","default":""}},"type":"object","required":["content"],"title":"DetectRequest"},"DetectRhetoricalQuestionsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectRhetoricalQuestionsRequest"},"DetectSentenceComplexityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectSentenceComplexityRequest"},"DetectSentenceFragmentsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"max_words":{"type":"integer","maximum":15.0,"minimum":1.0,"title":"Max Words","description":"Max words to classify as fragment","default":4}},"type":"object","required":["text"],"title":"DetectSentenceFragmentsRequest"},"DetectSentenceStartersRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectSentenceStartersRequest"},"DetectSentenceTypesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectSentenceTypesRequest"},"DetectTautologyRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectTautologyRequest"},"DetectTechnicalJargonRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectTechnicalJargonRequest"},"DetectTextPatternRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectTextPatternRequest"},"DetectTopicShiftRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"window":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Window","default":3},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.7}},"type":"object","required":["text"],"title":"DetectTopicShiftRequest"},"DetectWeaselWordsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectWeaselWordsRequest"},"DetectWordinessRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectWordinessRequest"},"DetectWritingStyleRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectWritingStyleRequest"},"DiffJsonRequest":{"properties":{"a":{"additionalProperties":true,"type":"object","title":"A","description":"First JSON object"},"b":{"additionalProperties":true,"type":"object","title":"B","description":"Second JSON object"},"recursive":{"type":"boolean","title":"Recursive","description":"Recursively diff nested objects","default":true}},"type":"object","required":["a","b"],"title":"DiffJsonRequest"},"DiffRequest":{"properties":{"original":{"type":"string","title":"Original","description":"Original file content"},"updated":{"type":"string","title":"Updated","description":"Updated file content"},"filename":{"type":"string","title":"Filename","description":"Filename to determine context","default":"file.txt"}},"type":"object","required":["original","updated"],"title":"DiffRequest"},"DiscountCalculatorRequest":{"properties":{"original_price":{"type":"number","exclusiveMinimum":0.0,"title":"Original Price","description":"Original price"},"discount_pct":{"type":"number","maximum":100.0,"minimum":0.0,"title":"Discount Pct","description":"Discount percentage"}},"type":"object","required":["original_price","discount_pct"],"title":"DiscountCalculatorRequest"},"DmsToDecimalRequest":{"properties":{"degrees":{"type":"number","title":"Degrees","description":"Degrees component"},"minutes":{"type":"number","minimum":0.0,"title":"Minutes","description":"Minutes component","default":0},"seconds":{"type":"number","minimum":0.0,"title":"Seconds","description":"Seconds component","default":0},"direction":{"type":"string","title":"Direction","description":"Direction: N, S, E, W","default":"N"}},"type":"object","required":["degrees"],"title":"DmsToDecimalRequest"},"DurationSecondsRequest":{"properties":{"seconds":{"type":"integer","minimum":0.0,"title":"Seconds","description":"Duration in seconds"}},"type":"object","required":["seconds"],"title":"DurationSecondsRequest"},"DurationStringRequest":{"properties":{"duration":{"type":"string","title":"Duration","description":"Human duration string, e.g. '1h 30m', '90s', '2d 5h'"}},"type":"object","required":["duration"],"title":"DurationStringRequest"},"EmbeddingsRequest":{"properties":{"input":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"title":"Input"},"model":{"type":"string","title":"Model","default":"text-embedding-3-small"},"dimensions":{"type":"integer","maximum":3072.0,"minimum":8.0,"title":"Dimensions","default":384}},"type":"object","required":["input"],"title":"EmbeddingsRequest"},"EmojiCountRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to count emojis in"}},"type":"object","required":["text"],"title":"EmojiCountRequest"},"EncodeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to encode or decode"},"action":{"type":"string","title":"Action","description":"'encode' or 'decode'","default":"encode"}},"type":"object","required":["text"],"title":"EncodeRequest"},"EncodingRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text or encoded string to process"}},"type":"object","required":["text"],"title":"EncodingRequest"},"EscapeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to escape/unescape"},"mode":{"type":"string","title":"Mode","description":"'html_escape', 'html_unescape', 'url_encode', 'url_decode', 'json_escape'","default":"html_escape"}},"type":"object","required":["text"],"title":"EscapeRequest"},"EstimateCostRequest":{"properties":{"tokens":{"type":"integer","maximum":10000000.0,"minimum":1.0,"title":"Tokens"},"model":{"type":"string","title":"Model","default":"claude-sonnet-4-6"},"direction":{"type":"string","pattern":"^(input|output|both)$","title":"Direction","default":"input"}},"type":"object","required":["tokens"],"title":"EstimateCostRequest"},"EstimateExpertiseRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"EstimateExpertiseRequest"},"EstimateReadingLevelRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"EstimateReadingLevelRequest"},"EstimateReadingTimeRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"words_per_minute":{"type":"integer","maximum":1000.0,"minimum":50.0,"title":"Words Per Minute","default":200}},"type":"object","required":["text"],"title":"EstimateReadingTimeRequest"},"EstimateRequest":{"properties":{"files_per_day":{"type":"integer","maximum":10000.0,"minimum":1.0,"title":"Files Per Day","default":10},"avg_file_tokens":{"type":"integer","minimum":100.0,"title":"Avg File Tokens","default":28000},"days_per_month":{"type":"integer","maximum":31.0,"minimum":1.0,"title":"Days Per Month","default":30},"model_price_per_1m":{"type":"number","title":"Model Price Per 1M","default":3.0}},"type":"object","title":"EstimateRequest"},"EstimateTokenCountRequest":{"properties":{"text":{"type":"string","maxLength":2000000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"EstimateTokenCountRequest"},"EstimateTokensRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Text content to count tokens for"},"model":{"type":"string","title":"Model","description":"Target model (affects cost estimate)","default":"claude-sonnet-4-6"}},"type":"object","required":["content"],"title":"EstimateTokensRequest"},"ExpandAbbreviationsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text with abbreviations to expand"},"abbreviations":{"additionalProperties":{"type":"string"},"type":"object","title":"Abbreviations","description":"Additional custom abbreviations to expand (overrides defaults for same keys)","default":{}}},"type":"object","required":["text"],"title":"ExpandAbbreviationsRequest"},"ExpandAcronymsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExpandAcronymsRequest"},"ExpandContractionsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExpandContractionsRequest"},"ExpandTextRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExpandTextRequest"},"ExtractAbbreviationsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"min_length":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Length","default":2},"include_expansions":{"type":"boolean","title":"Include Expansions","default":true},"unique_only":{"type":"boolean","title":"Unique Only","default":true}},"type":"object","required":["text"],"title":"ExtractAbbreviationsRequest"},"ExtractAcronymsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractAcronymsRequest"},"ExtractAppositivePhrases":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractAppositivePhrases"},"ExtractArgumentsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractArgumentsRequest"},"ExtractAuthorStanceRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractAuthorStanceRequest"},"ExtractBulletPointsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"include_numbered":{"type":"boolean","title":"Include Numbered","default":true}},"type":"object","required":["text"],"title":"ExtractBulletPointsRequest"},"ExtractCausalRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractCausalRequest"},"ExtractCitationsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract citations from"}},"type":"object","required":["text"],"title":"ExtractCitationsRequest"},"ExtractClaimsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractClaimsRequest"},"ExtractClassesRequest":{"properties":{"code":{"type":"string","title":"Code","description":"Source code to extract class definitions from"},"language":{"type":"string","title":"Language","description":"Language: python, javascript, or auto","default":"auto"}},"type":"object","required":["code"],"title":"ExtractClassesRequest"},"ExtractCodeBlocksRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"include_inline":{"type":"boolean","title":"Include Inline","default":false}},"type":"object","required":["text"],"title":"ExtractCodeBlocksRequest"},"ExtractCodeCommentsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractCodeCommentsRequest"},"ExtractCollocationsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"window":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Window","default":3},"min_count":{"type":"integer","maximum":100.0,"minimum":2.0,"title":"Min Count","default":2}},"type":"object","required":["text"],"title":"ExtractCollocationsRequest"},"ExtractComparativesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractComparativesRequest"},"ExtractConclusionsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractConclusionsRequest"},"ExtractConditionalsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractConditionalsRequest"},"ExtractCurrenciesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractCurrenciesRequest"},"ExtractDatesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"formats":{"items":{"type":"string"},"type":"array","maxItems":10,"minItems":1,"title":"Formats","default":["iso","us","eu","written"]},"unique_only":{"type":"boolean","title":"Unique Only","default":true}},"type":"object","required":["text"],"title":"ExtractDatesRequest"},"ExtractDatesTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to search for date patterns"}},"type":"object","required":["text"],"title":"ExtractDatesTextRequest"},"ExtractDefinitionsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"max_definitions":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Max Definitions","default":20}},"type":"object","required":["text"],"title":"ExtractDefinitionsRequest"},"ExtractDiscourseMarkersRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractDiscourseMarkersRequest"},"ExtractDiscourseParticlesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractDiscourseParticlesRequest"},"ExtractEmailsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"unique_only":{"type":"boolean","title":"Unique Only","default":true},"lowercase":{"type":"boolean","title":"Lowercase","default":true}},"type":"object","required":["text"],"title":"ExtractEmailsRequest"},"ExtractEntitiesRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractEntitiesRequest"},"ExtractExamplesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractExamplesRequest"},"ExtractFirstNWordsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"n":{"type":"integer","maximum":10000.0,"minimum":1.0,"title":"N","default":50}},"type":"object","required":["text"],"title":"ExtractFirstNWordsRequest"},"ExtractFirstSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractFirstSentencesRequest"},"ExtractFootnotesRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Markdown text to extract footnotes from"}},"type":"object","required":["content"],"title":"ExtractFootnotesRequest"},"ExtractFunctionsRequest":{"properties":{"code":{"type":"string","title":"Code","description":"Source code to extract function signatures from"},"language":{"type":"string","title":"Language","description":"Language: python, javascript, go, or auto","default":"auto"}},"type":"object","required":["code"],"title":"ExtractFunctionsRequest"},"ExtractHypotheticalsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractHypotheticalsRequest"},"ExtractIntensifiersRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractIntensifiersRequest"},"ExtractIpsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractIpsRequest"},"ExtractJsonPathsRequest":{"properties":{"json_object":{"additionalProperties":true,"type":"object","title":"Json Object","description":"JSON object to extract paths from"},"prefix":{"type":"string","title":"Prefix","description":"Root prefix for paths","default":"$"}},"type":"object","required":["json_object"],"title":"ExtractJsonPathsRequest"},"ExtractKeyPassagesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","default":5}},"type":"object","required":["text"],"title":"ExtractKeyPassagesRequest"},"ExtractKeyPhrasesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract key phrases from"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","description":"Number of top key phrases to return","default":10},"min_word_count":{"type":"integer","maximum":4.0,"minimum":2.0,"title":"Min Word Count","description":"Min words in a phrase","default":2}},"type":"object","required":["text"],"title":"ExtractKeyPhrasesRequest"},"ExtractKeyPointsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Top N","default":5}},"type":"object","required":["text"],"title":"ExtractKeyPointsRequest"},"ExtractKeyTermsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractKeyTermsRequest"},"ExtractKeyValuePairsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"delimiters":{"items":{"type":"string"},"type":"array","maxItems":10,"title":"Delimiters","default":[":","=","->"]}},"type":"object","required":["text"],"title":"ExtractKeyValuePairsRequest"},"ExtractKeywordsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract keywords from"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","description":"Number of top keywords to return","default":10},"min_word_length":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Min Word Length","description":"Minimum word length to consider","default":3}},"type":"object","required":["text"],"title":"ExtractKeywordsRequest"},"ExtractKnowledgeClaimsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractKnowledgeClaimsRequest"},"ExtractLastNWordsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"n":{"type":"integer","maximum":10000.0,"minimum":1.0,"title":"N","default":50}},"type":"object","required":["text"],"title":"ExtractLastNWordsRequest"},"ExtractListsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractListsRequest"},"ExtractLongSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"threshold":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Threshold","default":20}},"type":"object","required":["text"],"title":"ExtractLongSentencesRequest"},"ExtractMainClauseRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractMainClauseRequest"},"ExtractMentionsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractMentionsRequest"},"ExtractModalityExpressionsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractModalityExpressionsRequest"},"ExtractNamedEntitiesRegexRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"types":{"items":{"type":"string"},"type":"array","title":"Types","default":["PERSON","ORG","MONEY","PERCENT","LOCATION"]}},"type":"object","required":["text"],"title":"ExtractNamedEntitiesRegexRequest"},"ExtractNamedPatternsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractNamedPatternsRequest"},"ExtractNegationScopeRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractNegationScopeRequest"},"ExtractNumbersContextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract numbers with context from"},"context_words":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Context Words","description":"Words of context on each side","default":3}},"type":"object","required":["text"],"title":"ExtractNumbersContextRequest"},"ExtractNumbersRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"context_words":{"type":"integer","maximum":20.0,"minimum":0.0,"title":"Context Words","default":5},"min_value":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Min Value"},"max_value":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Max Value"}},"type":"object","required":["text"],"title":"ExtractNumbersRequest"},"ExtractNumbersTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract numbers from"},"include_context":{"type":"boolean","title":"Include Context","description":"Include surrounding context words","default":true}},"type":"object","required":["text"],"title":"ExtractNumbersTextRequest"},"ExtractNumbersWithUnitsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractNumbersWithUnitsRequest"},"ExtractParagraphByIndexRequest":{"properties":{"text":{"type":"string","maxLength":2000000,"minLength":1,"title":"Text"},"index":{"type":"integer","minimum":0.0,"title":"Index"}},"type":"object","required":["text","index"],"title":"ExtractParagraphByIndexRequest"},"ExtractParentheticalsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractParentheticalsRequest"},"ExtractPhoneNumbersRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractPhoneNumbersRequest"},"ExtractPhonesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to search for phone numbers"}},"type":"object","required":["text"],"title":"ExtractPhonesRequest"},"ExtractProperNounsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractProperNounsRequest"},"ExtractQuotesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"include_single":{"type":"boolean","title":"Include Single","default":false},"include_smart":{"type":"boolean","title":"Include Smart","default":true},"min_length":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Min Length","default":5},"unique_only":{"type":"boolean","title":"Unique Only","default":false}},"type":"object","required":["text"],"title":"ExtractQuotesRequest"},"ExtractQuotesWithSpeakerRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractQuotesWithSpeakerRequest"},"ExtractReferencesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractReferencesRequest"},"ExtractRelevantRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"query":{"type":"string","minLength":1,"title":"Query"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","default":5},"min_sentence_words":{"type":"integer","minimum":1.0,"title":"Min Sentence Words","default":4}},"type":"object","required":["text","query"],"title":"ExtractRelevantRequest"},"ExtractRequest":{"properties":{"content":{"type":"string","title":"Content","description":"File content to extract structured data from"},"filename":{"type":"string","title":"Filename","description":"Original filename","default":"file.txt"},"extract_type":{"type":"string","title":"Extract Type","description":"'tables', 'lists', 'key_value', 'numbers', 'auto'","default":"auto"}},"type":"object","required":["content"],"title":"ExtractRequest"},"ExtractRequirementsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractRequirementsRequest"},"ExtractRhetoricalDevicesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractRhetoricalDevicesRequest"},"ExtractSectionsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"min_section_chars":{"type":"integer","minimum":0.0,"title":"Min Section Chars","default":0}},"type":"object","required":["text"],"title":"ExtractSectionsRequest"},"ExtractSemanticKeywordsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Top N","default":20}},"type":"object","required":["text"],"title":"ExtractSemanticKeywordsRequest"},"ExtractSentencesWithNumbersRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractSentencesWithNumbersRequest"},"ExtractSentencesWithRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Source text"},"keyword":{"type":"string","title":"Keyword","description":"Keyword to search for in sentences"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","description":"Whether search is case-sensitive","default":false}},"type":"object","required":["text","keyword"],"title":"ExtractSentencesWithRequest"},"ExtractShortSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"threshold":{"type":"integer","maximum":200.0,"minimum":1.0,"title":"Threshold","default":5}},"type":"object","required":["text"],"title":"ExtractShortSentencesRequest"},"ExtractSpeechActsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractSpeechActsRequest"},"ExtractStanceMarkersRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractStanceMarkersRequest"},"ExtractStructuredDataRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract structured data from"}},"type":"object","required":["text"],"title":"ExtractStructuredDataRequest"},"ExtractSubheadingsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractSubheadingsRequest"},"ExtractSummarySentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"sentences_per_paragraph":{"type":"integer","maximum":5.0,"minimum":1.0,"title":"Sentences Per Paragraph","default":2}},"type":"object","required":["text"],"title":"ExtractSummarySentencesRequest"},"ExtractTemporalRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractTemporalRequest"},"ExtractTopicClustersRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"min_cluster_size":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Min Cluster Size","default":2}},"type":"object","required":["text"],"title":"ExtractTopicClustersRequest"},"ExtractTopicSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractTopicSentencesRequest"},"ExtractTopicWordsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","default":10}},"type":"object","required":["text"],"title":"ExtractTopicWordsRequest"},"ExtractTransitionsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractTransitionsRequest"},"ExtractVersionNumbersRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractVersionNumbersRequest"},"FactorialRequest":{"properties":{"n":{"type":"integer","maximum":20.0,"minimum":0.0,"title":"N","description":"Non-negative integer"}},"type":"object","required":["n"],"title":"FactorialRequest"},"FeedbackRequest":{"properties":{"result_id":{"type":"string","title":"Result Id","description":"Optional: the file_id or request ID this feedback is about","default":""},"rating":{"type":"integer","maximum":5.0,"minimum":1.0,"title":"Rating","description":"Rating 1–5 (1=poor, 5=excellent)"},"comment":{"type":"string","maxLength":500,"title":"Comment","description":"Optional text feedback","default":""}},"type":"object","required":["rating"],"title":"FeedbackRequest"},"FibonacciRequest":{"properties":{"n":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"N","description":"Number of terms to generate"}},"type":"object","required":["n"],"title":"FibonacciRequest"},"FilterByScoreRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"min_score":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Min Score","default":0.5}},"type":"object","required":["text"],"title":"FilterByScoreRequest"},"FilterSentencesByKeywordRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"keywords":{"items":{"type":"string"},"type":"array","maxItems":200,"minItems":1,"title":"Keywords"}},"type":"object","required":["text","keywords"],"title":"FilterSentencesByKeywordRequest"},"FilterSentencesByLengthRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"min_words":{"type":"integer","maximum":1000.0,"minimum":1.0,"title":"Min Words","default":5},"max_words":{"type":"integer","maximum":1000.0,"minimum":1.0,"title":"Max Words","default":50}},"type":"object","required":["text"],"title":"FilterSentencesByLengthRequest"},"FindAbbreviationDefinitionsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"unique_only":{"type":"boolean","title":"Unique Only","default":true}},"type":"object","required":["text"],"title":"FindAbbreviationDefinitionsRequest"},"FindAbstractNounsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindAbstractNounsRequest"},"FindActionItemsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindActionItemsRequest"},"FindAlliterationRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_words":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Words","default":3}},"type":"object","required":["text"],"title":"FindAlliterationRequest"},"FindAnalogiesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindAnalogiesRequest"},"FindAnaphoraRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_repetitions":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Repetitions","default":2}},"type":"object","required":["text"],"title":"FindAnaphoraRequest"},"FindAntithesisRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindAntithesisRequest"},"FindBoldItalicRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindBoldItalicRequest"},"FindCausalLinksRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindCausalLinksRequest"},"FindCausalRelationsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindCausalRelationsRequest"},"FindCitationsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindCitationsRequest"},"FindClaimEvidencePairsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindClaimEvidencePairsRequest"},"FindClichesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindClichesRequest"},"FindCodeIdentifiersRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindCodeIdentifiersRequest"},"FindComparisonsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindComparisonsRequest"},"FindCompoundNounsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindCompoundNounsRequest"},"FindConcessionsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindConcessionsRequest"},"FindConditionalChainsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindConditionalChainsRequest"},"FindConditionalSentencesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindConditionalSentencesRequest"},"FindContextSentencesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindContextSentencesRequest"},"FindContradictionsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to find potential contradictions in"}},"type":"object","required":["text"],"title":"FindContradictionsRequest"},"FindDefinitionsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindDefinitionsRequest"},"FindDuplicateLinesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","default":true},"ignore_blank":{"type":"boolean","title":"Ignore Blank","default":true}},"type":"object","required":["text"],"title":"FindDuplicateLinesRequest"},"FindEmphasisRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindEmphasisRequest"},"FindEnumerationPatternsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindEnumerationPatternsRequest"},"FindEpistemicMarkersRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindEpistemicMarkersRequest"},"FindEpistropheRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_repetitions":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Repetitions","default":2}},"type":"object","required":["text"],"title":"FindEpistropheRequest"},"FindEuphemismRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindEuphemismRequest"},"FindEvidentialPhrasesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindEvidentialPhrasesRequest"},"FindFocusSentenceRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindFocusSentenceRequest"},"FindHedgingLanguageRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindHedgingLanguageRequest"},"FindHyperboleRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindHyperboleRequest"},"FindIdiomsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindIdiomsRequest"},"FindImplicitAssumptionsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindImplicitAssumptionsRequest"},"FindIronyMarkersRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindIronyMarkersRequest"},"FindKeyFactsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","default":10}},"type":"object","required":["text"],"title":"FindKeyFactsRequest"},"FindLitotesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindLitotesRequest"},"FindLoanwordsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindLoanwordsRequest"},"FindLongestWordsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Top N","default":10}},"type":"object","required":["text"],"title":"FindLongestWordsRequest"},"FindMetonymyRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindMetonymyRequest"},"FindNominalizationRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_length":{"type":"integer","maximum":30.0,"minimum":3.0,"title":"Min Length","default":6}},"type":"object","required":["text"],"title":"FindNominalizationRequest"},"FindNumberedClaimsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindNumberedClaimsRequest"},"FindNumericRangesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindNumericRangesRequest"},"FindOpinionMarkersRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindOpinionMarkersRequest"},"FindOxymoronRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindOxymoronRequest"},"FindParallelArgumentsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindParallelArgumentsRequest"},"FindParallelSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"min_group_size":{"type":"integer","maximum":10.0,"minimum":2.0,"title":"Min Group Size","default":2}},"type":"object","required":["text"],"title":"FindParallelSentencesRequest"},"FindParallelStructuresRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze for parallel structures"}},"type":"object","required":["text"],"title":"FindParallelStructuresRequest"},"FindPassiveNominalsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindPassiveNominalsRequest"},"FindPivotSentencesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindPivotSentencesRequest"},"FindPresuppositionTriggersRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindPresuppositionTriggersRequest"},"FindProperNounsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindProperNounsRequest"},"FindProverbsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindProverbsRequest"},"FindQuestionTypesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindQuestionTypesRequest"},"FindRareWordsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"max_count":{"type":"integer","maximum":5.0,"minimum":1.0,"title":"Max Count","default":1}},"type":"object","required":["text"],"title":"FindRareWordsRequest"},"FindRepeatedPhrasesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"min_n":{"type":"integer","maximum":4.0,"minimum":2.0,"title":"Min N","default":2},"max_n":{"type":"integer","maximum":4.0,"minimum":2.0,"title":"Max N","default":3}},"type":"object","required":["text"],"title":"FindRepeatedPhrasesRequest"},"FindRepetitionsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_count":{"type":"integer","maximum":100.0,"minimum":2.0,"title":"Min Count","default":3},"min_length":{"type":"integer","maximum":30.0,"minimum":2.0,"title":"Min Length","default":3}},"type":"object","required":["text"],"title":"FindRepetitionsRequest"},"FindReplaceAllRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"replacements":{"items":{"additionalProperties":{"type":"string"},"type":"object"},"type":"array","maxItems":50,"minItems":1,"title":"Replacements"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","default":true},"use_regex":{"type":"boolean","title":"Use Regex","default":false}},"type":"object","required":["text","replacements"],"title":"FindReplaceAllRequest"},"FindReplaceRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Input text"},"find":{"type":"string","title":"Find","description":"String or regex pattern to find"},"replace":{"type":"string","title":"Replace","description":"Replacement string","default":""},"use_regex":{"type":"boolean","title":"Use Regex","description":"Treat 'find' as a regex pattern","default":false},"case_sensitive":{"type":"boolean","title":"Case Sensitive","description":"Case-sensitive matching","default":true},"max_replacements":{"type":"integer","minimum":0.0,"title":"Max Replacements","description":"Max number of replacements (0 = unlimited)","default":0}},"type":"object","required":["text","find"],"title":"FindReplaceRequest"},"FindSentenceBridgesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindSentenceBridgesRequest"},"FindSentenceFragmentsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"max_words":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Max Words","default":4}},"type":"object","required":["text"],"title":"FindSentenceFragmentsRequest"},"FindSentencePairsRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.4}},"type":"object","required":["text"],"title":"FindSentencePairsRequest"},"FindSentenceRhythmRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindSentenceRhythmRequest"},"FindSimilesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindSimilesRequest"},"FindSlangRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindSlangRequest"},"FindSuperlativesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindSuperlativesRequest"},"FindTemporalMarkersRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindTemporalMarkersRequest"},"FindTopicBoundariesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.15}},"type":"object","required":["text"],"title":"FindTopicBoundariesRequest"},"FindTopicClustersRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.3}},"type":"object","required":["text"],"title":"FindTopicClustersRequest"},"FindTopicSentenceCandidatesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"candidates_per_paragraph":{"type":"integer","maximum":5.0,"minimum":1.0,"title":"Candidates Per Paragraph","default":3}},"type":"object","required":["text"],"title":"FindTopicSentenceCandidatesRequest"},"FindTopicSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindTopicSentencesRequest"},"FindTransitionWordsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindTransitionWordsRequest"},"FindTransitionsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindTransitionsRequest"},"FindVerbosePhrasesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindVerbosePhrasesRequest"},"FindWeakVerbsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindWeakVerbsRequest"},"FirstNWordsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Source text"},"n":{"type":"integer","minimum":1.0,"title":"N","description":"Number of words to return"}},"type":"object","required":["text","n"],"title":"FirstNWordsRequest"},"FixPunctuationRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FixPunctuationRequest"},"FizzBuzzRequest":{"properties":{"start":{"type":"integer","minimum":1.0,"title":"Start","description":"Start of range (inclusive)","default":1},"end":{"type":"integer","maximum":1000.0,"minimum":1.0,"title":"End","description":"End of range (inclusive)","default":20}},"type":"object","title":"FizzBuzzRequest"},"FlattenMarkdownRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"preserve_newlines":{"type":"boolean","title":"Preserve Newlines","default":true},"remove_code_blocks":{"type":"boolean","title":"Remove Code Blocks","default":false}},"type":"object","required":["text"],"title":"FlattenMarkdownRequest"},"FormatAsPromptRequest":{"properties":{"instruction":{"type":"string","maxLength":10000,"minLength":1,"title":"Instruction"},"context":{"anyOf":[{"type":"string","maxLength":100000},{"type":"null"}],"title":"Context"},"examples":{"items":{"type":"string"},"type":"array","maxItems":5,"title":"Examples","default":[]},"output_format":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Output Format"},"style":{"type":"string","title":"Style","default":"xml_tags"}},"type":"object","required":["instruction"],"title":"FormatAsPromptRequest"},"FormatCurrencyRequest":{"properties":{"amount":{"type":"number","title":"Amount","description":"Numeric amount"},"currency":{"type":"string","title":"Currency","description":"Currency code (USD, EUR, GBP, JPY)","default":"USD"},"decimals":{"type":"integer","maximum":8.0,"minimum":0.0,"title":"Decimals","description":"Decimal places","default":2}},"type":"object","required":["amount"],"title":"FormatCurrencyRequest"},"FormatJsonRequest":{"properties":{"json_string":{"type":"string","title":"Json String","description":"JSON string to format"},"indent":{"type":"integer","maximum":8.0,"minimum":0.0,"title":"Indent","description":"Indent spaces (0=minify)","default":2}},"type":"object","required":["json_string"],"title":"FormatJsonRequest"},"FormatNumberRequest":{"properties":{"number":{"type":"number","title":"Number","description":"Number to format"},"decimal_places":{"type":"integer","maximum":10.0,"minimum":0.0,"title":"Decimal Places","description":"Number of decimal places","default":2},"use_commas":{"type":"boolean","title":"Use Commas","description":"Use comma as thousands separator","default":true},"prefix":{"type":"string","title":"Prefix","description":"Prefix string (e.g. '$', '€')","default":""},"suffix":{"type":"string","title":"Suffix","description":"Suffix string (e.g. '%', ' USD')","default":""}},"type":"object","required":["number"],"title":"FormatNumberRequest"},"FuzzyMatchRequest":{"properties":{"query":{"type":"string","title":"Query","description":"String to find best match for"},"candidates":{"items":{"type":"string"},"type":"array","title":"Candidates","description":"List of candidate strings"},"top_n":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Top N","description":"Number of top matches to return","default":3}},"type":"object","required":["query","candidates"],"title":"FuzzyMatchRequest"},"GcdLcmRequest":{"properties":{"a":{"type":"integer","title":"A","description":"First integer"},"b":{"type":"integer","title":"B","description":"Second integer"}},"type":"object","required":["a","b"],"title":"GcdLcmRequest"},"GenerateInitialsRequest":{"properties":{"name":{"type":"string","title":"Name","description":"Full name to extract initials from"}},"type":"object","required":["name"],"title":"GenerateInitialsRequest"},"GenerateNgramsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"n":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"N","default":2},"lowercase":{"type":"boolean","title":"Lowercase","default":true},"remove_stopwords":{"type":"boolean","title":"Remove Stopwords","default":false},"top_n":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Top N","default":20}},"type":"object","required":["text"],"title":"GenerateNgramsRequest"},"GeneratePlaceholderRequest":{"properties":{"types":{"items":{"type":"string"},"type":"array","title":"Types","description":"Types to generate: name, email, phone, address, company","default":["name","email","phone"]},"seed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Seed","description":"Random seed"}},"type":"object","title":"GeneratePlaceholderRequest"},"GenerateSlugRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to convert to a URL slug"},"separator":{"type":"string","title":"Separator","description":"Word separator (default: '-')","default":"-"}},"type":"object","required":["text"],"title":"GenerateSlugRequest"},"GenerateSummaryLineRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"max_chars":{"type":"integer","maximum":1000.0,"minimum":20.0,"title":"Max Chars","default":150}},"type":"object","required":["text"],"title":"GenerateSummaryLineRequest"},"GenerateUsernameRequest":{"properties":{"seed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Seed","description":"Random seed"},"style":{"type":"string","title":"Style","description":"Style: adjective_noun, word_number","default":"adjective_noun"}},"type":"object","title":"GenerateUsernameRequest"},"GradeLevelRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to estimate grade level for"}},"type":"object","required":["text"],"title":"GradeLevelRequest"},"GradeWritingRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"GradeWritingRequest"},"GrammarCheckRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to grammar-check"}},"type":"object","required":["text"],"title":"GrammarCheckRequest"},"GroupSentencesRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.15}},"type":"object","required":["text"],"title":"GroupSentencesRequest"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"HammingDistanceRequest":{"properties":{"a":{"type":"string","title":"A","description":"First string"},"b":{"type":"string","title":"B","description":"Second string"}},"type":"object","required":["a","b"],"title":"HammingDistanceRequest"},"HashRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to hash"},"algorithm":{"type":"string","title":"Algorithm","description":"Hash algorithm: md5|sha1|sha256|sha512","default":"sha256"}},"type":"object","required":["text"],"title":"HashRequest"},"HashTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to hash"},"algorithm":{"type":"string","title":"Algorithm","description":"Hash algorithm: 'md5', 'sha1', 'sha256', 'sha512'","default":"sha256"}},"type":"object","required":["text"],"title":"HashTextRequest"},"HaversineRequest":{"properties":{"lat1":{"type":"number","title":"Lat1","description":"Latitude of point A"},"lon1":{"type":"number","title":"Lon1","description":"Longitude of point A"},"lat2":{"type":"number","title":"Lat2","description":"Latitude of point B"},"lon2":{"type":"number","title":"Lon2","description":"Longitude of point B"}},"type":"object","required":["lat1","lon1","lat2","lon2"],"title":"HaversineRequest"},"HexDumpRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to hex-dump"},"bytes_per_row":{"type":"integer","maximum":32.0,"minimum":4.0,"title":"Bytes Per Row","description":"Bytes per row","default":16}},"type":"object","required":["text"],"title":"HexDumpRequest"},"HighlightChangesRequest":{"properties":{"text_a":{"type":"string","maxLength":500000,"minLength":0,"title":"Text A"},"text_b":{"type":"string","maxLength":500000,"minLength":0,"title":"Text B"}},"type":"object","required":["text_a","text_b"],"title":"HighlightChangesRequest"},"HighlightImportantRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze for important sentences"},"top_n":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Top N","description":"Number of top sentences to return","default":5}},"type":"object","required":["text"],"title":"HighlightImportantRequest"},"HighlightKeywordsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"keywords":{"items":{"type":"string"},"type":"array","maxItems":50,"minItems":1,"title":"Keywords"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","default":false}},"type":"object","required":["text","keywords"],"title":"HighlightKeywordsRequest"},"HighlightTermsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"terms":{"items":{"type":"string"},"type":"array","maxItems":50,"minItems":1,"title":"Terms"},"before":{"type":"string","title":"Before","default":"**"},"after":{"type":"string","title":"After","default":"**"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","default":false}},"type":"object","required":["text","terms"],"title":"HighlightTermsRequest"},"HtmlRequest":{"properties":{"text":{"type":"string","title":"Text","description":"HTML or text content"}},"type":"object","required":["text"],"title":"HtmlRequest"},"HtmlToMarkdownRequest":{"properties":{"html":{"type":"string","title":"Html","description":"HTML text to convert to Markdown"}},"type":"object","required":["html"],"title":"HtmlToMarkdownRequest"},"IndentTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to indent/dedent"},"spaces":{"type":"integer","maximum":20.0,"minimum":0.0,"title":"Spaces","description":"Number of spaces to add (negative to remove)","default":4},"operation":{"type":"string","title":"Operation","description":"'indent' to add spaces, 'dedent' to remove","default":"indent"}},"type":"object","required":["text"],"title":"IndentTextRequest"},"InterleaveTextsRequest":{"properties":{"text_a":{"type":"string","maxLength":500000,"minLength":1,"title":"Text A"},"text_b":{"type":"string","maxLength":500000,"minLength":1,"title":"Text B"}},"type":"object","required":["text_a","text_b"],"title":"InterleaveTextsRequest"},"IsBooleanRequest":{"properties":{"value":{"type":"string","title":"Value","description":"String to check"}},"type":"object","required":["value"],"title":"IsBooleanRequest"},"IsNumericRequest":{"properties":{"value":{"type":"string","title":"Value","description":"String to check"}},"type":"object","required":["value"],"title":"IsNumericRequest"},"IsPalindromePhraseRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Phrase to check for palindrome status"}},"type":"object","required":["text"],"title":"IsPalindromePhraseRequest"},"IsPangramRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to check for pangram status"}},"type":"object","required":["text"],"title":"IsPangramRequest"},"IsPrimeRequest":{"properties":{"n":{"type":"integer","title":"N","description":"Integer to check"}},"type":"object","required":["n"],"title":"IsPrimeRequest"},"IsQuestionRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Sentence to check"}},"type":"object","required":["text"],"title":"IsQuestionRequest"},"IsWeekendRequest":{"properties":{"date":{"type":"string","title":"Date","description":"ISO 8601 date string (YYYY-MM-DD)"}},"type":"object","required":["date"],"title":"IsWeekendRequest"},"JaccardSimilarityRequest":{"properties":{"text_a":{"type":"string","maxLength":200000,"minLength":1,"title":"Text A"},"text_b":{"type":"string","maxLength":200000,"minLength":1,"title":"Text B"}},"type":"object","required":["text_a","text_b"],"title":"JaccardSimilarityRequest"},"JoinTextRequest":{"properties":{"items":{"items":{"type":"string"},"type":"array","title":"Items","description":"List of strings to join"},"separator":{"type":"string","title":"Separator","description":"Separator between items","default":", "}},"type":"object","required":["items"],"title":"JoinTextRequest"},"JsonDiffRequest":{"properties":{"old":{"title":"Old","description":"Original JSON object"},"new":{"title":"New","description":"Modified JSON object"}},"type":"object","required":["old","new"],"title":"JsonDiffRequest"},"JsonFlattenRequest":{"properties":{"data":{"title":"Data","description":"JSON object to flatten"},"separator":{"type":"string","title":"Separator","description":"Key separator","default":"."}},"type":"object","required":["data"],"title":"JsonFlattenRequest"},"JsonKeysRequest":{"properties":{"data":{"title":"Data","description":"JSON object"},"recursive":{"type":"boolean","title":"Recursive","description":"Include nested keys","default":true},"separator":{"type":"string","title":"Separator","description":"Separator for nested keys","default":"."}},"type":"object","required":["data"],"title":"JsonKeysRequest"},"JsonMergeRequest":{"properties":{"a":{"additionalProperties":true,"type":"object","title":"A","description":"Base JSON object"},"b":{"additionalProperties":true,"type":"object","title":"B","description":"Override JSON object (b wins on conflicts)"},"deep":{"type":"boolean","title":"Deep","description":"Deep merge nested objects","default":true}},"type":"object","required":["a","b"],"title":"JsonMergeRequest"},"JsonToCsvRequest":{"properties":{"data":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Data","description":"Array of JSON objects"},"delimiter":{"type":"string","title":"Delimiter","description":"CSV delimiter character","default":","}},"type":"object","required":["data"],"title":"JsonToCsvRequest"},"JsonToTableRequest":{"properties":{"data":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Data","description":"JSON array of objects to render as table"},"max_col_width":{"type":"integer","maximum":80.0,"minimum":5.0,"title":"Max Col Width","description":"Max column width","default":20}},"type":"object","required":["data"],"title":"JsonToTableRequest"},"JsonToYamlRequest":{"properties":{"json_object":{"title":"Json Object","description":"JSON value to convert to YAML"},"indent":{"type":"integer","maximum":8.0,"minimum":1.0,"title":"Indent","description":"YAML indentation spaces","default":2}},"type":"object","required":["json_object"],"title":"JsonToYamlRequest"},"JsonUnflattenRequest":{"properties":{"data":{"additionalProperties":true,"type":"object","title":"Data","description":"Flat dict with dot-notation keys"},"separator":{"type":"string","title":"Separator","description":"Key separator","default":"."}},"type":"object","required":["data"],"title":"JsonUnflattenRequest"},"KeySentencesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract key sentences from"},"k":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"K","description":"Number of key sentences to return","default":5}},"type":"object","required":["text"],"title":"KeySentencesRequest"},"KeywordDensityRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","description":"Top N keywords to return","default":10},"min_length":{"type":"integer","minimum":1.0,"title":"Min Length","description":"Minimum word length to include","default":3}},"type":"object","required":["text"],"title":"KeywordDensityRequest"},"KeywordInContextRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"keywords":{"items":{"type":"string"},"type":"array","maxItems":20,"minItems":1,"title":"Keywords"},"window_words":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Window Words","default":8},"case_sensitive":{"type":"boolean","title":"Case Sensitive","default":false}},"type":"object","required":["text","keywords"],"title":"KeywordInContextRequest"},"KeywordsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract keywords from"},"top_n":{"type":"integer","title":"Top N","description":"Number of keywords to return (max 50)","default":10}},"type":"object","required":["text"],"title":"KeywordsRequest"},"LanguageDetectRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to detect language for"}},"type":"object","required":["text"],"title":"LanguageDetectRequest"},"LastNWordsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Source text"},"n":{"type":"integer","minimum":1.0,"title":"N","description":"Number of words to return from end"}},"type":"object","required":["text","n"],"title":"LastNWordsRequest"},"LerpRequest":{"properties":{"start":{"type":"number","title":"Start","description":"Start value"},"end":{"type":"number","title":"End","description":"End value"},"t":{"type":"number","title":"T","description":"Interpolation factor (0.0-1.0)"}},"type":"object","required":["start","end","t"],"title":"LerpRequest"},"LevenshteinRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"First string"},"text_b":{"type":"string","title":"Text B","description":"Second string"}},"type":"object","required":["text_a","text_b"],"title":"LevenshteinRequest"},"LineNumbersRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to add line numbers to"},"start":{"type":"integer","minimum":0.0,"title":"Start","description":"Starting line number","default":1},"step":{"type":"integer","minimum":1.0,"title":"Step","description":"Step between line numbers","default":1},"separator":{"type":"string","title":"Separator","description":"Separator between number and line","default":": "},"padding":{"type":"integer","maximum":10.0,"minimum":0.0,"title":"Padding","description":"Pad line numbers to this width (0 = auto)","default":0}},"type":"object","required":["text"],"title":"LineNumbersRequest"},"LintJsonKeysRequest":{"properties":{"json_object":{"additionalProperties":true,"type":"object","title":"Json Object","description":"JSON object to check key naming"},"convention":{"type":"string","title":"Convention","description":"Expected convention: snake_case, camelCase, PascalCase, kebab-case","default":"snake_case"}},"type":"object","required":["json_object"],"title":"LintJsonKeysRequest"},"ListChunkRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"Array to split into chunks"},"size":{"type":"integer","minimum":1.0,"title":"Size","description":"Chunk size"}},"type":"object","required":["items","size"],"title":"ListChunkRequest"},"ListDedupeRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"Array to deduplicate"}},"type":"object","required":["items"],"title":"ListDedupeRequest"},"ListFlattenRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"Nested list to flatten"},"depth":{"type":"integer","maximum":10.0,"minimum":0.0,"title":"Depth","description":"Max depth to flatten (0 = no flattening)","default":1}},"type":"object","required":["items"],"title":"ListFlattenRequest"},"ListFrequenciesRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"List to count frequencies for"}},"type":"object","required":["items"],"title":"ListFrequenciesRequest"},"ListGroupByRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"List to group"},"by":{"type":"string","title":"By","description":"Grouping strategy: 'type', 'parity', 'length', 'first_char'","default":"type"}},"type":"object","required":["items"],"title":"ListGroupByRequest"},"ListRotateRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"List to rotate"},"n":{"type":"integer","title":"N","description":"Number of positions to rotate (positive=right, negative=left)","default":1}},"type":"object","required":["items"],"title":"ListRotateRequest"},"ListSampleRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"List to sample from"},"n":{"type":"integer","minimum":1.0,"title":"N","description":"Number of elements to sample","default":1},"seed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Seed","description":"Random seed for reproducibility"}},"type":"object","required":["items"],"title":"ListSampleRequest"},"ListSetRequest":{"properties":{"list_a":{"items":{},"type":"array","title":"List A","description":"First list"},"list_b":{"items":{},"type":"array","title":"List B","description":"Second list"}},"type":"object","required":["list_a","list_b"],"title":"ListSetRequest"},"ListSortRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"Array of strings or numbers to sort"},"order":{"type":"string","title":"Order","description":"'asc' or 'desc'","default":"asc"}},"type":"object","required":["items"],"title":"ListSortRequest"},"ListWindowRequest":{"properties":{"items":{"items":{},"type":"array","title":"Items","description":"List to generate windows for"},"size":{"type":"integer","minimum":1.0,"title":"Size","description":"Window size","default":2},"step":{"type":"integer","minimum":1.0,"title":"Step","description":"Step between windows","default":1}},"type":"object","required":["items"],"title":"ListWindowRequest"},"ListZipRequest":{"properties":{"list_a":{"items":{},"type":"array","title":"List A","description":"First list"},"list_b":{"items":{},"type":"array","title":"List B","description":"Second list"},"fill_value":{"title":"Fill Value","description":"Value to use when lists are different lengths"}},"type":"object","required":["list_a","list_b"],"title":"ListZipRequest"},"LoanCalculatorRequest":{"properties":{"principal":{"type":"number","exclusiveMinimum":0.0,"title":"Principal","description":"Loan principal amount"},"annual_rate":{"type":"number","maximum":100.0,"minimum":0.0,"title":"Annual Rate","description":"Annual interest rate (%)"},"months":{"type":"integer","maximum":600.0,"minimum":1.0,"title":"Months","description":"Loan term in months"}},"type":"object","required":["principal","annual_rate","months"],"title":"LoanCalculatorRequest"},"LongestCommonSubstringRequest":{"properties":{"text1":{"type":"string","maxLength":100000,"minLength":1,"title":"Text1"},"text2":{"type":"string","maxLength":100000,"minLength":1,"title":"Text2"},"min_length":{"type":"integer","maximum":1000.0,"minimum":1.0,"title":"Min Length","default":3},"case_sensitive":{"type":"boolean","title":"Case Sensitive","default":false}},"type":"object","required":["text1","text2"],"title":"LongestCommonSubstringRequest"},"LongestWordRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to search"}},"type":"object","required":["text"],"title":"LongestWordRequest"},"LoremIpsumRequest":{"properties":{"paragraphs":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Paragraphs","description":"Number of paragraphs to generate","default":1},"sentences_per_paragraph":{"type":"integer","maximum":15.0,"minimum":1.0,"title":"Sentences Per Paragraph","description":"Sentences per paragraph","default":5}},"type":"object","title":"LoremIpsumRequest"},"MarkdownTableToJsonRequest":{"properties":{"markdown":{"type":"string","title":"Markdown","description":"Markdown table to convert to JSON"}},"type":"object","required":["markdown"],"title":"MarkdownTableToJsonRequest"},"MarkdownToHtmlRequest":{"properties":{"markdown":{"type":"string","title":"Markdown","description":"Markdown text to convert to HTML"}},"type":"object","required":["markdown"],"title":"MarkdownToHtmlRequest"},"MarkdownToTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Markdown text to convert"},"preserve_newlines":{"type":"boolean","title":"Preserve Newlines","description":"Keep paragraph breaks","default":true}},"type":"object","required":["text"],"title":"MarkdownToTextRequest"},"MathEvalRequest":{"properties":{"expression":{"type":"string","title":"Expression","description":"Arithmetic expression to evaluate (e.g. '2 + 3 * 4')"}},"type":"object","required":["expression"],"title":"MathEvalRequest"},"MeasureAvgWordLengthRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"MeasureAvgWordLengthRequest"},"MeasureCohesionRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","default":5}},"type":"object","required":["text"],"title":"MeasureCohesionRequest"},"MeasureLexicalDiversityRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"window_size":{"type":"integer","maximum":500.0,"minimum":10.0,"title":"Window Size","default":50}},"type":"object","required":["text"],"title":"MeasureLexicalDiversityRequest"},"MeasureRedundancyRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"ngram_size":{"type":"integer","maximum":6.0,"minimum":2.0,"title":"Ngram Size","default":3},"min_count":{"type":"integer","maximum":20.0,"minimum":2.0,"title":"Min Count","default":2}},"type":"object","required":["text"],"title":"MeasureRedundancyRequest"},"MeasureSentenceComplexityRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"MeasureSentenceComplexityRequest"},"MeasureSentenceUniformityRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"MeasureSentenceUniformityRequest"},"MeasureTextDensityRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"MeasureTextDensityRequest"},"MeasureTextSimilarityRequest":{"properties":{"text_a":{"type":"string","maxLength":50000,"minLength":1,"title":"Text A"},"text_b":{"type":"string","maxLength":50000,"minLength":1,"title":"Text B"}},"type":"object","required":["text_a","text_b"],"title":"MeasureTextSimilarityRequest"},"MeasureVocabularyRichnessRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"MeasureVocabularyRichnessRequest"},"MergeShortParagraphsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"min_words":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Min Words","default":20}},"type":"object","required":["text"],"title":"MergeShortParagraphsRequest"},"MidpointRequest":{"properties":{"lat1":{"type":"number","title":"Lat1","description":"Latitude of point A"},"lon1":{"type":"number","title":"Lon1","description":"Longitude of point A"},"lat2":{"type":"number","title":"Lat2","description":"Latitude of point B"},"lon2":{"type":"number","title":"Lon2","description":"Longitude of point B"}},"type":"object","required":["lat1","lon1","lat2","lon2"],"title":"MidpointRequest"},"MinifyJsonRequest":{"properties":{"text":{"type":"string","title":"Text","description":"JSON string to minify"}},"type":"object","required":["text"],"title":"MinifyJsonRequest"},"ModerationRequest":{"properties":{"input":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"title":"Input"},"model":{"type":"string","title":"Model","default":"text-moderation-latest"}},"type":"object","required":["input"],"title":"ModerationRequest"},"MorseDecodeRequest":{"properties":{"morse":{"type":"string","title":"Morse","description":"Morse code string (letters separated by spaces, words by /)"}},"type":"object","required":["morse"],"title":"MorseDecodeRequest"},"MorseEncodeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to convert to Morse code"}},"type":"object","required":["text"],"title":"MorseEncodeRequest"},"NameParseRequest":{"properties":{"name":{"type":"string","title":"Name","description":"Full name to parse"}},"type":"object","required":["name"],"title":"NameParseRequest"},"NgramsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract n-grams from"},"n":{"type":"integer","maximum":5.0,"minimum":2.0,"title":"N","description":"N-gram size (2=bigrams, 3=trigrams, etc.)","default":2},"top_k":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Top K","description":"Return top K most frequent n-grams","default":10}},"type":"object","required":["text"],"title":"NgramsRequest"},"NormalizeNumberRequest":{"properties":{"value":{"type":"number","title":"Value","description":"Value to normalize"},"min_val":{"type":"number","title":"Min Val","description":"Minimum of range"},"max_val":{"type":"number","title":"Max Val","description":"Maximum of range"}},"type":"object","required":["value","min_val","max_val"],"title":"NormalizeNumberRequest"},"NormalizeNumbersRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"NormalizeNumbersRequest"},"NormalizeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to normalize"},"remove_accents":{"type":"boolean","title":"Remove Accents","description":"Replace accented chars with ASCII equivalents","default":true},"fix_quotes":{"type":"boolean","title":"Fix Quotes","description":"Replace smart quotes with straight quotes","default":true},"fix_dashes":{"type":"boolean","title":"Fix Dashes","description":"Replace em/en dashes with regular dash","default":true}},"type":"object","required":["text"],"title":"NormalizeRequest"},"NormalizeTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to normalize"}},"type":"object","required":["text"],"title":"NormalizeTextRequest"},"NormalizeWhitespaceRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"NormalizeWhitespaceRequest"},"NumberBaseRequest":{"properties":{"value":{"type":"string","title":"Value","description":"Number value as string"},"from_base":{"type":"integer","maximum":36.0,"minimum":2.0,"title":"From Base","description":"Source base (2, 8, 10, 16)","default":10},"to_base":{"type":"integer","maximum":36.0,"minimum":2.0,"title":"To Base","description":"Target base (2, 8, 10, 16)","default":16}},"type":"object","required":["value"],"title":"NumberBaseRequest"},"NumberToWordsRequest":{"properties":{"number":{"type":"integer","maximum":999999999.0,"minimum":0.0,"title":"Number","description":"Integer to convert to English words"}},"type":"object","required":["number"],"title":"NumberToWordsRequest"},"NumberWordsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text containing numbers or words to convert"},"direction":{"type":"string","title":"Direction","description":"'to_words' converts digits→words; 'to_digits' converts words→digits","default":"to_words"}},"type":"object","required":["text"],"title":"NumberWordsRequest"},"ObfuscateEmailRequest":{"properties":{"email":{"type":"string","title":"Email","description":"Email address to obfuscate"}},"type":"object","required":["email"],"title":"ObfuscateEmailRequest"},"OptimizeRequest":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Prompt text to optimize"},"target_ratio":{"type":"string","title":"Target Ratio","description":"Compression ratio override (0.1–1.0)","default":""}},"type":"object","required":["prompt"],"title":"OptimizeRequest"},"OrdinalRequest":{"properties":{"n":{"type":"integer","title":"N","description":"Integer to convert to ordinal"}},"type":"object","required":["n"],"title":"OrdinalRequest"},"OutlineRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Document text (Markdown or plain text)"}},"type":"object","required":["content"],"title":"OutlineRequest"},"PackageContextRequest":{"properties":{"sections":{"items":{"$ref":"#/components/schemas/PackageContextSection"},"type":"array","maxItems":20,"minItems":1,"title":"Sections"},"token_budget":{"type":"integer","maximum":200000.0,"minimum":100.0,"title":"Token Budget","default":4000},"separator":{"type":"string","maxLength":50,"title":"Separator","default":"\n\n---\n\n"},"strategy":{"type":"string","pattern":"^(truncate|drop)$","title":"Strategy","default":"truncate"}},"type":"object","required":["sections"],"title":"PackageContextRequest"},"PackageContextSection":{"properties":{"label":{"type":"string","maxLength":100,"minLength":1,"title":"Label"},"content":{"type":"string","maxLength":500000,"minLength":1,"title":"Content"},"priority":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Priority","default":1}},"type":"object","required":["label","content"],"title":"PackageContextSection"},"PadTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to pad"},"width":{"type":"integer","maximum":1000.0,"minimum":1.0,"title":"Width","description":"Target total width"},"align":{"type":"string","title":"Align","description":"'left', 'right', or 'center'","default":"left"},"fill_char":{"type":"string","title":"Fill Char","description":"Character to use for padding (single char)","default":" "}},"type":"object","required":["text","width"],"title":"PadTextRequest"},"PalindromeCheckRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to check"}},"type":"object","required":["text"],"title":"PalindromeCheckRequest"},"ParagraphSplitRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to split into paragraphs"},"min_chars":{"type":"integer","minimum":1.0,"title":"Min Chars","description":"Minimum paragraph length to include","default":20}},"type":"object","required":["text"],"title":"ParagraphSplitRequest"},"ParseDateRequest":{"properties":{"date":{"type":"string","title":"Date","description":"Date string to parse"}},"type":"object","required":["date"],"title":"ParseDateRequest"},"ParseImportsRequest":{"properties":{"code":{"type":"string","title":"Code","description":"Source code to extract imports from"},"language":{"type":"string","title":"Language","description":"Language: python, javascript, go, or auto","default":"auto"}},"type":"object","required":["code"],"title":"ParseImportsRequest"},"PercentageRequest":{"properties":{"value":{"type":"number","title":"Value","description":"The part value"},"total":{"type":"number","title":"Total","description":"The whole/total value"}},"type":"object","required":["value","total"],"title":"PercentageRequest"},"PluralizeRequest":{"properties":{"word":{"type":"string","title":"Word","description":"English word to pluralize"}},"type":"object","required":["word"],"title":"PluralizeRequest"},"PreprocessContentRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Raw text or base64-encoded binary content"},"filename":{"type":"string","title":"Filename","description":"Original filename with extension","default":"file.txt"},"encoding":{"type":"string","title":"Encoding","description":"'text' or 'base64'","default":"text"},"output_format":{"type":"string","title":"Output Format","description":"markdown | json | text","default":"markdown"},"hint":{"type":"string","title":"Hint","description":"Optional context hint","default":""},"strip_pii":{"type":"boolean","title":"Strip Pii","description":"MMMMM3 — auto-sanitize PII before processing","default":false},"redact_mode":{"type":"string","title":"Redact Mode","description":"OOOOO2 — 'placeholder' (default) or 'mask' (replaces PII with ******)","default":"placeholder"}},"type":"object","required":["content"],"title":"PreprocessContentRequest"},"PreprocessRequest":{"properties":{"file_paths":{"items":{"type":"string"},"type":"array","title":"File Paths","description":"File paths, globs, or directories"},"output_format":{"type":"string","title":"Output Format","description":"markdown | json | text","default":"markdown"},"hint":{"type":"string","title":"Hint","description":"Optional context hint","default":""},"use_cache":{"type":"boolean","title":"Use Cache","description":"Use result cache","default":true}},"type":"object","required":["file_paths"],"title":"PreprocessRequest"},"PrimeCheckRequest":{"properties":{"number":{"type":"integer","minimum":2.0,"title":"Number","description":"Integer to check for primality"}},"type":"object","required":["number"],"title":"PrimeCheckRequest"},"PrimeFactorsRequest":{"properties":{"n":{"type":"integer","minimum":2.0,"title":"N","description":"Integer to factorize"}},"type":"object","required":["n"],"title":"PrimeFactorsRequest"},"QuarterRequest":{"properties":{"date":{"type":"string","title":"Date","description":"ISO 8601 date string (YYYY-MM-DD)"}},"type":"object","required":["date"],"title":"QuarterRequest"},"RandomPasswordRequest":{"properties":{"length":{"type":"integer","maximum":128.0,"minimum":4.0,"title":"Length","description":"Password length","default":16},"use_upper":{"type":"boolean","title":"Use Upper","description":"Include uppercase letters","default":true},"use_digits":{"type":"boolean","title":"Use Digits","description":"Include digits","default":true},"use_symbols":{"type":"boolean","title":"Use Symbols","description":"Include symbols","default":true}},"type":"object","title":"RandomPasswordRequest"},"RandomSentenceRequest":{"properties":{"word_count":{"type":"integer","maximum":20.0,"minimum":2.0,"title":"Word Count","description":"Number of words","default":6},"seed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Seed","description":"Random seed"}},"type":"object","title":"RandomSentenceRequest"},"RandomWordRequest":{"properties":{"seed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Seed","description":"Random seed"},"category":{"type":"string","title":"Category","description":"Category: any, adjective, noun","default":"any"}},"type":"object","title":"RandomWordRequest"},"RankParagraphsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Top N","default":0}},"type":"object","required":["text"],"title":"RankParagraphsRequest"},"RankSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Top N","description":"Return top N only (0 = return all ranked)","default":0}},"type":"object","required":["text"],"title":"RankSentencesRequest"},"ReadingTimeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to estimate reading time for"}},"type":"object","required":["text"],"title":"ReadingTimeRequest"},"RecoverRequest":{"properties":{"recovery_code":{"type":"string","maxLength":64,"minLength":8,"title":"Recovery Code","description":"The one-time cfk- recovery code shown at signup"}},"type":"object","required":["recovery_code"],"title":"RecoverRequest"},"RedactPiiRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"patterns":{"items":{"type":"string"},"type":"array","title":"Patterns","default":["email","ssn","ip_address","phone","credit_card"]},"replacement":{"type":"string","maxLength":50,"title":"Replacement","default":"[REDACTED]"}},"type":"object","required":["text"],"title":"RedactPiiRequest"},"RedactRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to redact"},"patterns":{"items":{"type":"string"},"type":"array","title":"Patterns","description":"List of regex patterns to redact. Defaults to email + phone.","default":["\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,}\\b","\\b\\d{3}[-.\\s]?\\d{3}[-.\\s]?\\d{4}\\b"]},"replacement":{"type":"string","title":"Replacement","description":"Replacement string for matches","default":"***"}},"type":"object","required":["text"],"title":"RedactRequest"},"RegexExtractRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract from"},"pattern":{"type":"string","title":"Pattern","description":"Regex pattern"},"flags":{"type":"string","title":"Flags","description":"Regex flags: i, m, s","default":""}},"type":"object","required":["text","pattern"],"title":"RegexExtractRequest"},"RegexReplaceRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Source text"},"pattern":{"type":"string","title":"Pattern","description":"Regex pattern to replace"},"replacement":{"type":"string","title":"Replacement","description":"Replacement string"},"flags":{"type":"string","title":"Flags","description":"Regex flags: i, m, s","default":""},"count":{"type":"integer","title":"Count","description":"Max replacements (0 = all)","default":0}},"type":"object","required":["text","pattern","replacement"],"title":"RegexReplaceRequest"},"RegexTestRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to test"},"pattern":{"type":"string","title":"Pattern","description":"Regex pattern"},"flags":{"type":"string","title":"Flags","description":"Regex flags: i (case-insensitive), m (multiline), s (dotall)","default":""}},"type":"object","required":["text","pattern"],"title":"RegexTestRequest"},"RemoveBoilerplateHeadersRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"RemoveBoilerplateHeadersRequest"},"RemoveBoilerplateRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"min_occurrences":{"type":"integer","maximum":100.0,"minimum":2.0,"title":"Min Occurrences","default":3},"min_line_length":{"type":"integer","minimum":1.0,"title":"Min Line Length","default":10}},"type":"object","required":["text"],"title":"RemoveBoilerplateRequest"},"RemoveCitationsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"RemoveCitationsRequest"},"RemoveEmojiRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to remove emojis from"}},"type":"object","required":["text"],"title":"RemoveEmojiRequest"},"RemoveFillerRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"RemoveFillerRequest"},"RemoveFillerWordsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"RemoveFillerWordsRequest"},"RemoveHtmlCommentsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"HTML text with comments to strip"}},"type":"object","required":["text"],"title":"RemoveHtmlCommentsRequest"},"RemoveHtmlTagsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"decode_entities":{"type":"boolean","title":"Decode Entities","default":true},"collapse_whitespace":{"type":"boolean","title":"Collapse Whitespace","default":true},"preserve_newlines":{"type":"boolean","title":"Preserve Newlines","default":false}},"type":"object","required":["text"],"title":"RemoveHtmlTagsRequest"},"RemovePunctuationRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"RemovePunctuationRequest"},"RemoveRedundantSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.7}},"type":"object","required":["text"],"title":"RemoveRedundantSentencesRequest"},"RemoveStopwordsAdvancedRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"language":{"type":"string","pattern":"^en$","title":"Language","default":"en"},"preserve_case":{"type":"boolean","title":"Preserve Case","default":false},"min_word_length":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Min Word Length","default":1},"custom_stopwords":{"items":{"type":"string"},"type":"array","maxItems":500,"title":"Custom Stopwords"}},"type":"object","required":["text"],"title":"RemoveStopwordsAdvancedRequest"},"RemoveStopwordsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to filter"}},"type":"object","required":["text"],"title":"RemoveStopwordsRequest"},"RepeatTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to repeat"},"times":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Times","description":"Number of repetitions"},"separator":{"type":"string","title":"Separator","description":"String placed between repetitions","default":" "}},"type":"object","required":["text","times"],"title":"RepeatTextRequest"},"ReverseSentencesRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ReverseSentencesRequest"},"RomanNumeralsRequest":{"properties":{"value":{"type":"string","title":"Value","description":"Integer (1-3999) or Roman numeral string"}},"type":"object","required":["value"],"title":"RomanNumeralsRequest"},"RomanToIntRequest":{"properties":{"roman":{"type":"string","title":"Roman","description":"Roman numeral string (e.g. XIV)"}},"type":"object","required":["roman"],"title":"RomanToIntRequest"},"Rot13Request":{"properties":{"text":{"type":"string","title":"Text","description":"Text to ROT13 encode/decode"}},"type":"object","required":["text"],"title":"Rot13Request"},"SafeTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to check for safety"}},"type":"object","required":["text"],"title":"SafeTextRequest"},"SanitizeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to sanitize (PII will be replaced with placeholders)"}},"type":"object","required":["text"],"title":"SanitizeRequest"},"ScanPiiRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to scan for PII"}},"type":"object","required":["text"],"title":"ScanPiiRequest"},"ScoreAbstractnessRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreAbstractnessRequest"},"ScoreAcademicRegisterRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreAcademicRegisterRequest"},"ScoreArgumentDensityRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreArgumentDensityRequest"},"ScoreArgumentStrengthRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":10,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreArgumentStrengthRequest"},"ScoreBalancedCoverageRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreBalancedCoverageRequest"},"ScoreClarityRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreClarityRequest"},"ScoreConcisenessRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreConcisenessRequest"},"ScoreConcretenessRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreConcretenessRequest"},"ScoreContextQualityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreContextQualityRequest"},"ScoreDensityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreDensityRequest"},"ScoreEmotionalArcRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreEmotionalArcRequest"},"ScoreEngagementRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreEngagementRequest"},"ScoreInformationDensityRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreInformationDensityRequest"},"ScoreLogicalFlowRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreLogicalFlowRequest"},"ScoreObjectivityRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreObjectivityRequest"},"ScorePersuasivenessRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScorePersuasivenessRequest"},"ScoreReadabilityRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":10,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreReadabilityRequest"},"ScoreRelevanceRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"query":{"type":"string","maxLength":5000,"minLength":1,"title":"Query"}},"type":"object","required":["text","query"],"title":"ScoreRelevanceRequest"},"ScoreSentenceBalanceRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":10,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreSentenceBalanceRequest"},"ScoreSentenceImportanceRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreSentenceImportanceRequest"},"ScoreSentencesRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreSentencesRequest"},"ScoreSentimentSimpleRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreSentimentSimpleRequest"},"ScoreSpecificityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreSpecificityRequest"},"ScoreTextExplicitnessRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreTextExplicitnessRequest"},"ScoreTextMaturityRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreTextMaturityRequest"},"ScoreTextQualityRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreTextQualityRequest"},"ScoreVocabularyDiversityRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreVocabularyDiversityRequest"},"ScoreVoiceConsistencyRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreVoiceConsistencyRequest"},"SegmentParagraphsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"min_words":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Min Words","default":3},"include_stats":{"type":"boolean","title":"Include Stats","default":true}},"type":"object","required":["text"],"title":"SegmentParagraphsRequest"},"SemanticChunksRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold","default":0.1}},"type":"object","required":["text"],"title":"SemanticChunksRequest"},"SentenceSplitRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to split into sentences"}},"type":"object","required":["text"],"title":"SentenceSplitRequest"},"SentenceTokenizeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to split into sentences"}},"type":"object","required":["text"],"title":"SentenceTokenizeRequest"},"SentimentRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze for sentiment"}},"type":"object","required":["text"],"title":"SentimentRequest"},"SetFlagRequest":{"properties":{"enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Enabled"},"min_tier":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Min Tier"}},"type":"object","title":"SetFlagRequest"},"SetTierRequest":{"properties":{"api_key":{"type":"string","title":"Api Key","description":"Raw API key to update"},"tier":{"type":"string","title":"Tier","description":"New tier: free | pro | team | admin"}},"type":"object","required":["api_key","tier"],"title":"SetTierRequest"},"ShareRequest":{"properties":{"content":{"type":"string","maxLength":50000,"title":"Content","description":"Compressed content to share"},"filename":{"type":"string","maxLength":200,"title":"Filename","description":"Original filename (for display)","default":""},"title":{"type":"string","maxLength":200,"title":"Title","description":"Optional title for the share","default":""}},"type":"object","required":["content"],"title":"ShareRequest"},"ShellCompressRequest":{"properties":{"output":{"type":"string","title":"Output","description":"Raw terminal/CLI output to compress"},"tool":{"type":"string","title":"Tool","description":"Tool hint: auto | git | git log | git diff | npm | pytest | cargo | docker | pip | kubectl","default":"auto"}},"type":"object","required":["output"],"title":"ShellCompressRequest"},"SignupRequest":{"properties":{"name":{"type":"string","maxLength":80,"minLength":1,"title":"Name","description":"User's display name"}},"type":"object","required":["name"],"title":"SignupRequest"},"SimilarityMatrixRequest":{"properties":{"texts":{"items":{"type":"string"},"type":"array","maxItems":20,"minItems":2,"title":"Texts"}},"type":"object","required":["texts"],"title":"SimilarityMatrixRequest"},"SimilarityRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"First text"},"text_b":{"type":"string","title":"Text B","description":"Second text"}},"type":"object","required":["text_a","text_b"],"title":"SimilarityRequest"},"SimpleTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Input text"}},"type":"object","required":["text"],"title":"SimpleTextRequest"},"SimplifyTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to simplify"}},"type":"object","required":["text"],"title":"SimplifyTextRequest"},"SingularizeRequest":{"properties":{"word":{"type":"string","title":"Word","description":"English word to singularize"}},"type":"object","required":["word"],"title":"SingularizeRequest"},"SlugRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to convert to URL slug"},"separator":{"type":"string","title":"Separator","description":"Word separator character (default: hyphen)","default":"-"},"max_length":{"type":"integer","maximum":200.0,"minimum":10.0,"title":"Max Length","description":"Maximum slug length","default":80}},"type":"object","required":["text"],"title":"SlugRequest"},"SmartPreprocessRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Raw text or base64-encoded binary content"},"filename":{"type":"string","title":"Filename","description":"Original filename with extension","default":"file.txt"},"encoding":{"type":"string","title":"Encoding","description":"'text' or 'base64'","default":"text"},"query":{"type":"string","title":"Query","description":"User's existing question/prompt — enables smart query routing","default":""},"output_format":{"type":"string","title":"Output Format","description":"markdown | json | text","default":"markdown"},"optimize_file":{"type":"boolean","title":"Optimize File","description":"Also produce an optimized file for re-upload","default":true},"mode":{"type":"string","title":"Mode","description":"Preprocessing mode: auto | outline | signatures | aggressive | full | diff","default":"auto"},"max_tokens":{"type":"integer","title":"Max Tokens","description":"If > 0, iteratively compress output to fit within this token budget","default":0}},"type":"object","required":["content"],"title":"SmartPreprocessRequest"},"SmartQueryRestRequest":{"properties":{"query":{"type":"string","title":"Query","description":"Natural-language question about the file data"},"filename":{"type":"string","title":"Filename","description":"Original filename (determines file format)","default":"data.csv"},"content":{"type":"string","title":"Content","description":"Full text content of the file (CSV rows, etc.)"}},"type":"object","required":["query","content"],"title":"SmartQueryRestRequest"},"SmartSummarizeRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Text to summarize"},"max_output_chars":{"type":"integer","maximum":5000.0,"minimum":50.0,"title":"Max Output Chars","description":"Max chars in output","default":500}},"type":"object","required":["content"],"title":"SmartSummarizeRequest"},"SnakeToCamelRequest":{"properties":{"text":{"type":"string","title":"Text","description":"snake_case text to convert"},"pascal":{"type":"boolean","title":"Pascal","description":"If True, return PascalCase instead of camelCase","default":false}},"type":"object","required":["text"],"title":"SnakeToCamelRequest"},"SplitByContextRequest":{"properties":{"text":{"type":"string","maxLength":2000000,"minLength":1,"title":"Text"},"max_tokens":{"type":"integer","maximum":200000.0,"minimum":100.0,"title":"Max Tokens","default":2000}},"type":"object","required":["text"],"title":"SplitByContextRequest"},"SplitBySentenceCountRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"sentences_per_chunk":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Sentences Per Chunk","default":3}},"type":"object","required":["text"],"title":"SplitBySentenceCountRequest"},"SplitComplexSentencesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"min_words":{"type":"integer","minimum":1.0,"title":"Min Words","default":4}},"type":"object","required":["text"],"title":"SplitComplexSentencesRequest"},"SplitForAiRequest":{"properties":{"text":{"type":"string","maxLength":10000000,"minLength":1,"title":"Text"},"chunk_tokens":{"type":"integer","maximum":200000.0,"minimum":100.0,"title":"Chunk Tokens","default":4000},"overlap_tokens":{"type":"integer","maximum":5000.0,"minimum":0.0,"title":"Overlap Tokens","default":200},"model_hint":{"type":"string","maxLength":100,"title":"Model Hint","default":"claude-sonnet-4-6"}},"type":"object","required":["text"],"title":"SplitForAiRequest"},"SplitOnDelimiterRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"delimiter":{"type":"string","maxLength":50,"minLength":1,"title":"Delimiter"},"strip_whitespace":{"type":"boolean","title":"Strip Whitespace","default":true},"remove_empty":{"type":"boolean","title":"Remove Empty","default":true},"limit":{"type":"integer","maximum":10000.0,"minimum":0.0,"title":"Limit","default":0},"use_regex":{"type":"boolean","title":"Use Regex","default":false}},"type":"object","required":["text","delimiter"],"title":"SplitOnDelimiterRequest"},"SplitTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to split"},"delimiter":{"type":"string","title":"Delimiter","description":"Delimiter string","default":" "},"max_splits":{"type":"integer","minimum":0.0,"title":"Max Splits","description":"Max number of splits (0 = unlimited)","default":0}},"type":"object","required":["text"],"title":"SplitTextRequest"},"StatisticsRequest":{"properties":{"numbers":{"items":{"type":"number"},"type":"array","title":"Numbers","description":"List of numbers to analyze"}},"type":"object","required":["numbers"],"title":"StatisticsRequest"},"StringFormatRequest":{"properties":{"template":{"type":"string","title":"Template","description":"Template string with {key} placeholders"},"values":{"additionalProperties":true,"type":"object","title":"Values","description":"Values to substitute"}},"type":"object","required":["template","values"],"title":"StringFormatRequest"},"StringSimilarityRatioRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"First string"},"text_b":{"type":"string","title":"Text B","description":"Second string"}},"type":"object","required":["text_a","text_b"],"title":"StringSimilarityRatioRequest"},"StripCommentsRequest":{"properties":{"code":{"type":"string","title":"Code","description":"Source code to strip comments from"},"style":{"type":"string","title":"Style","description":"'hash' (#), 'slash' (//), or 'both'","default":"both"}},"type":"object","required":["code"],"title":"StripCommentsRequest"},"StripMarkdownRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"StripMarkdownRequest"},"StripRedundantPhrasesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"StripRedundantPhrasesRequest"},"StripRedundantRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"StripRedundantRequest"},"SubstringFindAllRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to search in"},"substring":{"type":"string","minLength":1,"title":"Substring","description":"Substring to find"},"context_chars":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Context Chars","description":"Characters of context around each match","default":20}},"type":"object","required":["text","substring"],"title":"SubstringFindAllRequest"},"SummarizeBulletsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to summarize as bullet points"},"max_bullets":{"type":"integer","title":"Max Bullets","description":"Maximum number of bullets (3-7)","default":5}},"type":"object","required":["text"],"title":"SummarizeBulletsRequest"},"SummarizeExtractiveRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"num_sentences":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Num Sentences","default":5},"method":{"type":"string","pattern":"^(tfidf|position|length)$","title":"Method","default":"tfidf"}},"type":"object","required":["text"],"title":"SummarizeExtractiveRequest"},"SummarizeKeywordsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Top N","default":5}},"type":"object","required":["text"],"title":"SummarizeKeywordsRequest"},"SummarizeMapRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Long document text"},"chunk_size":{"type":"integer","maximum":10000.0,"minimum":200.0,"title":"Chunk Size","description":"Characters per chunk","default":2000},"max_bullets":{"type":"integer","maximum":8.0,"minimum":1.0,"title":"Max Bullets","description":"Bullets per chunk summary","default":3}},"type":"object","required":["content"],"title":"SummarizeMapRequest"},"SummarizeRatioRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze for compression potential"}},"type":"object","required":["text"],"title":"SummarizeRatioRequest"},"SummarizeRequest":{"properties":{"content":{"type":"string","title":"Content","description":"File content to summarize"},"filename":{"type":"string","title":"Filename","description":"Original filename","default":"document.txt"},"style":{"type":"string","title":"Style","description":"'bullet_points', 'paragraph', 'executive', 'technical'","default":"bullet_points"},"max_length":{"type":"string","title":"Max Length","description":"'brief' (3 points), 'medium' (5-7 points), 'detailed' (full)","default":"medium"}},"type":"object","required":["content"],"title":"SummarizeRequest"},"SummarizeStructureRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"SummarizeStructureRequest"},"SummarizeToNWordsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"max_words":{"type":"integer","maximum":10000.0,"minimum":10.0,"title":"Max Words","default":100}},"type":"object","required":["text"],"title":"SummarizeToNWordsRequest"},"SwapCaseRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to swap case"}},"type":"object","required":["text"],"title":"SwapCaseRequest"},"SwapCaseWordsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"words":{"anyOf":[{"items":{"type":"string"},"type":"array","maxItems":100},{"type":"null"}],"title":"Words"}},"type":"object","required":["text"],"title":"SwapCaseWordsRequest"},"TabulateRequest":{"properties":{"rows":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Rows","description":"List of dicts to render as table"},"headers":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Headers","description":"Column headers (default: keys of first row)"}},"type":"object","required":["rows"],"title":"TabulateRequest"},"TagDiscourseRolesRequest":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"TagDiscourseRolesRequest"},"TagSentencesRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"TagSentencesRequest"},"TemperatureRequest":{"properties":{"value":{"type":"number","title":"Value","description":"Temperature value to convert"},"from_unit":{"type":"string","title":"From Unit","description":"Source unit: 'C', 'F', or 'K'"},"to_unit":{"type":"string","title":"To Unit","description":"Target unit: 'C', 'F', or 'K'"}},"type":"object","required":["value","from_unit","to_unit"],"title":"TemperatureRequest"},"TestCaseRequest":{"properties":{"label":{"type":"string","title":"Label","description":"Short description of the test case"},"file_type":{"type":"string","title":"File Type","description":"File type tested (e.g. 'csv', 'pdf', 'pptx')"},"raw_tokens":{"type":"integer","title":"Raw Tokens","description":"Token count WITHOUT ContextForge"},"processed_tokens":{"type":"integer","title":"Processed Tokens","description":"Token count WITH ContextForge"},"quality_rating":{"type":"integer","maximum":5.0,"minimum":1.0,"title":"Quality Rating","description":"Answer quality 1–5 (5=same or better)"},"notes":{"type":"string","title":"Notes","description":"Optional notes on what question was asked / outcome","default":""}},"type":"object","required":["label","file_type","raw_tokens","processed_tokens","quality_rating"],"title":"TestCaseRequest"},"TextAugmentRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to augment"},"shuffle_sentences":{"type":"boolean","title":"Shuffle Sentences","description":"Shuffle sentence order","default":false},"swap_synonyms":{"type":"boolean","title":"Swap Synonyms","description":"Swap common words with synonyms","default":true}},"type":"object","required":["text"],"title":"TextAugmentRequest"},"TextColumnsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to format into columns"},"columns":{"type":"integer","maximum":5.0,"minimum":2.0,"title":"Columns","description":"Number of columns","default":2},"width":{"type":"integer","maximum":200.0,"minimum":40.0,"title":"Width","description":"Total output width","default":80}},"type":"object","required":["text"],"title":"TextColumnsRequest"},"TextCompareRequest":{"properties":{"text1":{"type":"string","minLength":1,"title":"Text1"},"text2":{"type":"string","minLength":1,"title":"Text2"}},"type":"object","required":["text1","text2"],"title":"TextCompareRequest"},"TextComplexityRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to score for complexity"}},"type":"object","required":["text"],"title":"TextComplexityRequest"},"TextDiffRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"Original text"},"text_b":{"type":"string","title":"Text B","description":"Modified text"}},"type":"object","required":["text_a","text_b"],"title":"TextDiffRequest"},"TextEntropyRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to compute entropy for"}},"type":"object","required":["text"],"title":"TextEntropyRequest"},"TextProfileRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to profile comprehensively"}},"type":"object","required":["text"],"title":"TextProfileRequest"},"TextReadabilityScoreRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to score for readability"}},"type":"object","required":["text"],"title":"TextReadabilityScoreRequest"},"TextReverseRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to reverse"},"mode":{"type":"string","title":"Mode","description":"'char', 'word', or 'sentence'","default":"char"}},"type":"object","required":["text"],"title":"TextReverseRequest"},"TextRotateRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to rotate"},"shift":{"type":"integer","maximum":25.0,"minimum":1.0,"title":"Shift","description":"Character shift amount","default":13}},"type":"object","required":["text"],"title":"TextRotateRequest"},"TextStatisticsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze comprehensively"}},"type":"object","required":["text"],"title":"TextStatisticsRequest"},"TextStatsDetailedRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze"},"top_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Top N","description":"Number of top words to include","default":5}},"type":"object","required":["text"],"title":"TextStatsDetailedRequest"},"TextStatsRequest":{"properties":{"text":{"type":"string","minLength":0,"title":"Text"}},"type":"object","required":["text"],"title":"TextStatsRequest"},"TextSummaryRatioRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to estimate summary ratio for"},"max_sentences":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Max Sentences","description":"Target summary sentence count","default":5}},"type":"object","required":["text"],"title":"TextSummaryRatioRequest"},"TextToOutlineRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to convert to outline"}},"type":"object","required":["text"],"title":"TextToOutlineRequest"},"TextToQuestionsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to generate questions from"},"max_questions":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Max Questions","description":"Maximum questions to generate","default":5}},"type":"object","required":["text"],"title":"TextToQuestionsRequest"},"TextTruncateRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to truncate"},"max_length":{"type":"integer","minimum":1.0,"title":"Max Length","description":"Maximum character length"},"ellipsis":{"type":"string","title":"Ellipsis","description":"Ellipsis string to append","default":"..."},"word_boundary":{"type":"boolean","title":"Word Boundary","description":"Break at word boundary","default":true}},"type":"object","required":["text","max_length"],"title":"TextTruncateRequest"},"TimeAgoRequest":{"properties":{"timestamp":{"type":"string","title":"Timestamp","description":"ISO 8601 datetime string (past)"}},"type":"object","required":["timestamp"],"title":"TimeAgoRequest"},"TimeUntilRequest":{"properties":{"timestamp":{"type":"string","title":"Timestamp","description":"ISO 8601 datetime string (future)"}},"type":"object","required":["timestamp"],"title":"TimeUntilRequest"},"TimestampRequest":{"properties":{"value":{"type":"string","title":"Value","description":"Unix timestamp (integer string) or ISO date string"}},"type":"object","required":["value"],"title":"TimestampRequest"},"TipCalculatorRequest":{"properties":{"bill_amount":{"type":"number","exclusiveMinimum":0.0,"title":"Bill Amount","description":"Total bill amount"},"tip_percentage":{"type":"number","maximum":100.0,"minimum":0.0,"title":"Tip Percentage","description":"Tip percentage","default":18.0},"split_n":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Split N","description":"Number of people to split between","default":1}},"type":"object","required":["bill_amount"],"title":"TipCalculatorRequest"},"ToBulletListRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"split_by":{"type":"string","pattern":"^(sentence|line)$","title":"Split By","default":"sentence"},"bullet":{"type":"string","maxLength":5,"title":"Bullet","default":"-"}},"type":"object","required":["text"],"title":"ToBulletListRequest"},"ToNumberedListRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"split_by":{"type":"string","pattern":"^(sentence|line)$","title":"Split By","default":"sentence"},"start":{"type":"integer","minimum":1.0,"title":"Start","default":1}},"type":"object","required":["text"],"title":"ToNumberedListRequest"},"ToOutlineRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"max_depth":{"type":"integer","maximum":6.0,"minimum":1.0,"title":"Max Depth","default":3},"include_word_counts":{"type":"boolean","title":"Include Word Counts","default":true}},"type":"object","required":["text"],"title":"ToOutlineRequest"},"ToSentenceCaseRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ToSentenceCaseRequest"},"TokenBudgetItem":{"properties":{"text":{"type":"string","title":"Text"},"priority":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Priority","description":"Higher = more important","default":1},"label":{"type":"string","maxLength":100,"title":"Label","default":""}},"type":"object","required":["text"],"title":"TokenBudgetItem"},"TokenBudgetRequest":{"properties":{"items":{"items":{"$ref":"#/components/schemas/TokenBudgetItem"},"type":"array","maxItems":50,"minItems":1,"title":"Items"},"budget_tokens":{"type":"integer","maximum":1000000.0,"minimum":1.0,"title":"Budget Tokens"}},"type":"object","required":["items","budget_tokens"],"title":"TokenBudgetRequest"},"TokenCountBatchRequest":{"properties":{"texts":{"items":{"type":"string"},"type":"array","title":"Texts","description":"List of texts to count tokens for"}},"type":"object","required":["texts"],"title":"TokenCountBatchRequest"},"TokenCountRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to estimate token count for"}},"type":"object","required":["text"],"title":"TokenCountRequest"},"TokenizeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to count tokens for"},"model":{"type":"string","title":"Model","description":"Model to use for tokenization (affects encoding)","default":"gpt-4o"}},"type":"object","required":["text"],"title":"TokenizeRequest"},"TransformRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to transform"},"mode":{"type":"string","title":"Mode","description":"Transform mode: upper|lower|title|slug|trim|reverse|sentences"}},"type":"object","required":["text","mode"],"title":"TransformRequest"},"TruncateRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to truncate"},"max_tokens":{"type":"integer","title":"Max Tokens","description":"Maximum approximate token count (1 token ≈ 4 chars)","default":1000},"ellipsis":{"type":"string","title":"Ellipsis","description":"String to append when truncated","default":"..."}},"type":"object","required":["text"],"title":"TruncateRequest"},"TruncateSentencesRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"max_sentences":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Max Sentences","default":5},"keep_from":{"type":"string","pattern":"^(start|end)$","title":"Keep From","default":"start"}},"type":"object","required":["text"],"title":"TruncateSentencesRequest"},"TruncateTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to truncate"},"max_words":{"anyOf":[{"type":"integer","minimum":1.0},{"type":"null"}],"title":"Max Words","description":"Maximum number of words"},"max_chars":{"anyOf":[{"type":"integer","minimum":1.0},{"type":"null"}],"title":"Max Chars","description":"Maximum number of characters"},"ellipsis":{"type":"string","title":"Ellipsis","description":"String to append when truncated","default":"..."}},"type":"object","required":["text"],"title":"TruncateTextRequest"},"TruncateToParagraphsRequest":{"properties":{"text":{"type":"string","maxLength":2000000,"minLength":1,"title":"Text"},"max_paragraphs":{"type":"integer","maximum":1000.0,"minimum":1.0,"title":"Max Paragraphs","default":5}},"type":"object","required":["text"],"title":"TruncateToParagraphsRequest"},"TruncateToTokensRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to truncate"},"max_tokens":{"type":"integer","maximum":200000.0,"minimum":1.0,"title":"Max Tokens","description":"Maximum tokens to keep","default":2000},"from_end":{"type":"boolean","title":"From End","description":"If true, keep the last N tokens instead of the first","default":false}},"type":"object","required":["text"],"title":"TruncateToTokensRequest"},"TtDedupLinesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text with potentially duplicate lines"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","description":"Case-sensitive comparison","default":false}},"type":"object","required":["text"],"title":"TtDedupLinesRequest"},"TtEncodeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to encode or decode"},"action":{"type":"string","title":"Action","description":"'encode' or 'decode'","default":"encode"}},"type":"object","required":["text"],"title":"TtEncodeRequest"},"TtHashRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to hash"},"algorithm":{"type":"string","title":"Algorithm","description":"md5|sha1|sha256|sha512","default":"sha256"}},"type":"object","required":["text"],"title":"TtHashRequest"},"TtKeywordsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract keywords from"},"top_n":{"type":"integer","title":"Top N","description":"Number of keywords to return (max 50)","default":10}},"type":"object","required":["text"],"title":"TtKeywordsRequest"},"TtReadabilityRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to score for readability"}},"type":"object","required":["text"],"title":"TtReadabilityRequest"},"TtSentimentRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze"}},"type":"object","required":["text"],"title":"TtSentimentRequest"},"TtSimilarityRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"First text"},"text_b":{"type":"string","title":"Text B","description":"Second text"}},"type":"object","required":["text_a","text_b"],"title":"TtSimilarityRequest"},"TtTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Input text"}},"type":"object","required":["text"],"title":"TtTextRequest"},"TtTruncateRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to truncate"},"max_tokens":{"type":"integer","title":"Max Tokens","description":"Maximum approximate token count","default":1000},"ellipsis":{"type":"string","title":"Ellipsis","description":"String to append when truncated","default":"..."}},"type":"object","required":["text"],"title":"TtTruncateRequest"},"TtValidateJsonRequest":{"properties":{"text":{"type":"string","title":"Text","description":"JSON string to validate"}},"type":"object","required":["text"],"title":"TtValidateJsonRequest"},"TypeDetectRequest":{"properties":{"value":{"type":"string","title":"Value","description":"String value to detect type of"}},"type":"object","required":["value"],"title":"TypeDetectRequest"},"UniqueWordsRequest":{"properties":{"text_a":{"type":"string","title":"Text A","description":"Source text — words unique to this text are returned"},"text_b":{"type":"string","title":"Text B","description":"Reference text"},"min_length":{"type":"integer","title":"Min Length","description":"Minimum word length to include","default":1}},"type":"object","required":["text_a","text_b"],"title":"UniqueWordsRequest"},"UnitConvertRequest":{"properties":{"value":{"type":"number","title":"Value","description":"Numeric value to convert"},"from_unit":{"type":"string","title":"From Unit","description":"Source unit abbreviation (e.g. 'km', 'lb')"},"to_unit":{"type":"string","title":"To Unit","description":"Target unit abbreviation"}},"type":"object","required":["value","from_unit","to_unit"],"title":"UnitConvertRequest"},"UrlParseRequest":{"properties":{"url":{"type":"string","title":"Url","description":"URL to parse"}},"type":"object","required":["url"],"title":"UrlParseRequest"},"UuidGenerateRequest":{"properties":{"count":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Count","description":"Number of UUIDs to generate","default":1}},"type":"object","title":"UuidGenerateRequest"},"ValidateCsvRequest":{"properties":{"text":{"type":"string","title":"Text","description":"CSV content to validate"}},"type":"object","required":["text"],"title":"ValidateCsvRequest"},"ValidateEmailRequest":{"properties":{"email":{"type":"string","title":"Email","description":"Email address to validate"}},"type":"object","required":["email"],"title":"ValidateEmailRequest"},"ValidateIpRequest":{"properties":{"ip":{"type":"string","title":"Ip","description":"IP address to validate"}},"type":"object","required":["ip"],"title":"ValidateIpRequest"},"ValidateJsonRequest":{"properties":{"text":{"type":"string","title":"Text","description":"JSON string to validate"}},"type":"object","required":["text"],"title":"ValidateJsonRequest"},"ValidateRequest":{"properties":{"content":{"type":"string","title":"Content","description":"File content to estimate token count for"},"filename":{"type":"string","title":"Filename","description":"Original filename with extension","default":"file.txt"},"encoding":{"type":"string","title":"Encoding","description":"'text' or 'base64'","default":"text"}},"type":"object","required":["content"],"title":"ValidateRequest"},"ValidateStructureRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ValidateStructureRequest"},"ValidateUrlRequest":{"properties":{"url":{"type":"string","title":"Url","description":"URL to validate"}},"type":"object","required":["url"],"title":"ValidateUrlRequest"},"ValidateYamlRequest":{"properties":{"yaml_text":{"type":"string","title":"Yaml Text","description":"YAML string to validate"}},"type":"object","required":["yaml_text"],"title":"ValidateYamlRequest"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"VerifySignatureRequest":{"properties":{"message":{"type":"string","title":"Message","description":"Message to verify"},"signature":{"type":"string","title":"Signature","description":"HMAC-SHA256 signature (hex)"},"secret":{"type":"string","title":"Secret","description":"Secret key used to sign"}},"type":"object","required":["message","signature","secret"],"title":"VerifySignatureRequest"},"WaitlistRequest":{"properties":{"email":{"type":"string","title":"Email","description":"Email address for Pro waitlist"},"use_case":{"type":"string","maxLength":200,"title":"Use Case","description":"Optional: how you plan to use ContextForge","default":""}},"type":"object","required":["email"],"title":"WaitlistRequest"},"WebhookRequest":{"properties":{"url":{"type":"string","title":"Url","description":"HTTPS URL to receive webhook events (must start with https://)"},"events":{"items":{"type":"string"},"type":"array","title":"Events","description":"Events to subscribe to: preprocess.complete, smart_query.complete","default":["preprocess.complete"]},"secret":{"type":"string","maxLength":64,"title":"Secret","description":"Optional shared secret for signature verification","default":""}},"type":"object","required":["url"],"title":"WebhookRequest"},"WeekdayRequest":{"properties":{"date":{"type":"string","title":"Date","description":"ISO 8601 date string (YYYY-MM-DD)"}},"type":"object","required":["date"],"title":"WeekdayRequest"},"WildcardMatchRequest":{"properties":{"text":{"type":"string","title":"Text","description":"String to test"},"pattern":{"type":"string","title":"Pattern","description":"Glob/wildcard pattern (* and ? supported)"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","description":"Whether match is case-sensitive","default":true}},"type":"object","required":["text","pattern"],"title":"WildcardMatchRequest"},"WordContextRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"word":{"type":"string","maxLength":100,"minLength":1,"title":"Word"},"window":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Window","default":5},"case_sensitive":{"type":"boolean","title":"Case Sensitive","default":false},"max_results":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Max Results","default":10}},"type":"object","required":["text","word"],"title":"WordContextRequest"},"WordCountRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to count"}},"type":"object","required":["text"],"title":"WordCountRequest"},"WordNgramsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"n":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"N","default":2}},"type":"object","required":["text"],"title":"WordNgramsRequest"},"WordWrapSmartRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to word-wrap"},"width":{"type":"integer","maximum":500.0,"minimum":20.0,"title":"Width","description":"Target line width","default":80}},"type":"object","required":["text"],"title":"WordWrapSmartRequest"},"WrapParagraphsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"},"max_width":{"type":"integer","maximum":500.0,"minimum":20.0,"title":"Max Width","default":80}},"type":"object","required":["text"],"title":"WrapParagraphsRequest"},"WrapTextRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to wrap"},"width":{"type":"integer","maximum":300.0,"minimum":10.0,"title":"Width","description":"Column width","default":80},"break_long_words":{"type":"boolean","title":"Break Long Words","description":"Break words longer than width","default":true}},"type":"object","required":["text"],"title":"WrapTextRequest"},"YamlToJsonRequest":{"properties":{"yaml_text":{"type":"string","title":"Yaml Text","description":"YAML text to convert to JSON"}},"type":"object","required":["yaml_text"],"title":"YamlToJsonRequest"},"_GWC100ConditionalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC100ConditionalReq"},"_GWC100EnumerationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC100EnumerationReq"},"_GWC100NegationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC100NegationReq"},"_GWC100RepetitionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC100RepetitionReq"},"_GWC101AssumptionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC101AssumptionReq"},"_GWC101ComparisonReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC101ComparisonReq"},"_GWC101IntentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC101IntentReq"},"_GWC101ScopeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC101ScopeReq"},"_GWC102ConcessionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC102ConcessionReq"},"_GWC102ConstraintReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC102ConstraintReq"},"_GWC102EvidenceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC102EvidenceReq"},"_GWC102RecommendationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC102RecommendationReq"},"_GWC103ActionVerbReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC103ActionVerbReq"},"_GWC103FutureTemporalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC103FutureTemporalReq"},"_GWC103QualificationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC103QualificationReq"},"_GWC103UncertaintyQuantifierReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC103UncertaintyQuantifierReq"},"_GWC104DiscourseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC104DiscourseReq"},"_GWC104ExclamatoryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC104ExclamatoryReq"},"_GWC104ListingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC104ListingReq"},"_GWC104PassiveReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC104PassiveReq"},"_GWC105ContradictionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC105ContradictionReq"},"_GWC105FormalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC105FormalReq"},"_GWC105OpenQuestionsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC105OpenQuestionsReq"},"_GWC105PolitenessReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC105PolitenessReq"},"_GWC106AffirmationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC106AffirmationReq"},"_GWC106ComplexityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC106ComplexityReq"},"_GWC106PriorityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC106PriorityReq"},"_GWC106RestatementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC106RestatementReq"},"_GWC107AccuracyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC107AccuracyReq"},"_GWC107DensityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC107DensityReq"},"_GWC107IronyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC107IronyReq"},"_GWC107PastTemporalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC107PastTemporalReq"},"_GWC108DisappointmentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC108DisappointmentReq"},"_GWC108SpeculationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC108SpeculationReq"},"_GWC108SuccessReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC108SuccessReq"},"_GWC108SurpriseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC108SurpriseReq"},"_GWC109ChallengeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC109ChallengeReq"},"_GWC109DependencyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC109DependencyReq"},"_GWC109MilestoneReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC109MilestoneReq"},"_GWC109RiskReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC109RiskReq"},"_GWC110AgreementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC110AgreementReq"},"_GWC110DisagreementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC110DisagreementReq"},"_GWC110FeedbackReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC110FeedbackReq"},"_GWC110OwnershipReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC110OwnershipReq"},"_GWC111AnnouncementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC111AnnouncementReq"},"_GWC111CollaborationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC111CollaborationReq"},"_GWC111DeadlineReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC111DeadlineReq"},"_GWC111WarningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC111WarningReq"},"_GWC112ContextReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC112ContextReq"},"_GWC112GapAnalysisReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC112GapAnalysisReq"},"_GWC112PromiseDeliveryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC112PromiseDeliveryReq"},"_GWC112ResolutionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC112ResolutionReq"},"_GWC113BenchmarkReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC113BenchmarkReq"},"_GWC113HypothesisReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC113HypothesisReq"},"_GWC113LessonReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC113LessonReq"},"_GWC113TrendReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC113TrendReq"},"_GWC114EscalationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC114EscalationReq"},"_GWC114RootCauseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC114RootCauseReq"},"_GWC114StakeholderReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC114StakeholderReq"},"_GWC114WorkaroundReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC114WorkaroundReq"},"_GWC115ActionItemReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC115ActionItemReq"},"_GWC115BlockerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC115BlockerReq"},"_GWC115DecisionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC115DecisionReq"},"_GWC115FollowupReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC115FollowupReq"},"_GWC116CapacityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC116CapacityReq"},"_GWC116KpiReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC116KpiReq"},"_GWC116ObjectiveReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC116ObjectiveReq"},"_GWC116VelocityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC116VelocityReq"},"_GWC117IncidentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC117IncidentReq"},"_GWC117PostmortemReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC117PostmortemReq"},"_GWC117RollbackReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC117RollbackReq"},"_GWC117RolloutReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC117RolloutReq"},"_GWC118AdoptionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC118AdoptionReq"},"_GWC118DeprecationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC118DeprecationReq"},"_GWC118IntegrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC118IntegrationReq"},"_GWC118MigrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC118MigrationReq"},"_GWC119AuditReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC119AuditReq"},"_GWC119ComplianceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC119ComplianceReq"},"_GWC119GovernanceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC119GovernanceReq"},"_GWC119SlaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC119SlaReq"},"_GWC120CoverageReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC120CoverageReq"},"_GWC120DebtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC120DebtReq"},"_GWC120RefactorReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC120RefactorReq"},"_GWC120ReviewReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC120ReviewReq"},"_GWC121AbTestReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC121AbTestReq"},"_GWC121CanaryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC121CanaryReq"},"_GWC121ExperimentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC121ExperimentReq"},"_GWC121FlagReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC121FlagReq"},"_GWC122LatencyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC122LatencyReq"},"_GWC122ReliabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC122ReliabilityReq"},"_GWC122ScalabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC122ScalabilityReq"},"_GWC122ThroughputReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC122ThroughputReq"},"_GWC123AccessControlReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC123AccessControlReq"},"_GWC123PatchReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC123PatchReq"},"_GWC123ThreatReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC123ThreatReq"},"_GWC123VulnerabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC123VulnerabilityReq"},"_GWC124DocumentationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC124DocumentationReq"},"_GWC124KnowledgeBaseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC124KnowledgeBaseReq"},"_GWC124OnboardingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC124OnboardingReq"},"_GWC124TrainingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC124TrainingReq"},"_GWC125AllocationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC125AllocationReq"},"_GWC125BudgetReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC125BudgetReq"},"_GWC125CostReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC125CostReq"},"_GWC125RoiReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC125RoiReq"},"_GWC126DeadlineReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC126DeadlineReq"},"_GWC126MilestoneReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC126MilestoneReq"},"_GWC126RoadmapReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC126RoadmapReq"},"_GWC126TimelineReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC126TimelineReq"},"_GWC127CrossTeamReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC127CrossTeamReq"},"_GWC127CustomerFeedbackReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC127CustomerFeedbackReq"},"_GWC127PartnershipReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC127PartnershipReq"},"_GWC127VendorReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC127VendorReq"},"_GWC128FeasibilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC128FeasibilityReq"},"_GWC128InnovationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC128InnovationReq"},"_GWC128PocReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC128PocReq"},"_GWC128PrototypeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC128PrototypeReq"},"_GWC129AlertingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC129AlertingReq"},"_GWC129LoggingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC129LoggingReq"},"_GWC129MonitoringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC129MonitoringReq"},"_GWC129ObservabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC129ObservabilityReq"},"_GWC130ApiDesignReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC130ApiDesignReq"},"_GWC130PaginationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC130PaginationReq"},"_GWC130RateLimitingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC130RateLimitingReq"},"_GWC130VersioningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC130VersioningReq"},"_GWC131BuildReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC131BuildReq"},"_GWC131CicdReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC131CicdReq"},"_GWC131PipelineReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC131PipelineReq"},"_GWC131TestAutomationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC131TestAutomationReq"},"_GWC132ArchitectureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC132ArchitectureReq"},"_GWC132MicroservicesReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC132MicroservicesReq"},"_GWC132MonolithReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC132MonolithReq"},"_GWC132ServiceMeshReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC132ServiceMeshReq"},"_GWC133AnalyticsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC133AnalyticsReq"},"_GWC133DataPipelineReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC133DataPipelineReq"},"_GWC133DataQualityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC133DataQualityReq"},"_GWC133EtlReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC133EtlReq"},"_GWC134CloudInfraReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC134CloudInfraReq"},"_GWC134ContainerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC134ContainerReq"},"_GWC134KubernetesReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC134KubernetesReq"},"_GWC134ServerlessReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC134ServerlessReq"},"_GWC135CacheReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC135CacheReq"},"_GWC135DatabaseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC135DatabaseReq"},"_GWC135EventStreamingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC135EventStreamingReq"},"_GWC135MessageQueueReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC135MessageQueueReq"},"_GWC136ApiGatewayReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC136ApiGatewayReq"},"_GWC136AuthenticationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC136AuthenticationReq"},"_GWC136AuthorizationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC136AuthorizationReq"},"_GWC136OAuthReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC136OAuthReq"},"_GWC137ChaosReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC137ChaosReq"},"_GWC137LoadTestReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC137LoadTestReq"},"_GWC137PerfTestReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC137PerfTestReq"},"_GWC137StressTestReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC137StressTestReq"},"_GWC138CodeQualityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC138CodeQualityReq"},"_GWC138CodeSmellReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC138CodeSmellReq"},"_GWC138RefactorPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC138RefactorPatternReq"},"_GWC138StaticAnalysisReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC138StaticAnalysisReq"},"_GWC139CleanArchReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC139CleanArchReq"},"_GWC139DesignPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC139DesignPatternReq"},"_GWC139DryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC139DryReq"},"_GWC139SolidReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC139SolidReq"},"_GWC140DevOpsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC140DevOpsReq"},"_GWC140EngExcellenceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC140EngExcellenceReq"},"_GWC140PlatformEngReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC140PlatformEngReq"},"_GWC140SreReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC140SreReq"},"_GWC141AcceptanceCriteriaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC141AcceptanceCriteriaReq"},"_GWC141ProductBacklogReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC141ProductBacklogReq"},"_GWC141ProductMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC141ProductMgmtReq"},"_GWC141UserStoryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC141UserStoryReq"},"_GWC142RetrospectiveReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC142RetrospectiveReq"},"_GWC142ScrumMasterReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC142ScrumMasterReq"},"_GWC142SprintCeremonyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC142SprintCeremonyReq"},"_GWC142TeamDynamicsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC142TeamDynamicsReq"},"_GWC143EncryptionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC143EncryptionReq"},"_GWC143NetworkSecurityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC143NetworkSecurityReq"},"_GWC143SecretsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC143SecretsReq"},"_GWC143ZeroTrustReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC143ZeroTrustReq"},"_GWC144ChangeMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC144ChangeMgmtReq"},"_GWC144FeatureDeliveryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC144FeatureDeliveryReq"},"_GWC144ReleaseMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC144ReleaseMgmtReq"},"_GWC144RiskMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC144RiskMgmtReq"},"_GWC145AccessibilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC145AccessibilityReq"},"_GWC145FrontendReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC145FrontendReq"},"_GWC145MobileReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC145MobileReq"},"_GWC145UxDesignReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC145UxDesignReq"},"_GWC146AiReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC146AiReq"},"_GWC146MlReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC146MlReq"},"_GWC146MlopsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC146MlopsReq"},"_GWC146ModelGovernanceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC146ModelGovernanceReq"},"_GWC147DataScienceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC147DataScienceReq"},"_GWC147DataVizReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC147DataVizReq"},"_GWC147ReportingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC147ReportingReq"},"_GWC147StatisticalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC147StatisticalReq"},"_GWC148DependencyMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC148DependencyMgmtReq"},"_GWC148LicensingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC148LicensingReq"},"_GWC148OpenSourceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC148OpenSourceReq"},"_GWC148SupplyChainReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC148SupplyChainReq"},"_GWC149BillingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC149BillingReq"},"_GWC149MultitenancyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC149MultitenancyReq"},"_GWC149SaasReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC149SaasReq"},"_GWC149SubscriptionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC149SubscriptionReq"},"_GWC150CapReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC150CapReq"},"_GWC150ConsensusReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC150ConsensusReq"},"_GWC150ConsistencyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC150ConsistencyReq"},"_GWC150DistributedReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC150DistributedReq"},"_GWC151ChurnReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC151ChurnReq"},"_GWC151CustomerSuccessReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC151CustomerSuccessReq"},"_GWC151FeedbackReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC151FeedbackReq"},"_GWC151NpsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC151NpsReq"},"_GWC152EscalationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC152EscalationReq"},"_GWC152IncidentMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC152IncidentMgmtReq"},"_GWC152OncallReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC152OncallReq"},"_GWC152PostmortemReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC152PostmortemReq"},"_GWC153ApiDocsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC153ApiDocsReq"},"_GWC153DocStandardsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC153DocStandardsReq"},"_GWC153RunbookReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC153RunbookReq"},"_GWC153TechWritingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC153TechWritingReq"},"_GWC154CapacityPlanningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC154CapacityPlanningReq"},"_GWC154CloudEconomicsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC154CloudEconomicsReq"},"_GWC154CostOptReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC154CostOptReq"},"_GWC154FinOpsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC154FinOpsReq"},"_GWC155ErrorBudgetReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC155ErrorBudgetReq"},"_GWC155PlatformReliabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC155PlatformReliabilityReq"},"_GWC155SloReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC155SloReq"},"_GWC155ToilReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC155ToilReq"},"_GWC156DevExReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC156DevExReq"},"_GWC156DevPortalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC156DevPortalReq"},"_GWC156EngEnablementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC156EngEnablementReq"},"_GWC156InnerLoopReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC156InnerLoopReq"},"_GWC157AlertingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC157AlertingReq"},"_GWC157LogMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC157LogMgmtReq"},"_GWC157ObservabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC157ObservabilityReq"},"_GWC157TracingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC157TracingReq"},"_GWC158ConfigMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC158ConfigMgmtReq"},"_GWC158DriftReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC158DriftReq"},"_GWC158GitOpsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC158GitOpsReq"},"_GWC158IaCReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC158IaCReq"},"_GWC159ApiMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC159ApiMgmtReq"},"_GWC159RateLimitPolicyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC159RateLimitPolicyReq"},"_GWC159ServiceMeshPlatformReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC159ServiceMeshPlatformReq"},"_GWC159TrafficMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC159TrafficMgmtReq"},"_GWC160AuditTrailReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC160AuditTrailReq"},"_GWC160ComplianceFrameworkReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC160ComplianceFrameworkReq"},"_GWC160DataPrivacyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC160DataPrivacyReq"},"_GWC160RegulatoryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC160RegulatoryReq"},"_GWC161PentestReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC161PentestReq"},"_GWC161SecurityScanReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC161SecurityScanReq"},"_GWC161ThreatModelReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC161ThreatModelReq"},"_GWC161VulnMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC161VulnMgmtReq"},"_GWC162CqrsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC162CqrsReq"},"_GWC162EdaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC162EdaReq"},"_GWC162EventSourcingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC162EventSourcingReq"},"_GWC162MessageBrokerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC162MessageBrokerReq"},"_GWC163BoundedContextReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC163BoundedContextReq"},"_GWC163DddReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC163DddReq"},"_GWC163MicroservicesArchReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC163MicroservicesArchReq"},"_GWC163ServiceDecompReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC163ServiceDecompReq"},"_GWC164CognitiveLoadReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC164CognitiveLoadReq"},"_GWC164EngCultureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC164EngCultureReq"},"_GWC164PsychSafetyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC164PsychSafetyReq"},"_GWC164TeamTopologiesReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC164TeamTopologiesReq"},"_GWC165DevMetricsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC165DevMetricsReq"},"_GWC165DoraReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC165DoraReq"},"_GWC165EngKpiReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC165EngKpiReq"},"_GWC165SpaceFrameworkReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC165SpaceFrameworkReq"},"_GWC166CodeOwnershipReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC166CodeOwnershipReq"},"_GWC166LegacyMigrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC166LegacyMigrationReq"},"_GWC166RefactoringStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC166RefactoringStrategyReq"},"_GWC166TechDebtMgmtReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC166TechDebtMgmtReq"},"_GWC167ChaosPracticeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC167ChaosPracticeReq"},"_GWC167FaultInjectionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC167FaultInjectionReq"},"_GWC167GameDayReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC167GameDayReq"},"_GWC167ResilienceTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC167ResilienceTestingReq"},"_GWC168ApiContractReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC168ApiContractReq"},"_GWC168ConsumerDrivenReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC168ConsumerDrivenReq"},"_GWC168PactReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC168PactReq"},"_GWC168SchemaValidationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC168SchemaValidationReq"},"_GWC169BlockchainReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC169BlockchainReq"},"_GWC169DecentralisedSystemsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC169DecentralisedSystemsReq"},"_GWC169SmartContractReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC169SmartContractReq"},"_GWC169Web3Req":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC169Web3Req"},"_GWC170EdgeComputingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC170EdgeComputingReq"},"_GWC170EmbeddedSystemsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC170EmbeddedSystemsReq"},"_GWC170IotReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC170IotReq"},"_GWC170QuantumReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC170QuantumReq"},"_GWC171AiSafetyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC171AiSafetyReq"},"_GWC171LlmEngineeringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC171LlmEngineeringReq"},"_GWC171PromptEngineeringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC171PromptEngineeringReq"},"_GWC171ResponsibleAiReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC171ResponsibleAiReq"},"_GWC172DataCatalogReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC172DataCatalogReq"},"_GWC172DataContractReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC172DataContractReq"},"_GWC172DataGovernanceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC172DataGovernanceReq"},"_GWC172DataMeshReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC172DataMeshReq"},"_GWC173CdcReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC173CdcReq"},"_GWC173KafkaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC173KafkaReq"},"_GWC173RealTimeAnalyticsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC173RealTimeAnalyticsReq"},"_GWC173StreamProcessingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC173StreamProcessingReq"},"_GWC174BgpReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC174BgpReq"},"_GWC174DnsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC174DnsReq"},"_GWC174NetworkAutomationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC174NetworkAutomationReq"},"_GWC174SdnReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC174SdnReq"},"_GWC175CloudMigrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC175CloudMigrationReq"},"_GWC175HybridCloudReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC175HybridCloudReq"},"_GWC175LandingZoneReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC175LandingZoneReq"},"_GWC175MultiCloudReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC175MultiCloudReq"},"_GWC176AppsecReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC176AppsecReq"},"_GWC176DevsecopsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC176DevsecopsReq"},"_GWC176SastDastReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC176SastDastReq"},"_GWC176ShiftLeftReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC176ShiftLeftReq"},"_GWC177BrowserAutomationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC177BrowserAutomationReq"},"_GWC177E2eTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC177E2eTestingReq"},"_GWC177SyntheticMonitoringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC177SyntheticMonitoringReq"},"_GWC177UserJourneyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC177UserJourneyReq"},"_GWC178ApiVersioningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC178ApiVersioningReq"},"_GWC178GraphqlReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC178GraphqlReq"},"_GWC178GrpcReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC178GrpcReq"},"_GWC178RestApiDesignReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC178RestApiDesignReq"},"_GWC179CertificateManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC179CertificateManagementReq"},"_GWC179MtlsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC179MtlsReq"},"_GWC179ServiceAccountReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC179ServiceAccountReq"},"_GWC179WorkloadIdentityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC179WorkloadIdentityReq"},"_GWC180CostAnomalyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC180CostAnomalyReq"},"_GWC180CostAttributionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC180CostAttributionReq"},"_GWC180ReservationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC180ReservationReq"},"_GWC180ResourceTaggingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC180ResourceTaggingReq"},"_GWC181IncidentCommandReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC181IncidentCommandReq"},"_GWC181MajorIncidentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC181MajorIncidentReq"},"_GWC181StatusCommunicationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC181StatusCommunicationReq"},"_GWC181WarRoomReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC181WarRoomReq"},"_GWC182CacheStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC182CacheStrategyReq"},"_GWC182DatabaseScalingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC182DatabaseScalingReq"},"_GWC182ReadReplicaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC182ReadReplicaReq"},"_GWC182ShardingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC182ShardingReq"},"_GWC183FullTextSearchReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC183FullTextSearchReq"},"_GWC183SearchEngineReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC183SearchEngineReq"},"_GWC183SemanticSearchReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC183SemanticSearchReq"},"_GWC183VectorSearchReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC183VectorSearchReq"},"_GWC184CohortAnalysisReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC184CohortAnalysisReq"},"_GWC184ExperimentationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC184ExperimentationReq"},"_GWC184MultivariateReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC184MultivariateReq"},"_GWC184RolloutStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC184RolloutStrategyReq"},"_GWC185ActivationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC185ActivationReq"},"_GWC185NorthStarReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC185NorthStarReq"},"_GWC185ProductAnalyticsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC185ProductAnalyticsReq"},"_GWC185UserEngagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC185UserEngagementReq"},"_GWC186ApiKeyManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC186ApiKeyManagementReq"},"_GWC186Oauth2FlowReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC186Oauth2FlowReq"},"_GWC186ScopeDesignReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC186ScopeDesignReq"},"_GWC186TokenLifecycleReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC186TokenLifecycleReq"},"_GWC187DataResidencyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC187DataResidencyReq"},"_GWC187GdprComplianceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC187GdprComplianceReq"},"_GWC187PrivacyEngineeringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC187PrivacyEngineeringReq"},"_GWC187RightToErasureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC187RightToErasureReq"},"_GWC188CcpaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC188CcpaReq"},"_GWC188ConsentManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC188ConsentManagementReq"},"_GWC188CookieComplianceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC188CookieComplianceReq"},"_GWC188LegitimateInterestReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC188LegitimateInterestReq"},"_GWC189DataDriftReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC189DataDriftReq"},"_GWC189ExperimentTrackingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC189ExperimentTrackingReq"},"_GWC189FeatureStoreReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC189FeatureStoreReq"},"_GWC189ModelRegistryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC189ModelRegistryReq"},"_GWC190DependencyScanningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC190DependencyScanningReq"},"_GWC190PatchManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC190PatchManagementReq"},"_GWC190SbomReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC190SbomReq"},"_GWC190SupplyChainSecurityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC190SupplyChainSecurityReq"},"_GWC191CostOfDelayReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC191CostOfDelayReq"},"_GWC191FlowEfficiencyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC191FlowEfficiencyReq"},"_GWC191LeanMethodologyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC191LeanMethodologyReq"},"_GWC191ValueStreamMappingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC191ValueStreamMappingReq"},"_GWC192AiGovernanceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC192AiGovernanceReq"},"_GWC192FederatedLearningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC192FederatedLearningReq"},"_GWC192ModelPrivacyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC192ModelPrivacyReq"},"_GWC192SecureComputationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC192SecureComputationReq"},"_GWC193CloudAgnosticReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC193CloudAgnosticReq"},"_GWC193GoldenPathReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC193GoldenPathReq"},"_GWC193InternalDeveloperPlatformReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC193InternalDeveloperPlatformReq"},"_GWC193ServiceCatalogReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC193ServiceCatalogReq"},"_GWC194CloudPortabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC194CloudPortabilityReq"},"_GWC194ContinuousComplianceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC194ContinuousComplianceReq"},"_GWC194HybridCloudManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC194HybridCloudManagementReq"},"_GWC194PolicyAsCodeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC194PolicyAsCodeReq"},"_GWC195DataLineageReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC195DataLineageReq"},"_GWC195DataObservabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC195DataObservabilityReq"},"_GWC195DataWarehouseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC195DataWarehouseReq"},"_GWC195LakehouseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC195LakehouseReq"},"_GWC196BlueTeamReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC196BlueTeamReq"},"_GWC196IncidentResponseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC196IncidentResponseReq"},"_GWC196RedTeamReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC196RedTeamReq"},"_GWC196ThreatIntelligenceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC196ThreatIntelligenceReq"},"_GWC197EnablingTeamReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC197EnablingTeamReq"},"_GWC197PlatformTeamReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC197PlatformTeamReq"},"_GWC197StreamAlignedTeamReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC197StreamAlignedTeamReq"},"_GWC197TeamTopologyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC197TeamTopologyReq"},"_GWC198ContractTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC198ContractTestingReq"},"_GWC198FuzzTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC198FuzzTestingReq"},"_GWC198MutationTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC198MutationTestingReq"},"_GWC198PropertyBasedTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC198PropertyBasedTestingReq"},"_GWC199AggregateReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC199AggregateReq"},"_GWC199BoundedContextReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC199BoundedContextReq"},"_GWC199DomainDrivenDesignReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC199DomainDrivenDesignReq"},"_GWC199DomainEventReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC199DomainEventReq"},"_GWC200SecurityOperationsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC200SecurityOperationsReq"},"_GWC200SiemReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC200SiemReq"},"_GWC200ThreatHuntingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC200ThreatHuntingReq"},"_GWC200VulnerabilityAssessmentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC200VulnerabilityAssessmentReq"},"_GWC201BulkheadReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC201BulkheadReq"},"_GWC201CircuitBreakerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC201CircuitBreakerReq"},"_GWC201RetryStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC201RetryStrategyReq"},"_GWC201TimeoutManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC201TimeoutManagementReq"},"_GWC202HpaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC202HpaReq"},"_GWC202KedaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC202KedaReq"},"_GWC202KubernetesAutoscalingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC202KubernetesAutoscalingReq"},"_GWC202VpaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC202VpaReq"},"_GWC203BlueGreenReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC203BlueGreenReq"},"_GWC203CanaryReleaseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC203CanaryReleaseReq"},"_GWC203DeploymentStrategiesReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC203DeploymentStrategiesReq"},"_GWC203FeatureToggleReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC203FeatureToggleReq"},"_GWC204AsyncApiReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC204AsyncApiReq"},"_GWC204DeadLetterQueueReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC204DeadLetterQueueReq"},"_GWC204OpentelemetryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC204OpentelemetryReq"},"_GWC204SchemaRegistryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC204SchemaRegistryReq"},"_GWC205CompensatingTransactionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC205CompensatingTransactionReq"},"_GWC205EventualConsistencyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC205EventualConsistencyReq"},"_GWC205OutboxPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC205OutboxPatternReq"},"_GWC205SagaPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC205SagaPatternReq"},"_GWC206ApiCompositionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC206ApiCompositionReq"},"_GWC206ApiMeshReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC206ApiMeshReq"},"_GWC206BackendForFrontendReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC206BackendForFrontendReq"},"_GWC206GraphqlFederationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC206GraphqlFederationReq"},"_GWC207ArgoCdReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC207ArgoCdReq"},"_GWC207FluxCdReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC207FluxCdReq"},"_GWC207GitopsWorkflowReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC207GitopsWorkflowReq"},"_GWC207HelmChartReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC207HelmChartReq"},"_GWC208AlertManagerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC208AlertManagerReq"},"_GWC208ObservabilityAsCodeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC208ObservabilityAsCodeReq"},"_GWC208OpenmetricsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC208OpenmetricsReq"},"_GWC208SliDashboardReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC208SliDashboardReq"},"_GWC209AccessibilityStandardsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC209AccessibilityStandardsReq"},"_GWC209KeyboardNavigationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC209KeyboardNavigationReq"},"_GWC209ScreenReaderReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC209ScreenReaderReq"},"_GWC209WcagReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC209WcagReq"},"_GWC210InternationalisationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC210InternationalisationReq"},"_GWC210LocalisationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC210LocalisationReq"},"_GWC210PluralisationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC210PluralisationReq"},"_GWC210RtlSupportReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC210RtlSupportReq"},"_GWC211AuditLogReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC211AuditLogReq"},"_GWC211ComplianceEvidenceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC211ComplianceEvidenceReq"},"_GWC211RegulatoryReportingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC211RegulatoryReportingReq"},"_GWC211Soc2Req":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC211Soc2Req"},"_GWC212EnvoyProxyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC212EnvoyProxyReq"},"_GWC212IstioReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC212IstioReq"},"_GWC212MtlsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC212MtlsReq"},"_GWC212ServiceMeshReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC212ServiceMeshReq"},"_GWC213ChargebackReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC213ChargebackReq"},"_GWC213CloudCostOptimisationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC213CloudCostOptimisationReq"},"_GWC213CostEngineeringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC213CostEngineeringReq"},"_GWC213FinopsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC213FinopsReq"},"_GWC214ChaosEngineeringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC214ChaosEngineeringReq"},"_GWC214FaultInjectionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC214FaultInjectionReq"},"_GWC214GameDayReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC214GameDayReq"},"_GWC214ResilienceTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC214ResilienceTestingReq"},"_GWC215ApiVersioningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC215ApiVersioningReq"},"_GWC215BreakingChangeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC215BreakingChangeReq"},"_GWC215DeprecationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC215DeprecationReq"},"_GWC215SemanticVersioningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC215SemanticVersioningReq"},"_GWC216CertificateManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC216CertificateManagementReq"},"_GWC216DataEncryptionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC216DataEncryptionReq"},"_GWC216KeyManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC216KeyManagementReq"},"_GWC216SecretsManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC216SecretsManagementReq"},"_GWC217ContainerSecurityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC217ContainerSecurityReq"},"_GWC217ImageScanningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC217ImageScanningReq"},"_GWC217PodSecurityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC217PodSecurityReq"},"_GWC217RuntimeSecurityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC217RuntimeSecurityReq"},"_GWC218DistributedTracingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC218DistributedTracingReq"},"_GWC218JaegerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC218JaegerReq"},"_GWC218TracePropagationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC218TracePropagationReq"},"_GWC218ZipkinReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC218ZipkinReq"},"_GWC219CqrsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC219CqrsReq"},"_GWC219EventSourcingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC219EventSourcingReq"},"_GWC219EventStoreReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC219EventStoreReq"},"_GWC219ProjectionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC219ProjectionReq"},"_GWC220DatabaseMigrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC220DatabaseMigrationReq"},"_GWC220FlywayReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC220FlywayReq"},"_GWC220SchemaMigrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC220SchemaMigrationReq"},"_GWC220ZeroDowntimeMigrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC220ZeroDowntimeMigrationReq"},"_GWC221LongPollingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC221LongPollingReq"},"_GWC221RealtimePushReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC221RealtimePushReq"},"_GWC221ServerSentEventsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC221ServerSentEventsReq"},"_GWC221WebsocketReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC221WebsocketReq"},"_GWC222OfflineFirstReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC222OfflineFirstReq"},"_GWC222ProgressiveWebAppReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC222ProgressiveWebAppReq"},"_GWC222ServiceWorkerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC222ServiceWorkerReq"},"_GWC222WebPushReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC222WebPushReq"},"_GWC223ElkStackReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC223ElkStackReq"},"_GWC223LogAggregationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC223LogAggregationReq"},"_GWC223LogShippingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC223LogShippingReq"},"_GWC223StructuredLoggingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC223StructuredLoggingReq"},"_GWC224DataClassificationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC224DataClassificationReq"},"_GWC224DataMaskingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC224DataMaskingReq"},"_GWC224PiiHandlingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC224PiiHandlingReq"},"_GWC224SensitiveDataReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC224SensitiveDataReq"},"_GWC225AcceptanceTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC225AcceptanceTestingReq"},"_GWC225SmokTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC225SmokTestingReq"},"_GWC225TestDataManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC225TestDataManagementReq"},"_GWC225TestEnvironmentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC225TestEnvironmentReq"},"_GWC226CloudFormationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC226CloudFormationReq"},"_GWC226InfrastructureProvisioningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC226InfrastructureProvisioningReq"},"_GWC226PulumiReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC226PulumiReq"},"_GWC226TerraformReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC226TerraformReq"},"_GWC227DdosProtectionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC227DdosProtectionReq"},"_GWC227IngressSecurityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC227IngressSecurityReq"},"_GWC227NetworkPolicyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC227NetworkPolicyReq"},"_GWC227WafReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC227WafReq"},"_GWC228BackupRecoveryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC228BackupRecoveryReq"},"_GWC228BusinessContinuityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC228BusinessContinuityReq"},"_GWC228DisasterRecoveryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC228DisasterRecoveryReq"},"_GWC228RtoRpoReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC228RtoRpoReq"},"_GWC229BranchingStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC229BranchingStrategyReq"},"_GWC229FeatureBranchReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC229FeatureBranchReq"},"_GWC229MergeStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC229MergeStrategyReq"},"_GWC229TrunkBasedReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC229TrunkBasedReq"},"_GWC230ApiMockingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC230ApiMockingReq"},"_GWC230ServiceVirtualisationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC230ServiceVirtualisationReq"},"_GWC230StubServiceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC230StubServiceReq"},"_GWC230TestDoublesReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC230TestDoublesReq"},"_GWC231AdrReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC231AdrReq"},"_GWC231DesignDocumentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC231DesignDocumentReq"},"_GWC231RfcReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC231RfcReq"},"_GWC231TechnicalSpecificationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC231TechnicalSpecificationReq"},"_GWC232GoldenSignalsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC232GoldenSignalsReq"},"_GWC232RedMethodReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC232RedMethodReq"},"_GWC232SreMetricsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC232SreMetricsReq"},"_GWC232UseMethodReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC232UseMethodReq"},"_GWC233CodeWalkthroughReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC233CodeWalkthroughReq"},"_GWC233MobProgrammingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC233MobProgrammingReq"},"_GWC233PairProgrammingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC233PairProgrammingReq"},"_GWC233PullRequestReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC233PullRequestReq"},"_GWC234DataBackupPolicyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC234DataBackupPolicyReq"},"_GWC234DataDeletionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC234DataDeletionReq"},"_GWC234DataRecoveryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC234DataRecoveryReq"},"_GWC234DataRetentionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC234DataRetentionReq"},"_GWC235CoreWebVitalsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC235CoreWebVitalsReq"},"_GWC235LighthouseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC235LighthouseReq"},"_GWC235PerformanceBudgetReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC235PerformanceBudgetReq"},"_GWC235WebVitalsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC235WebVitalsReq"},"_GWC236ColdStartReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC236ColdStartReq"},"_GWC236FunctionCompositionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC236FunctionCompositionReq"},"_GWC236LambdaFunctionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC236LambdaFunctionReq"},"_GWC236ServerlessPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC236ServerlessPatternReq"},"_GWC237BackpressureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC237BackpressureReq"},"_GWC237ConcurrencyControlReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC237ConcurrencyControlReq"},"_GWC237QuotaManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC237QuotaManagementReq"},"_GWC237ThrottlingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC237ThrottlingReq"},"_GWC238DatabasePartitioningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC238DatabasePartitioningReq"},"_GWC238IndexStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC238IndexStrategyReq"},"_GWC238QueryCacheReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC238QueryCacheReq"},"_GWC238TablePartitioningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC238TablePartitioningReq"},"_GWC239OkrReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC239OkrReq"},"_GWC239ProductVisionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC239ProductVisionReq"},"_GWC239QuarterlyPlanningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC239QuarterlyPlanningReq"},"_GWC239StrategicInitiativeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC239StrategicInitiativeReq"},"_GWC240GraphqlMutationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC240GraphqlMutationReq"},"_GWC240GraphqlResolverReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC240GraphqlResolverReq"},"_GWC240GraphqlSchemaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC240GraphqlSchemaReq"},"_GWC240GraphqlSubscriptionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC240GraphqlSubscriptionReq"},"_GWC241AggregateRootReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC241AggregateRootReq"},"_GWC241DomainModelReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC241DomainModelReq"},"_GWC241DomainServiceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC241DomainServiceReq"},"_GWC241ValueObjectReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC241ValueObjectReq"},"_GWC242DeploymentGateReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC242DeploymentGateReq"},"_GWC242ProgressiveDeliveryReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC242ProgressiveDeliveryReq"},"_GWC242ReleaseCoordinationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC242ReleaseCoordinationReq"},"_GWC242ReleaseTrainReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC242ReleaseTrainReq"},"_GWC243ApiChangelogReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC243ApiChangelogReq"},"_GWC243ApiLifecycleReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC243ApiLifecycleReq"},"_GWC243OpenApiSpecificationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC243OpenApiSpecificationReq"},"_GWC243SwaggerUiReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC243SwaggerUiReq"},"_GWC244HexagonalArchitectureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC244HexagonalArchitectureReq"},"_GWC244PortsAndAdaptersReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC244PortsAndAdaptersReq"},"_GWC244StranglerFigReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC244StranglerFigReq"},"_GWC244VerticalSliceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC244VerticalSliceReq"},"_GWC245CommandPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC245CommandPatternReq"},"_GWC245MediatorPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC245MediatorPatternReq"},"_GWC245ObserverPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC245ObserverPatternReq"},"_GWC245SpecificationPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC245SpecificationPatternReq"},"_GWC246BuilderPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC246BuilderPatternReq"},"_GWC246FactoryPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC246FactoryPatternReq"},"_GWC246RepositoryPatternReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC246RepositoryPatternReq"},"_GWC246UnitOfWorkReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC246UnitOfWorkReq"},"_GWC247EventChoreographyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC247EventChoreographyReq"},"_GWC247EventNotificationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC247EventNotificationReq"},"_GWC247EventOrchestrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC247EventOrchestrationReq"},"_GWC247IntegrationEventReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC247IntegrationEventReq"},"_GWC248CodeReviewMetricsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC248CodeReviewMetricsReq"},"_GWC248CycleTimeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC248CycleTimeReq"},"_GWC248FlowMetricsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC248FlowMetricsReq"},"_GWC248TeamHealthReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC248TeamHealthReq"},"_GWC249BrokerTopologyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC249BrokerTopologyReq"},"_GWC249EventConsumerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC249EventConsumerReq"},"_GWC249MessageBusReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC249MessageBusReq"},"_GWC249PublishSubscribeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC249PublishSubscribeReq"},"_GWC250ComponentTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC250ComponentTestingReq"},"_GWC250IntegrationTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC250IntegrationTestingReq"},"_GWC250TestLevelsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC250TestLevelsReq"},"_GWC250TestStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC250TestStrategyReq"},"_GWC251CloudGovernanceReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC251CloudGovernanceReq"},"_GWC251CloudNativeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC251CloudNativeReq"},"_GWC251CloudSecurityPostureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC251CloudSecurityPostureReq"},"_GWC251PaasReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC251PaasReq"},"_GWC252ApiQuotaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC252ApiQuotaReq"},"_GWC252ApiRateLimitingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC252ApiRateLimitingReq"},"_GWC252ApiSlaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC252ApiSlaReq"},"_GWC252ApiThrottlingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC252ApiThrottlingReq"},"_GWC253ControlPlaneReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC253ControlPlaneReq"},"_GWC253DataPlaneReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC253DataPlaneReq"},"_GWC253SidecarProxyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC253SidecarProxyReq"},"_GWC253TrafficShapingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC253TrafficShapingReq"},"_GWC254DataMigrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC254DataMigrationReq"},"_GWC254MigrationPlaybookReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC254MigrationPlaybookReq"},"_GWC254MigrationScriptReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC254MigrationScriptReq"},"_GWC254MigrationTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC254MigrationTestingReq"},"_GWC255AlertRoutingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC255AlertRoutingReq"},"_GWC255ContinuousMonitoringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC255ContinuousMonitoringReq"},"_GWC255ObservabilityPlatformReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC255ObservabilityPlatformReq"},"_GWC255TelemetryPipelineReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC255TelemetryPipelineReq"},"_GWC256ComplianceAsCodeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC256ComplianceAsCodeReq"},"_GWC256ImmutableInfrastructureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC256ImmutableInfrastructureReq"},"_GWC256InfrastructureTestingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC256InfrastructureTestingReq"},"_GWC256PolicyAsCodeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC256PolicyAsCodeReq"},"_GWC257DeveloperPortalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC257DeveloperPortalReq"},"_GWC257DeveloperToolchainReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC257DeveloperToolchainReq"},"_GWC257EngineeringCultureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC257EngineeringCultureReq"},"_GWC257InternalDeveloperPlatformReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC257InternalDeveloperPlatformReq"},"_GWC258AsyncCommunicationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC258AsyncCommunicationReq"},"_GWC258DeadLetterQueueReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC258DeadLetterQueueReq"},"_GWC258MessageQueueReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC258MessageQueueReq"},"_GWC258MessageReplayReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC258MessageReplayReq"},"_GWC259AutoScalingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC259AutoScalingReq"},"_GWC259BurstCapacityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC259BurstCapacityReq"},"_GWC259PredictiveScalingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC259PredictiveScalingReq"},"_GWC259ResourceQuotaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC259ResourceQuotaReq"},"_GWC260ChangeFreezeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC260ChangeFreezeReq"},"_GWC260EmergencyDeployReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC260EmergencyDeployReq"},"_GWC260HotfixProcessReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC260HotfixProcessReq"},"_GWC260RollbackPlanReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC260RollbackPlanReq"},"_GWC261BranchProtectionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC261BranchProtectionReq"},"_GWC261ChangelogAutomationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC261ChangelogAutomationReq"},"_GWC261CommitSigningReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC261CommitSigningReq"},"_GWC261ConventionalCommitsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC261ConventionalCommitsReq"},"_GWC262DataFabricReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC262DataFabricReq"},"_GWC262DataLakehouseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC262DataLakehouseReq"},"_GWC262DataProductReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC262DataProductReq"},"_GWC262StreamingPlatformReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC262StreamingPlatformReq"},"_GWC263MlPipelineReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC263MlPipelineReq"},"_GWC263ModelExplainabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC263ModelExplainabilityReq"},"_GWC263ModelMonitoringReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC263ModelMonitoringReq"},"_GWC263ModelServingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC263ModelServingReq"},"_GWC264AdmissionWebhookReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC264AdmissionWebhookReq"},"_GWC264CustomResourceDefinitionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC264CustomResourceDefinitionReq"},"_GWC264KubernetesControllerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC264KubernetesControllerReq"},"_GWC264KubernetesOperatorReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC264KubernetesOperatorReq"},"_GWC265CarbonFootprintReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC265CarbonFootprintReq"},"_GWC265EnergyEfficiencyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC265EnergyEfficiencyReq"},"_GWC265GreenComputingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC265GreenComputingReq"},"_GWC265SustainableArchitectureReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC265SustainableArchitectureReq"},"_GWC266AnonymisationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC266AnonymisationReq"},"_GWC266DataMinimisationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC266DataMinimisationReq"},"_GWC266PrivacyByDesignReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC266PrivacyByDesignReq"},"_GWC266PrivacyImpactAssessmentReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC266PrivacyImpactAssessmentReq"},"_GWC267DevOpsAdoptionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC267DevOpsAdoptionReq"},"_GWC267OperatingModelReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC267OperatingModelReq"},"_GWC267PlatformMaturityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC267PlatformMaturityReq"},"_GWC267WorkingAgreementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC267WorkingAgreementReq"},"_GWC268BudgetAlertReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC268BudgetAlertReq"},"_GWC268CostVisibilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC268CostVisibilityReq"},"_GWC268ShowbackReportingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC268ShowbackReportingReq"},"_GWC268UnitEconomicsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC268UnitEconomicsReq"},"_GWC269AsyncApiSpecReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC269AsyncApiSpecReq"},"_GWC269EventContractReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC269EventContractReq"},"_GWC269EventSchemaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC269EventSchemaReq"},"_GWC269MessageSchemaReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC269MessageSchemaReq"},"_GWC270AccessControlPolicyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC270AccessControlPolicyReq"},"_GWC270LeastPrivilegeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC270LeastPrivilegeReq"},"_GWC270RbacPolicyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC270RbacPolicyReq"},"_GWC270SecurityContextReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC270SecurityContextReq"},"_GWC271HealthCheckReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC271HealthCheckReq"},"_GWC271LoadBalancingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC271LoadBalancingReq"},"_GWC271RetryPolicyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC271RetryPolicyReq"},"_GWC271TimeoutPolicyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC271TimeoutPolicyReq"},"_GWC272BackupStrategyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC272BackupStrategyReq"},"_GWC272GeoRedundancyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC272GeoRedundancyReq"},"_GWC272MultiRegionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC272MultiRegionReq"},"_GWC272RpoRtoReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC272RpoRtoReq"},"_GWC273CacheInvalidationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC273CacheInvalidationReq"},"_GWC273CacheWarmingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC273CacheWarmingReq"},"_GWC273DistributedCacheReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC273DistributedCacheReq"},"_GWC273EvictionPolicyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC273EvictionPolicyReq"},"_GWC274FederatedIdentityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC274FederatedIdentityReq"},"_GWC274IdentityProviderReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC274IdentityProviderReq"},"_GWC274OauthFlowReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC274OauthFlowReq"},"_GWC274SamlAuthenticationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC274SamlAuthenticationReq"},"_GWC275MfaEnforcementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC275MfaEnforcementReq"},"_GWC275SessionManagementReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC275SessionManagementReq"},"_GWC275SsoIntegrationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC275SsoIntegrationReq"},"_GWC275TokenRotationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC275TokenRotationReq"},"_GWC276ApiGatewayReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC276ApiGatewayReq"},"_GWC276CircuitBreakerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC276CircuitBreakerReq"},"_GWC276RateLimitingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC276RateLimitingReq"},"_GWC276ServiceMeshReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC276ServiceMeshReq"},"_GWC277AlertingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC277AlertingReq"},"_GWC277MetricsCollectionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC277MetricsCollectionReq"},"_GWC277ObservabilityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC277ObservabilityReq"},"_GWC277TracingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC277TracingReq"},"_GWC278DenoRuntimeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC278DenoRuntimeReq"},"_GWC278EdgeFunctionsReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC278EdgeFunctionsReq"},"_GWC278ServerlessEdgeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC278ServerlessEdgeReq"},"_GWC278WebAssemblyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC278WebAssemblyReq"},"_GWC279BunRuntimeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC279BunRuntimeReq"},"_GWC279SwcTranspilerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC279SwcTranspilerReq"},"_GWC279TypeScriptCompilerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC279TypeScriptCompilerReq"},"_GWC279ViteBundlerReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC279ViteBundlerReq"},"_GWC280EslintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC280EslintReq"},"_GWC280PnpmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC280PnpmReq"},"_GWC280PrettierReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC280PrettierReq"},"_GWC280TurborepoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC280TurborepoReq"},"_GWC281HuskyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC281HuskyReq"},"_GWC281LernaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC281LernaReq"},"_GWC281LintStagedReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC281LintStagedReq"},"_GWC281NxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC281NxReq"},"_GWC282CypressReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC282CypressReq"},"_GWC282JestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC282JestReq"},"_GWC282StorybookReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC282StorybookReq"},"_GWC282TestingLibReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC282TestingLibReq"},"_GWC283AstroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC283AstroReq"},"_GWC283NextjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC283NextjsReq"},"_GWC283NuxtReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC283NuxtReq"},"_GWC283RemixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC283RemixReq"},"_GWC284CssModulesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC284CssModulesReq"},"_GWC284PostcssReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC284PostcssReq"},"_GWC284StyledComponentsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC284StyledComponentsReq"},"_GWC284TailwindReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC284TailwindReq"},"_GWC285DrizzleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC285DrizzleReq"},"_GWC285PrismaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC285PrismaReq"},"_GWC285TrpcReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC285TrpcReq"},"_GWC285ZodReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC285ZodReq"},"_GWC286JotaiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC286JotaiReq"},"_GWC286ReactQueryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC286ReactQueryReq"},"_GWC286SwrReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC286SwrReq"},"_GWC286ZustandReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC286ZustandReq"},"_GWC287ElectronReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC287ElectronReq"},"_GWC287ExpoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC287ExpoReq"},"_GWC287ReactNativeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC287ReactNativeReq"},"_GWC287TauriReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC287TauriReq"},"_GWC288FirebaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC288FirebaseReq"},"_GWC288NeonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC288NeonReq"},"_GWC288PlanetscaleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC288PlanetscaleReq"},"_GWC288SupabaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC288SupabaseReq"},"_GWC289CloudflarePagesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC289CloudflarePagesReq"},"_GWC289NetlifyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC289NetlifyReq"},"_GWC289RailwayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC289RailwayReq"},"_GWC289VercelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC289VercelReq"},"_GWC290BuildkiteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC290BuildkiteReq"},"_GWC290CircleCiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC290CircleCiReq"},"_GWC290GitHubActionsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC290GitHubActionsReq"},"_GWC290GitLabCiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC290GitLabCiReq"},"_GWC291DatadogReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC291DatadogReq"},"_GWC291GrafanaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC291GrafanaReq"},"_GWC291PrometheusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC291PrometheusReq"},"_GWC291SentryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC291SentryReq"},"_GWC292AmplitudeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC292AmplitudeReq"},"_GWC292LaunchDarklyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC292LaunchDarklyReq"},"_GWC292MixpanelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC292MixpanelReq"},"_GWC292PostHogReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC292PostHogReq"},"_GWC293LangChainReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC293LangChainReq"},"_GWC293LlamaIndexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC293LlamaIndexReq"},"_GWC293PineconeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC293PineconeReq"},"_GWC293WeaviateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC293WeaviateReq"},"_GWC294AnthropicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC294AnthropicReq"},"_GWC294MlflowReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC294MlflowReq"},"_GWC294OllamaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC294OllamaReq"},"_GWC294OpenAiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC294OpenAiReq"},"_GWC295BullMqReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC295BullMqReq"},"_GWC295CeleryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC295CeleryReq"},"_GWC295RabbitMqReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC295RabbitMqReq"},"_GWC295TemporalReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC295TemporalReq"},"_GWC296ResendReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC296ResendReq"},"_GWC296SendGridReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC296SendGridReq"},"_GWC296StripeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC296StripeReq"},"_GWC296TwilioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC296TwilioReq"},"_GWC297Auth0Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC297Auth0Req"},"_GWC297ClerkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC297ClerkReq"},"_GWC297CognitoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC297CognitoReq"},"_GWC297KeycloakReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC297KeycloakReq"},"_GWC298AnsibleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC298AnsibleReq"},"_GWC298AwsCdkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC298AwsCdkReq"},"_GWC298BicepReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC298BicepReq"},"_GWC298CrossplaneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC298CrossplaneReq"},"_GWC299ChefReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC299ChefReq"},"_GWC299PuppetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC299PuppetReq"},"_GWC299TerraformCdkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC299TerraformCdkReq"},"_GWC300NewRelicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC300NewRelicReq"},"_GWC301ElasticApmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC301ElasticApmReq"},"_GWC302OpsgeniReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC302OpsgeniReq"},"_GWC302PagerdutyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC302PagerdutyReq"},"_GWC302SentryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC302SentryReq"},"_GWC302VictoropsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC302VictoropsReq"},"_GWC303ArgoCdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC303ArgoCdReq"},"_GWC303FluxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC303FluxReq"},"_GWC303HarnessReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC303HarnessReq"},"_GWC303SpinnakerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC303SpinnakerReq"},"_GWC304ConsulReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC304ConsulReq"},"_GWC304EnvoyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC304EnvoyReq"},"_GWC304IstioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC304IstioReq"},"_GWC304LinkerdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC304LinkerdReq"},"_GWC305ExternalSecretsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC305ExternalSecretsReq"},"_GWC305SealedSecretsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC305SealedSecretsReq"},"_GWC305SopsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC305SopsReq"},"_GWC305VaultReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC305VaultReq"},"_GWC306HelmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC306HelmReq"},"_GWC306KustomizeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC306KustomizeReq"},"_GWC306TerraformReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC306TerraformReq"},"_GWC308DroneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC308DroneReq"},"_GWC308JenkinsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC308JenkinsReq"},"_GWC308TeamcityReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC308TeamcityReq"},"_GWC308TravisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC308TravisReq"},"_GWC309DockerSwarmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC309DockerSwarmReq"},"_GWC309NomadReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC309NomadReq"},"_GWC309OpenShiftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC309OpenShiftReq"},"_GWC310EksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC310EksReq"},"_GWC310GkeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC310GkeReq"},"_GWC310K3sReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC310K3sReq"},"_GWC310RancherReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC310RancherReq"},"_GWC311AksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC311AksReq"},"_GWC311CivoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC311CivoReq"},"_GWC311DoKubernetesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC311DoKubernetesReq"},"_GWC311TalosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC311TalosReq"},"_GWC312MariadbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC312MariadbReq"},"_GWC312MysqlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC312MysqlReq"},"_GWC312PostgresReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC312PostgresReq"},"_GWC312SqliteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC312SqliteReq"},"_GWC313CassandraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC313CassandraReq"},"_GWC313CockroachReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC313CockroachReq"},"_GWC313DynamoDbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC313DynamoDbReq"},"_GWC313MongoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC313MongoReq"},"_GWC314ElasticsearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC314ElasticsearchReq"},"_GWC314MemcachedReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC314MemcachedReq"},"_GWC314OpenSearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC314OpenSearchReq"},"_GWC314RedisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC314RedisReq"},"_GWC315ClickhouseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC315ClickhouseReq"},"_GWC315DruidReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC315DruidReq"},"_GWC315InfluxdbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC315InfluxdbReq"},"_GWC315TimescaleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC315TimescaleReq"},"_GWC316ConfluentReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC316ConfluentReq"},"_GWC316KafkaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC316KafkaReq"},"_GWC316NatsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC316NatsReq"},"_GWC316PulsarReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC316PulsarReq"},"_GWC317AzureServiceBusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC317AzureServiceBusReq"},"_GWC317EventbridgeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC317EventbridgeReq"},"_GWC317SnsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC317SnsReq"},"_GWC317SqsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC317SqsReq"},"_GWC318AzureFunctionsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC318AzureFunctionsReq"},"_GWC318CfWorkersReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC318CfWorkersReq"},"_GWC318GcfReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC318GcfReq"},"_GWC318LambdaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC318LambdaReq"},"_GWC319FlyioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC319FlyioReq"},"_GWC319NetlifyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC319NetlifyReq"},"_GWC319RenderReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC319RenderReq"},"_GWC319VercelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC319VercelReq"},"_GWC320DokkuReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC320DokkuReq"},"_GWC320HerokuReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC320HerokuReq"},"_GWC320PlatformshReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC320PlatformshReq"},"_GWC320RailwayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC320RailwayReq"},"_GWC321CaproverReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC321CaproverReq"},"_GWC321CoolifyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC321CoolifyReq"},"_GWC321DOAppReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC321DOAppReq"},"_GWC321PorterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC321PorterReq"},"_GWC322ChefReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC322ChefReq"},"_GWC322PuppetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC322PuppetReq"},"_GWC322SaltstackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC322SaltstackReq"},"_GWC323NewRelicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC323NewRelicReq"},"_GWC325BugsnagReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC325BugsnagReq"},"_GWC325HoneybadgerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC325HoneybadgerReq"},"_GWC325LogstashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC325LogstashReq"},"_GWC325RollbarReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC325RollbarReq"},"_GWC326CriblReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC326CriblReq"},"_GWC326FluentbitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC326FluentbitReq"},"_GWC326FluentdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC326FluentdReq"},"_GWC326VectorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC326VectorReq"},"_GWC327AppDynamicsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC327AppDynamicsReq"},"_GWC327DynatraceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC327DynatraceReq"},"_GWC327KibanaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC327KibanaReq"},"_GWC327SplunkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC327SplunkReq"},"_GWC328BitbucketReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC328BitbucketReq"},"_GWC328CodefreshReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC328CodefreshReq"},"_GWC328ConcourseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC328ConcourseReq"},"_GWC328TektonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC328TektonReq"},"_GWC329AzureDevOpsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC329AzureDevOpsReq"},"_GWC329BambooReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC329BambooReq"},"_GWC329CloudBuildReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC329CloudBuildReq"},"_GWC329CodePipelineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC329CodePipelineReq"},"_GWC330K6Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC330K6Req"},"_GWC330PlaywrightReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC330PlaywrightReq"},"_GWC330SeleniumReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC330SeleniumReq"},"_GWC330VitestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC330VitestReq"},"_GWC331ArtilleryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC331ArtilleryReq"},"_GWC331GatlingReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC331GatlingReq"},"_GWC331JMeterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC331JMeterReq"},"_GWC331LocustReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC331LocustReq"},"_GWC332AppiumReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC332AppiumReq"},"_GWC332DetoxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC332DetoxReq"},"_GWC332PuppeteerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC332PuppeteerReq"},"_GWC332TestCafeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC332TestCafeReq"},"_GWC333BrunoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC333BrunoReq"},"_GWC333InsomniaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC333InsomniaReq"},"_GWC333PostmanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC333PostmanReq"},"_GWC333RestAssuredReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC333RestAssuredReq"},"_GWC334BurpReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC334BurpReq"},"_GWC334SnykReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC334SnykReq"},"_GWC334SonarReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC334SonarReq"},"_GWC334ZAPReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC334ZAPReq"},"_GWC335ChecovReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC335ChecovReq"},"_GWC335GrypeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC335GrypeReq"},"_GWC335SemgrepReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC335SemgrepReq"},"_GWC335TrivyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC335TrivyReq"},"_GWC336DependabotReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC336DependabotReq"},"_GWC336GitLeaksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC336GitLeaksReq"},"_GWC336RenovateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC336RenovateReq"},"_GWC336TruffleHogReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC336TruffleHogReq"},"_GWC337DopplerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC337DopplerReq"},"_GWC337InfisicalReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC337InfisicalReq"},"_GWC337KeyVaultReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC337KeyVaultReq"},"_GWC337SecretsManagerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC337SecretsManagerReq"},"_GWC338CosignReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC338CosignReq"},"_GWC338InTotoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC338InTotoReq"},"_GWC338SigstoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC338SigstoreReq"},"_GWC338SyftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC338SyftReq"},"_GWC339CycloneDXReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC339CycloneDXReq"},"_GWC339ScorecardReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC339ScorecardReq"},"_GWC339SlsaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC339SlsaReq"},"_GWC339SpdxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC339SpdxReq"},"_GWC340FleetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC340FleetReq"},"_GWC340RancherReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC340RancherReq"},"_GWC341ClusterAPIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC341ClusterAPIReq"},"_GWC341CrossplaneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC341CrossplaneReq"},"_GWC341K0sReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC341K0sReq"},"_GWC341K3sReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC341K3sReq"},"_GWC342HelmfileReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC342HelmfileReq"},"_GWC342HelsmanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC342HelsmanReq"},"_GWC342SkaffoldReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC342SkaffoldReq"},"_GWC343DevSpaceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC343DevSpaceReq"},"_GWC343GardenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC343GardenReq"},"_GWC343OktetoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC343OktetoReq"},"_GWC343TiltReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC343TiltReq"},"_GWC344LocalStackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC344LocalStackReq"},"_GWC344MirrordReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC344MirrordReq"},"_GWC344TelepresenceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC344TelepresenceReq"},"_GWC344WireMockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC344WireMockReq"},"_GWC345HoverflyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC345HoverflyReq"},"_GWC345MockServerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC345MockServerReq"},"_GWC345MswReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC345MswReq"},"_GWC346FactoryBoyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC346FactoryBoyReq"},"_GWC346FakerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC346FakerReq"},"_GWC346FisheryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC346FisheryReq"},"_GWC346NockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC346NockReq"},"_GWC347BetamaxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC347BetamaxReq"},"_GWC347HTTPrettyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC347HTTPrettyReq"},"_GWC347PollyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC347PollyReq"},"_GWC347VcrReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC347VcrReq"},"_GWC348AioresponsesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC348AioresponsesReq"},"_GWC348PytestHttpserverReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC348PytestHttpserverReq"},"_GWC348ResponsesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC348ResponsesReq"},"_GWC348RespxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC348RespxReq"},"_GWC349EasyMockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC349EasyMockReq"},"_GWC349MockitoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC349MockitoReq"},"_GWC349PytestMockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC349PytestMockReq"},"_GWC349UnittestMockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC349UnittestMockReq"},"_GWC350JMockitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC350JMockitReq"},"_GWC350PowerMockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC350PowerMockReq"},"_GWC350SinonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC350SinonReq"},"_GWC350TestdoubleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC350TestdoubleReq"},"_GWC351InjectLoaderReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC351InjectLoaderReq"},"_GWC351ProxyquireReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC351ProxyquireReq"},"_GWC351QuibbleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC351QuibbleReq"},"_GWC351RewireReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC351RewireReq"},"_GWC352AvaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC352AvaReq"},"_GWC352JasmineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC352JasmineReq"},"_GWC352JestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC352JestReq"},"_GWC352MochaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC352MochaReq"},"_GWC353NodeTestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC353NodeTestReq"},"_GWC353QUnitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC353QUnitReq"},"_GWC353TapReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC353TapReq"},"_GWC353TapeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC353TapeReq"},"_GWC354DoctestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC354DoctestReq"},"_GWC354HypothesisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC354HypothesisReq"},"_GWC354PytestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC354PytestReq"},"_GWC354UnittestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC354UnittestReq"},"_GWC355GinkgoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC355GinkgoReq"},"_GWC355GoTestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC355GoTestReq"},"_GWC355GomockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC355GomockReq"},"_GWC355TestifyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC355TestifyReq"},"_GWC356FactoryBotReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC356FactoryBotReq"},"_GWC356MinitestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC356MinitestReq"},"_GWC356RSpecReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC356RSpecReq"},"_GWC356ShouldaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC356ShouldaReq"},"_GWC357CapybaraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC357CapybaraReq"},"_GWC357CypressReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC357CypressReq"},"_GWC357NightwatchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC357NightwatchReq"},"_GWC357WatirReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC357WatirReq"},"_GWC358AppliToolsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC358AppliToolsReq"},"_GWC358BackstopReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC358BackstopReq"},"_GWC358ChromaticReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC358ChromaticReq"},"_GWC358PercyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC358PercyReq"},"_GWC359HeyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC359HeyReq"},"_GWC359SiegeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC359SiegeReq"},"_GWC359VegetaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC359VegetaReq"},"_GWC359WrkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC359WrkReq"},"_GWC360HoneycombReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC360HoneycombReq"},"_GWC360InstanaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC360InstanaReq"},"_GWC360LightstepReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC360LightstepReq"},"_GWC360SkyWalkingReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC360SkyWalkingReq"},"_GWC361BitriseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC361BitriseReq"},"_GWC361BuddyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC361BuddyReq"},"_GWC361CodemagicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC361CodemagicReq"},"_GWC361FastlaneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC361FastlaneReq"},"_GWC362EspressoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC362EspressoReq"},"_GWC362RobolectricReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC362RobolectricReq"},"_GWC362UIAutomatorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC362UIAutomatorReq"},"_GWC362XCTestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC362XCTestReq"},"_GWC363AssertJReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC363AssertJReq"},"_GWC363JUnit5Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC363JUnit5Req"},"_GWC363SpockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC363SpockReq"},"_GWC363TestNGReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC363TestNGReq"},"_GWC364BanditReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC364BanditReq"},"_GWC364MypyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC364MypyReq"},"_GWC364PylintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC364PylintReq"},"_GWC364PyrightReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC364PyrightReq"},"_GWC365BiomeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC365BiomeReq"},"_GWC365OxlintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC365OxlintReq"},"_GWC365StylelintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC365StylelintReq"},"_GWC365TSlintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC365TSlintReq"},"_GWC366CodecovReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC366CodecovReq"},"_GWC366CoverallsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC366CoverallsReq"},"_GWC366IstanbulReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC366IstanbulReq"},"_GWC366JaCoCoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC366JaCoCoReq"},"_GWC367InfectionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC367InfectionReq"},"_GWC367MutmutReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC367MutmutReq"},"_GWC367PITestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC367PITestReq"},"_GWC367StrykerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC367StrykerReq"},"_GWC368AlembicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC368AlembicReq"},"_GWC368DbmateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC368DbmateReq"},"_GWC368LiquibaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC368LiquibaseReq"},"_GWC368SqitchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC368SqitchReq"},"_GWC369GORMReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC369GORMReq"},"_GWC369MongooseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC369MongooseReq"},"_GWC369SequelizeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC369SequelizeReq"},"_GWC369TypeORMReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC369TypeORMReq"},"_GWC370CaffeineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC370CaffeineReq"},"_GWC370EhcacheReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC370EhcacheReq"},"_GWC370HazelcastReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC370HazelcastReq"},"_GWC370VarnishReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC370VarnishReq"},"_GWC371ApolloClientReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC371ApolloClientReq"},"_GWC371ApolloServerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC371ApolloServerReq"},"_GWC371HasuraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC371HasuraReq"},"_GWC371PostGraphileReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC371PostGraphileReq"},"_GWC372ActiveMQReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC372ActiveMQReq"},"_GWC372BullMQReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC372BullMQReq"},"_GWC372SidekiqReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC372SidekiqReq"},"_GWC372ZeroMQReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC372ZeroMQReq"},"_GWC373APISIXReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC373APISIXReq"},"_GWC373AmbassadorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC373AmbassadorReq"},"_GWC373KongReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC373KongReq"},"_GWC373TraefikReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC373TraefikReq"},"_GWC374CiliumReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC374CiliumReq"},"_GWC374ConsulConnectReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC374ConsulConnectReq"},"_GWC374KumaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC374KumaReq"},"_GWC374OSMReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC374OSMReq"},"_GWC375AnchoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC375AnchoreReq"},"_GWC375FalcoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC375FalcoReq"},"_GWC375KubeBenchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC375KubeBenchReq"},"_GWC375TfsecReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC375TfsecReq"},"_GWC376CertManagerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC376CertManagerReq"},"_GWC376CfsslReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC376CfsslReq"},"_GWC376StepCAReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC376StepCAReq"},"_GWC376VenafiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC376VenafiReq"},"_GWC377BazelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC377BazelReq"},"_GWC377BuckReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC377BuckReq"},"_GWC377GradleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC377GradleReq"},"_GWC377MavenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC377MavenReq"},"_GWC378CMakeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC378CMakeReq"},"_GWC378MesonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC378MesonReq"},"_GWC378NinjaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC378NinjaReq"},"_GWC378PantsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC378PantsReq"},"_GWC379ConanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC379ConanReq"},"_GWC379QmakeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC379QmakeReq"},"_GWC379SconsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC379SconsReq"},"_GWC379VcpkgReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC379VcpkgReq"},"_GWC380EsbuildReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC380EsbuildReq"},"_GWC380ParcelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC380ParcelReq"},"_GWC380RollupReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC380RollupReq"},"_GWC380WebpackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC380WebpackReq"},"_GWC381DoxygenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC381DoxygenReq"},"_GWC381MkdocsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC381MkdocsReq"},"_GWC381SphinxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC381SphinxReq"},"_GWC381TypedocReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC381TypedocReq"},"_GWC382ConfluenceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC382ConfluenceReq"},"_GWC382DocusaurusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC382DocusaurusReq"},"_GWC382GitbookReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC382GitbookReq"},"_GWC382NotionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC382NotionReq"},"_GWC383AsanaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC383AsanaReq"},"_GWC383ClickupReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC383ClickupReq"},"_GWC383LinearReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC383LinearReq"},"_GWC383TrelloReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC383TrelloReq"},"_GWC384FirehydrantReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC384FirehydrantReq"},"_GWC384RootlyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC384RootlyReq"},"_GWC384SquadcastReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC384SquadcastReq"},"_GWC384StatuspageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC384StatuspageReq"},"_GWC385FreshdeskReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC385FreshdeskReq"},"_GWC385HelpsScoutReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC385HelpsScoutReq"},"_GWC385IntercomReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC385IntercomReq"},"_GWC385ZendeskReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC385ZendeskReq"},"_GWC386HubspotReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC386HubspotReq"},"_GWC386PipedriveReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC386PipedriveReq"},"_GWC386SalesforceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC386SalesforceReq"},"_GWC386ZohoCrmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC386ZohoCrmReq"},"_GWC387FullstoryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC387FullstoryReq"},"_GWC387HeapReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC387HeapReq"},"_GWC387HotjarReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC387HotjarReq"},"_GWC387PendoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC387PendoReq"},"_GWC388LookerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC388LookerReq"},"_GWC388MetabaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC388MetabaseReq"},"_GWC388RedashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC388RedashReq"},"_GWC388SupersetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC388SupersetReq"},"_GWC389AirbyteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC389AirbyteReq"},"_GWC389CensusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC389CensusReq"},"_GWC389DbtReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC389DbtReq"},"_GWC389FivetranReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC389FivetranReq"},"_GWC390BigqueryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC390BigqueryReq"},"_GWC390DatabricksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC390DatabricksReq"},"_GWC390RedshiftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC390RedshiftReq"},"_GWC390SnowflakeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC390SnowflakeReq"},"_GWC391IbmMqReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC391IbmMqReq"},"_GWC391KinesisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC391KinesisReq"},"_GWC391PubsubReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC391PubsubReq"},"_GWC391SolaceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC391SolaceReq"},"_GWC392BeamReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC392BeamReq"},"_GWC392FlinkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC392FlinkReq"},"_GWC392SparkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC392SparkReq"},"_GWC392TrinoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC392TrinoReq"},"_GWC393AirflowReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC393AirflowReq"},"_GWC393DagsterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC393DagsterReq"},"_GWC393LuigiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC393LuigiReq"},"_GWC393PrefectReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC393PrefectReq"},"_GWC394BentomlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC394BentomlReq"},"_GWC394KubeflowReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC394KubeflowReq"},"_GWC394SagemakerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC394SagemakerReq"},"_GWC394SeldonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC394SeldonReq"},"_GWC395ClearmlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC395ClearmlReq"},"_GWC395CometmlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC395CometmlReq"},"_GWC395NeptuneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC395NeptuneReq"},"_GWC395WandbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC395WandbReq"},"_GWC396OnnxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC396OnnxReq"},"_GWC396OpenvinoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC396OpenvinoReq"},"_GWC396TensorrtReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC396TensorrtReq"},"_GWC396TfliteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC396TfliteReq"},"_GWC397AutogenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC397AutogenReq"},"_GWC397CrewaiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC397CrewaiReq"},"_GWC397HaystackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC397HaystackReq"},"_GWC397SemanticKernelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC397SemanticKernelReq"},"_GWC398LlamacppReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC398LlamacppReq"},"_GWC398LmstudioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC398LmstudioReq"},"_GWC398TgiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC398TgiReq"},"_GWC398VllmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC398VllmReq"},"_GWC399CohereReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC399CohereReq"},"_GWC399GroqReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC399GroqReq"},"_GWC399MistralReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC399MistralReq"},"_GWC399TogetherReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC399TogetherReq"},"_GWC400AzureOpenaiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC400AzureOpenaiReq"},"_GWC400BedrockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC400BedrockReq"},"_GWC400GeminiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC400GeminiReq"},"_GWC400VertexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC400VertexReq"},"_GWC401JaxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC401JaxReq"},"_GWC401PytorchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC401PytorchReq"},"_GWC401TensorflowReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC401TensorflowReq"},"_GWC401TransformersReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC401TransformersReq"},"_GWC402CatboostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC402CatboostReq"},"_GWC402LightgbmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC402LightgbmReq"},"_GWC402SklearnReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC402SklearnReq"},"_GWC402XgboostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC402XgboostReq"},"_GWC403NumpyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC403NumpyReq"},"_GWC403PandasReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC403PandasReq"},"_GWC403PolarsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC403PolarsReq"},"_GWC403ScipyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC403ScipyReq"},"_GWC404BokehReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC404BokehReq"},"_GWC404MatplotlibReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC404MatplotlibReq"},"_GWC404PlotlyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC404PlotlyReq"},"_GWC404SeabornReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC404SeabornReq"},"_GWC405DashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC405DashReq"},"_GWC405GradioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC405GradioReq"},"_GWC405PanelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC405PanelReq"},"_GWC405StreamlitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC405StreamlitReq"},"_GWC406ActixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC406ActixReq"},"_GWC406AxumReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC406AxumReq"},"_GWC406CargoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC406CargoReq"},"_GWC406TokioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC406TokioReq"},"_GWC407ChiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC407ChiReq"},"_GWC407EchoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC407EchoReq"},"_GWC407FiberReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC407FiberReq"},"_GWC407GinReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC407GinReq"},"_GWC408HibernateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC408HibernateReq"},"_GWC408MicronautReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC408MicronautReq"},"_GWC408QuarkusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC408QuarkusReq"},"_GWC408SpringReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC408SpringReq"},"_GWC409DjangoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC409DjangoReq"},"_GWC409FastapiFrameworkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC409FastapiFrameworkReq"},"_GWC409FlaskReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC409FlaskReq"},"_GWC409TornadoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC409TornadoReq"},"_GWC410ExpressReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC410ExpressReq"},"_GWC410FastifyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC410FastifyReq"},"_GWC410KoaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC410KoaReq"},"_GWC410NestjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC410NestjsReq"},"_GWC411LaravelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC411LaravelReq"},"_GWC411PhoenixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC411PhoenixReq"},"_GWC411RailsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC411RailsReq"},"_GWC411SymfonyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC411SymfonyReq"},"_GWC412AngularReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC412AngularReq"},"_GWC412ReactReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC412ReactReq"},"_GWC412SvelteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC412SvelteReq"},"_GWC412VueReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC412VueReq"},"_GWC413CapacitorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC413CapacitorReq"},"_GWC413CordovaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC413CordovaReq"},"_GWC413FlutterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC413FlutterReq"},"_GWC413IonicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC413IonicReq"},"_GWC414KnexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC414KnexReq"},"_GWC414PeeweeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC414PeeweeReq"},"_GWC414SqlalchemyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC414SqlalchemyReq"},"_GWC414TortoiseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC414TortoiseReq"},"_GWC415DramatiqReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC415DramatiqReq"},"_GWC415FaktoryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC415FaktoryReq"},"_GWC415HueyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC415HueyReq"},"_GWC415RqReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC415RqReq"},"_GWC416AirtableReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC416AirtableReq"},"_GWC416FigmaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC416FigmaReq"},"_GWC416FramerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC416FramerReq"},"_GWC416MiroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC416MiroReq"},"_GWC417BabelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC417BabelReq"},"_GWC417BunReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC417BunReq"},"_GWC417NpmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC417NpmReq"},"_GWC417YarnReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC417YarnReq"},"_GWC418AntDesignReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC418AntDesignReq"},"_GWC418BootstrapReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC418BootstrapReq"},"_GWC418ChakraUiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC418ChakraUiReq"},"_GWC418MaterialUiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC418MaterialUiReq"},"_GWC419HeadlessUiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC419HeadlessUiReq"},"_GWC419MantineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC419MantineReq"},"_GWC419RadixUiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC419RadixUiReq"},"_GWC419ShadcnReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC419ShadcnReq"},"_GWC420MobxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC420MobxReq"},"_GWC420ReduxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC420ReduxReq"},"_GWC420ValtioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC420ValtioReq"},"_GWC420XstateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC420XstateReq"},"_GWC421AxiosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC421AxiosReq"},"_GWC421ReactRouterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC421ReactRouterReq"},"_GWC421RelayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC421RelayReq"},"_GWC421UrqlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC421UrqlReq"},"_GWC422EmotionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC422EmotionReq"},"_GWC422LinariaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC422LinariaReq"},"_GWC422StitchesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC422StitchesReq"},"_GWC422VanillaExtractReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC422VanillaExtractReq"},"_GWC423FormikReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC423FormikReq"},"_GWC423JoiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC423JoiReq"},"_GWC423ReactHookFormReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC423ReactHookFormReq"},"_GWC423YupReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC423YupReq"},"_GWC424JwtReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC424JwtReq"},"_GWC424LuciaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC424LuciaReq"},"_GWC424NextAuthReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC424NextAuthReq"},"_GWC424PassportReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC424PassportReq"},"_GWC425AsyncioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC425AsyncioReq"},"_GWC425DataclassesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC425DataclassesReq"},"_GWC425PydanticReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC425PydanticReq"},"_GWC425TypingReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC425TypingReq"},"_GWC426ChangesetsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC426ChangesetsReq"},"_GWC426CommitlintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC426CommitlintReq"},"_GWC426ReleasePleaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC426ReleasePleaseReq"},"_GWC426SemanticReleaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC426SemanticReleaseReq"},"_GWC427AblyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC427AblyReq"},"_GWC427PusherReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC427PusherReq"},"_GWC427SocketIoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC427SocketIoReq"},"_GWC427WebrtcReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC427WebrtcReq"},"_GWC428TanstackFormReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC428TanstackFormReq"},"_GWC428TanstackQueryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC428TanstackQueryReq"},"_GWC428TanstackRouterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC428TanstackRouterReq"},"_GWC428TanstackTableReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC428TanstackTableReq"},"_GWC429GatsbyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC429GatsbyReq"},"_GWC429PreactReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC429PreactReq"},"_GWC429QwikReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC429QwikReq"},"_GWC429SolidjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC429SolidjsReq"},"_GWC430NativewindReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC430NativewindReq"},"_GWC430ReactNativePaperReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC430ReactNativePaperReq"},"_GWC430ReactNavigationReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC430ReactNavigationReq"},"_GWC430TamaguiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC430TamaguiReq"},"_GWC431DaisyuiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC431DaisyuiReq"},"_GWC431FlowbiteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC431FlowbiteReq"},"_GWC431StyledSystemReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC431StyledSystemReq"},"_GWC431UnocssReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC431UnocssReq"},"_GWC432AutocannonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC432AutocannonReq"},"_GWC432BundleAnalyzerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC432BundleAnalyzerReq"},"_GWC432ClinicJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC432ClinicJsReq"},"_GWC432SupertestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC432SupertestReq"},"_GWC433BabylonJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC433BabylonJsReq"},"_GWC433PhaserReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC433PhaserReq"},"_GWC433ReactThreeFiberReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC433ReactThreeFiberReq"},"_GWC433ThreeJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC433ThreeJsReq"},"_GWC434DieselReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC434DieselReq"},"_GWC434RocketReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC434RocketReq"},"_GWC434SerdeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC434SerdeReq"},"_GWC434SqlxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC434SqlxReq"},"_GWC435LeptosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC435LeptosReq"},"_GWC435WasmBindgenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC435WasmBindgenReq"},"_GWC435WasmPackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC435WasmPackReq"},"_GWC435YewReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC435YewReq"},"_GWC436AbsintheReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC436AbsintheReq"},"_GWC436BroadwayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC436BroadwayReq"},"_GWC436EctoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC436EctoReq"},"_GWC436ObanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC436ObanReq"},"_GWC437GoContextReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC437GoContextReq"},"_GWC437GoGenericsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC437GoGenericsReq"},"_GWC437GoModulesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC437GoModulesReq"},"_GWC437GoTestingReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC437GoTestingReq"},"_GWC438JacksonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC438JacksonReq"},"_GWC438LombokReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC438LombokReq"},"_GWC438SpringSecurityReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC438SpringSecurityReq"},"_GWC438TestcontainersReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC438TestcontainersReq"},"_GWC439FlutterBlocReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC439FlutterBlocReq"},"_GWC439GetxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC439GetxReq"},"_GWC439ProviderReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC439ProviderReq"},"_GWC439RiverpodReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC439RiverpodReq"},"_GWC440BevyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC440BevyReq"},"_GWC440DioxusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC440DioxusReq"},"_GWC440EguiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC440EguiReq"},"_GWC440IcedReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC440IcedReq"},"_GWC441KotlinCoroutinesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC441KotlinCoroutinesReq"},"_GWC441KotlinFlowReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC441KotlinFlowReq"},"_GWC441SwiftCombineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC441SwiftCombineReq"},"_GWC441SwiftUiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC441SwiftUiReq"},"_GWC442ElysiaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC442ElysiaReq"},"_GWC442HonoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC442HonoReq"},"_GWC442NitroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC442NitroReq"},"_GWC443AstroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC443AstroReq"},"_GWC443DrizzleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC443DrizzleReq"},"_GWC443NuxtReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC443NuxtReq"},"_GWC443SvelteKitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC443SvelteKitReq"},"_GWC444DenoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC444DenoReq"},"_GWC444RemixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC444RemixReq"},"_GWC444StorybookReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC444StorybookReq"},"_GWC444TauriReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC444TauriReq"},"_GWC445GoChiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC445GoChiReq"},"_GWC445GoEchoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC445GoEchoReq"},"_GWC445GoFiberReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC445GoFiberReq"},"_GWC445GoGinReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC445GoGinReq"},"_GWC446AiohttpReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC446AiohttpReq"},"_GWC446Boto3Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC446Boto3Req"},"_GWC446HttpxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC446HttpxReq"},"_GWC447GrpcReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC447GrpcReq"},"_GWC447JaegerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC447JaegerReq"},"_GWC447OpenTelemetryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC447OpenTelemetryReq"},"_GWC447ZipkinReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC447ZipkinReq"},"_GWC448AwsCdkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC448AwsCdkReq"},"_GWC448Cdk8sReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC448Cdk8sReq"},"_GWC448FluxCdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC448FluxCdReq"},"_GWC449AlpineJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC449AlpineJsReq"},"_GWC449HtmxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC449HtmxReq"},"_GWC449LitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC449LitReq"},"_GWC449StimulusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC449StimulusReq"},"_GWC450BlackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC450BlackReq"},"_GWC450CoveragePyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC450CoveragePyReq"},"_GWC450IsortReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC450IsortReq"},"_GWC450RuffReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC450RuffReq"},"_GWC451AriadneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC451AriadneReq"},"_GWC451GrapheneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC451GrapheneReq"},"_GWC451GraphqlCoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC451GraphqlCoreReq"},"_GWC451StrawberryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC451StrawberryReq"},"_GWC452BeanieReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC452BeanieReq"},"_GWC452MongoEngineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC452MongoEngineReq"},"_GWC452MotorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC452MotorReq"},"_GWC452SqlModelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC452SqlModelReq"},"_GWC453MeiliSearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC453MeiliSearchReq"},"_GWC453QdrantReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC453QdrantReq"},"_GWC453TypesenseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC453TypesenseReq"},"_GWC454DspyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC454DspyReq"},"_GWC454LangGraphReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC454LangGraphReq"},"_GWC454NixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC454NixReq"},"_GWC454TursoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC454TursoReq"},"_GWC455DeepSpeedReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC455DeepSpeedReq"},"_GWC455KerasReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC455KerasReq"},"_GWC455OptunaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC455OptunaReq"},"_GWC455RayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC455RayReq"},"_GWC456AccelerateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC456AccelerateReq"},"_GWC456DiffusersReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC456DiffusersReq"},"_GWC456PeftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC456PeftReq"},"_GWC456TrlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC456TrlReq"},"_GWC457ChromaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC457ChromaReq"},"_GWC457FaissReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC457FaissReq"},"_GWC457InstructorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC457InstructorReq"},"_GWC457LiteLlmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC457LiteLlmReq"},"_GWC458AspNetCoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC458AspNetCoreReq"},"_GWC458EntityFrameworkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC458EntityFrameworkReq"},"_GWC458SpringBootReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC458SpringBootReq"},"_GWC458SpringDataReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC458SpringDataReq"},"_GWC459BlazorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC459BlazorReq"},"_GWC459ComposeMultiplatformReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC459ComposeMultiplatformReq"},"_GWC459JetpackComposeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC459JetpackComposeReq"},"_GWC459XunitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC459XunitReq"},"_GWC460ComposerPhpReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC460ComposerPhpReq"},"_GWC460PhpStanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC460PhpStanReq"},"_GWC460PhpUnitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC460PhpUnitReq"},"_GWC460RackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC460RackReq"},"_GWC461RolldownReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC461RolldownReq"},"_GWC461RspackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC461RspackReq"},"_GWC461TsupReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC461TsupReq"},"_GWC461TurbopackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC461TurbopackReq"},"_GWC462SeaOrmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC462SeaOrmReq"},"_GWC462SerenityReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC462SerenityReq"},"_GWC462TonicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC462TonicReq"},"_GWC462TowerHttpReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC462TowerHttpReq"},"_GWC463CobraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC463CobraReq"},"_GWC463PgxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC463PgxReq"},"_GWC463SqlcReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC463SqlcReq"},"_GWC463WireGoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC463WireGoReq"},"_GWC464AkkaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC464AkkaReq"},"_GWC464HelidonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC464HelidonReq"},"_GWC464VertxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC464VertxReq"},"_GWC464ZioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC464ZioReq"},"_GWC465ActiveRecordReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC465ActiveRecordReq"},"_GWC465AppwriteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC465AppwriteReq"},"_GWC465FaradayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC465FaradayReq"},"_GWC465PocketBaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC465PocketBaseReq"},"_GWC466GenServerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC466GenServerReq"},"_GWC466GleamReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC466GleamReq"},"_GWC466NervesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC466NervesReq"},"_GWC466PhoenixLiveViewReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC466PhoenixLiveViewReq"},"_GWC467ClickReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC467ClickReq"},"_GWC467LoguruReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC467LoguruReq"},"_GWC467RichReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC467RichReq"},"_GWC467TyperReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC467TyperReq"},"_GWC468DeviseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC468DeviseReq"},"_GWC468PumaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC468PumaReq"},"_GWC468PunditReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC468PunditReq"},"_GWC468SinatraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC468SinatraReq"},"_GWC469ClapRustReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC469ClapRustReq"},"_GWC469CriterionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC469CriterionReq"},"_GWC469ProstReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC469ProstReq"},"_GWC469RayonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC469RayonReq"},"_GWC470CatsEffectReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC470CatsEffectReq"},"_GWC470CirceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC470CirceReq"},"_GWC470DoobieReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC470DoobieReq"},"_GWC470Fs2Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC470Fs2Req"},"_GWC471CakePhpReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC471CakePhpReq"},"_GWC471CodeIgniterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC471CodeIgniterReq"},"_GWC471SlimReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC471SlimReq"},"_GWC471YiiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC471YiiReq"},"_GWC472ExtismReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC472ExtismReq"},"_GWC472SpinReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC472SpinReq"},"_GWC472WasmerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC472WasmerReq"},"_GWC472WasmtimeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC472WasmtimeReq"},"_GWC473KyselyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC473KyselyReq"},"_GWC473RecoilReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC473RecoilReq"},"_GWC473RedisOmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC473RedisOmReq"},"_GWC473ReduxToolkitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC473ReduxToolkitReq"},"_GWC474DirectusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC474DirectusReq"},"_GWC474KeystoneJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC474KeystoneJsReq"},"_GWC474PayloadCmsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC474PayloadCmsReq"},"_GWC474StrapiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC474StrapiReq"},"_GWC475InngestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC475InngestReq"},"_GWC475LiveblocksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC475LiveblocksReq"},"_GWC475PartyKitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC475PartyKitReq"},"_GWC475TriggerDevReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC475TriggerDevReq"},"_GWC476EdgeDbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC476EdgeDbReq"},"_GWC476SurrealDbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC476SurrealDbReq"},"_GWC476TiDbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC476TiDbReq"},"_GWC476YugabyteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC476YugabyteReq"},"_GWC477GenqlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC477GenqlReq"},"_GWC477GqtyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC477GqtyReq"},"_GWC477GraphQlYogaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC477GraphQlYogaReq"},"_GWC477PothosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC477PothosReq"},"_GWC478ArrowKotlinReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC478ArrowKotlinReq"},"_GWC478GitlabCIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC478GitlabCIReq"},"_GWC478KtorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC478KtorReq"},"_GWC478RedisStreamsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC478RedisStreamsReq"},"_GWC478SinatraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC478SinatraReq"},"_GWC478SolrReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC478SolrReq"},"_GWC478SwiftNioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC478SwiftNioReq"},"_GWC478VaporSwiftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC478VaporSwiftReq"},"_GWC479AlgoliaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC479AlgoliaReq"},"_GWC479MeilisearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC479MeilisearchReq"},"_GWC479PavexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC479PavexReq"},"_GWC479PoemReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC479PoemReq"},"_GWC479QdrantReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC479QdrantReq"},"_GWC479SalvoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC479SalvoReq"},"_GWC479TideReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC479TideReq"},"_GWC479TypesenseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC479TypesenseReq"},"_GWC480BufReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC480BufReq"},"_GWC480ChromaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC480ChromaReq"},"_GWC480ConnectGoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC480ConnectGoReq"},"_GWC480EntGoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC480EntGoReq"},"_GWC480FaissReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC480FaissReq"},"_GWC480FxGoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC480FxGoReq"},"_GWC480MilvusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC480MilvusReq"},"_GWC480PgvectorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC480PgvectorReq"},"_GWC481ConvexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC481ConvexReq"},"_GWC481DbtReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC481DbtReq"},"_GWC481EffectTsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC481EffectTsReq"},"_GWC481FeastReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC481FeastReq"},"_GWC481GreatExpectationsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC481GreatExpectationsReq"},"_GWC481LancedbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC481LancedbReq"},"_GWC481LitestarReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC481LitestarReq"},"_GWC481MasoniteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC481MasoniteReq"},"_GWC482BunReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC482BunReq"},"_GWC482DenoDeployReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC482DenoDeployReq"},"_GWC482DvcReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC482DvcReq"},"_GWC482LLRTReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC482LLRTReq"},"_GWC482NextjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC482NextjsReq"},"_GWC482NuxtjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC482NuxtjsReq"},"_GWC482SvelteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC482SvelteReq"},"_GWC482WinterJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC482WinterJSReq"},"_GWC483ArkTypeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC483ArkTypeReq"},"_GWC483EthersjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC483EthersjsReq"},"_GWC483FoundryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC483FoundryReq"},"_GWC483HardhatReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC483HardhatReq"},"_GWC483TypeBoxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC483TypeBoxReq"},"_GWC483ValibotReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC483ValibotReq"},"_GWC483Web3jsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC483Web3jsReq"},"_GWC483ZodReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC483ZodReq"},"_GWC484BackbonejsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC484BackbonejsReq"},"_GWC484BookshelfReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC484BookshelfReq"},"_GWC484EmberjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC484EmberjsReq"},"_GWC484KnockoutjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC484KnockoutjsReq"},"_GWC484MikroORMReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC484MikroORMReq"},"_GWC484MithrilReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC484MithrilReq"},"_GWC484ObjectionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC484ObjectionReq"},"_GWC484TypeORMReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC484TypeORMReq"},"_GWC485AlpinejsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC485AlpinejsReq"},"_GWC485EffectorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC485EffectorReq"},"_GWC485H3Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC485H3Req"},"_GWC485NitroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC485NitroReq"},"_GWC485OfetchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC485OfetchReq"},"_GWC485RecoilReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC485RecoilReq"},"_GWC485StencilReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC485StencilReq"},"_GWC485UnjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC485UnjsReq"},"_GWC486JsonnetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC486JsonnetReq"},"_GWC486LernaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC486LernaReq"},"_GWC486MarkoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC486MarkoReq"},"_GWC486NxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC486NxReq"},"_GWC486PklReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC486PklReq"},"_GWC486PnpmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC486PnpmReq"},"_GWC486SaltstackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC486SaltstackReq"},"_GWC486TurborepoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC486TurborepoReq"},"_GWC487PlaywrightReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC487PlaywrightReq"},"_GWC487VitestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC487VitestReq"},"_GWC487WebdriverIOReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC487WebdriverIOReq"},"_GWC487WireitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC487WireitReq"},"_GWC488AlloyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC488AlloyReq"},"_GWC488GrafanaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC488GrafanaReq"},"_GWC488LokiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC488LokiReq"},"_GWC488MimirReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC488MimirReq"},"_GWC489AgendaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC489AgendaReq"},"_GWC489BeeQueueReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC489BeeQueueReq"},"_GWC489NatsJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC489NatsJsReq"},"_GWC489TemporalReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC489TemporalReq"},"_GWC490AiosqliteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC490AiosqliteReq"},"_GWC490AsyncpgReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC490AsyncpgReq"},"_GWC490DatabasesPyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC490DatabasesPyReq"},"_GWC490Psycopg3Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC490Psycopg3Req"},"_GWC491BlackSheepReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC491BlackSheepReq"},"_GWC491FalconReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC491FalconReq"},"_GWC491RobynReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC491RobynReq"},"_GWC491SanicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC491SanicReq"},"_GWC492KedroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC492KedroReq"},"_GWC492MetaflowReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC492MetaflowReq"},"_GWC492PrefectReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC492PrefectReq"},"_GWC492ZenMLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC492ZenMLReq"},"_GWC493DuckDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC493DuckDBReq"},"_GWC493IbisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC493IbisReq"},"_GWC493NarwhalsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC493NarwhalsReq"},"_GWC493PolarsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC493PolarsReq"},"_GWC494PydanticAIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC494PydanticAIReq"},"_GWC494SemanticKernelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC494SemanticKernelReq"},"_GWC495Exllamav2Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC495Exllamav2Req"},"_GWC495MLXReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC495MLXReq"},"_GWC495TensorRTLLMReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC495TensorRTLLMReq"},"_GWC495TogetherAIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC495TogetherAIReq"},"_GWC496ChromaDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC496ChromaDBReq"},"_GWC496LanceDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC496LanceDBReq"},"_GWC496MilvusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC496MilvusReq"},"_GWC496PgvectorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC496PgvectorReq"},"_GWC497GuidanceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC497GuidanceReq"},"_GWC497InstructorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC497InstructorReq"},"_GWC497MarvinReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC497MarvinReq"},"_GWC497OutlinesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC497OutlinesReq"},"_GWC498HonoRpcReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC498HonoRpcReq"},"_GWC498ORpcReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC498ORpcReq"},"_GWC498TsRestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC498TsRestReq"},"_GWC498ZodiosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC498ZodiosReq"},"_GWC499FyneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC499FyneReq"},"_GWC499GioUIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC499GioUIReq"},"_GWC499NeutralinoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC499NeutralinoReq"},"_GWC499WailsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC499WailsReq"},"_GWC500AnalogReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC500AnalogReq"},"_GWC500AstroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC500AstroReq"},"_GWC500RemixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC500RemixReq"},"_GWC500TanStackStartReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC500TanStackStartReq"},"_GWC501Framework7Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC501Framework7Req"},"_GWC501IonicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC501IonicReq"},"_GWC501NativeScriptReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC501NativeScriptReq"},"_GWC501QuasarReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC501QuasarReq"},"_GWC502Cdk8sReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC502Cdk8sReq"},"_GWC502CueReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC502CueReq"},"_GWC502OpenTofuReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC502OpenTofuReq"},"_GWC502PulumiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC502PulumiReq"},"_GWC503CFEngineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC503CFEngineReq"},"_GWC503FlakeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC503FlakeReq"},"_GWC503NixOSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC503NixOSReq"},"_GWC503NixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC503NixReq"},"_GWC504DaprReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC504DaprReq"},"_GWC504KedaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC504KedaReq"},"_GWC504KnativeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC504KnativeReq"},"_GWC504TektonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC504TektonReq"},"_GWC505GatekeeperReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC505GatekeeperReq"},"_GWC505OpaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC505OpaReq"},"_GWC505TrivyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC505TrivyReq"},"_GWC506DaggerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC506DaggerReq"},"_GWC506EarthlyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC506EarthlyReq"},"_GWC506ForgejoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC506ForgejoReq"},"_GWC506WoodpeckerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC506WoodpeckerReq"},"_GWC507AxiomReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC507AxiomReq"},"_GWC507CoralogixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC507CoralogixReq"},"_GWC507SignozReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC507SignozReq"},"_GWC507UptraceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC507UptraceReq"},"_GWC508CommitizenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC508CommitizenReq"},"_GWC508GoreleaserReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC508GoreleaserReq"},"_GWC508ShipJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC508ShipJsReq"},"_GWC508StandardVersionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC508StandardVersionReq"},"_GWC509CortexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC509CortexReq"},"_GWC509M3dbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC509M3dbReq"},"_GWC509ThanosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC509ThanosReq"},"_GWC509VictoriametricsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC509VictoriametricsReq"},"_GWC510FlagsmithReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC510FlagsmithReq"},"_GWC510GrowthbookReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC510GrowthbookReq"},"_GWC510OpenfeatureReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC510OpenfeatureReq"},"_GWC510UnleashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC510UnleashReq"},"_GWC511ManticoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC511ManticoreReq"},"_GWC511QuickwitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC511QuickwitReq"},"_GWC511SonicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC511SonicReq"},"_GWC511VespaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC511VespaReq"},"_GWC512DevcycleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC512DevcycleReq"},"_GWC512FeatbitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC512FeatbitReq"},"_GWC512FliptReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC512FliptReq"},"_GWC512StatsigReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC512StatsigReq"},"_GWC513GarageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC513GarageReq"},"_GWC513MinioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC513MinioReq"},"_GWC513SeaweedfsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC513SeaweedfsReq"},"_GWC513TantivyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC513TantivyReq"},"_GWC514CloudnativePgReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC514CloudnativePgReq"},"_GWC514DoltReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC514DoltReq"},"_GWC514LitestreamReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC514LitestreamReq"},"_GWC514RqliteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC514RqliteReq"},"_GWC515MarqoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC515MarqoReq"},"_GWC515TurbopufferReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC515TurbopufferReq"},"_GWC515TxtaiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC515TxtaiReq"},"_GWC515UsearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC515UsearchReq"},"_GWC516CitusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC516CitusReq"},"_GWC516PatroniReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC516PatroniReq"},"_GWC516PgbouncerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC516PgbouncerReq"},"_GWC516StolonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC516StolonReq"},"_GWC517FaunaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC517FaunaReq"},"_GWC517QuestdbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC517QuestdbReq"},"_GWC517SinglestoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC517SinglestoreReq"},"_GWC517XataReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC517XataReq"},"_GWC527CodeMirrorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC527CodeMirrorReq"},"_GWC527MonacoEditorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC527MonacoEditorReq"},"_GWC527QuillReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC527QuillReq"},"_GWC527TiptapReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC527TiptapReq"},"_GWC528ExcalidrawReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC528ExcalidrawReq"},"_GWC528FabricJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC528FabricJsReq"},"_GWC528KonvaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC528KonvaReq"},"_GWC528TldrawReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC528TldrawReq"},"_GWC529DeckGLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC529DeckGLReq"},"_GWC529LeafletReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC529LeafletReq"},"_GWC529MapboxGLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC529MapboxGLReq"},"_GWC529OpenLayersReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC529OpenLayersReq"},"_GWC530ApexChartsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC530ApexChartsReq"},"_GWC530ChartJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC530ChartJsReq"},"_GWC530EChartsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC530EChartsReq"},"_GWC530RechartsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC530RechartsReq"},"_GWC531FramerMotionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC531FramerMotionReq"},"_GWC531GsapReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC531GsapReq"},"_GWC531LottieReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC531LottieReq"},"_GWC531ReactSpringReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC531ReactSpringReq"},"_GWC532MailgunReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC532MailgunReq"},"_GWC532NodemailerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC532NodemailerReq"},"_GWC532PostmarkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC532PostmarkReq"},"_GWC532ReactEmailReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC532ReactEmailReq"},"_GWC533CasbinReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC533CasbinReq"},"_GWC533OpenFGAReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC533OpenFGAReq"},"_GWC533SuperTokensReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC533SuperTokensReq"},"_GWC533WorkOSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC533WorkOSReq"},"_GWC534AFrameReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC534AFrameReq"},"_GWC534CesiumReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC534CesiumReq"},"_GWC534ImmerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC534ImmerReq"},"_GWC534PixiJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC534PixiJsReq"},"_GWC535ConformReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC535ConformReq"},"_GWC535LegendStateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC535LegendStateReq"},"_GWC535LocoRsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC535LocoRsReq"},"_GWC535NanostoresReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC535NanostoresReq"},"_GWC536AgoraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC536AgoraReq"},"_GWC536AutomergeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC536AutomergeReq"},"_GWC536LiveKitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC536LiveKitReq"},"_GWC536YjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC536YjsReq"},"_GWC537AdonisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC537AdonisReq"},"_GWC537HapiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC537HapiReq"},"_GWC537MoleculerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC537MoleculerReq"},"_GWC537PiniaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC537PiniaReq"},"_GWC538BetterAuthReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC538BetterAuthReq"},"_GWC538NovuReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC538NovuReq"},"_GWC538SendbirdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC538SendbirdReq"},"_GWC538StytchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC538StytchReq"},"_GWC539ArcjetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC539ArcjetReq"},"_GWC539CentrifugoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC539CentrifugoReq"},"_GWC539SoketiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC539SoketiReq"},"_GWC539UpstashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC539UpstashReq"},"_GWC540ChargebeeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC540ChargebeeReq"},"_GWC540LagoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC540LagoReq"},"_GWC540LemonSqueezyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC540LemonSqueezyReq"},"_GWC540PaddleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC540PaddleReq"},"_GWC541FlyteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC541FlyteReq"},"_GWC541HatchetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC541HatchetReq"},"_GWC541QStashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC541QStashReq"},"_GWC541WindmillReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC541WindmillReq"},"_GWC542ExqReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC542ExqReq"},"_GWC542GoodJobReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC542GoodJobReq"},"_GWC542ProcrastinateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC542ProcrastinateReq"},"_GWC542ResqueReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC542ResqueReq"},"_GWC543FeathersJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC543FeathersJSReq"},"_GWC543MedusaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC543MedusaReq"},"_GWC543TsoaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC543TsoaReq"},"_GWC543VendureReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC543VendureReq"},"_GWC544ContentfulReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC544ContentfulReq"},"_GWC544HygraphReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC544HygraphReq"},"_GWC544SanityReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC544SanityReq"},"_GWC544StoryblokReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC544StoryblokReq"},"_GWC545DirectusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC545DirectusReq"},"_GWC545StrapiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC545StrapiReq"},"_GWC546GhostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC546GhostReq"},"_GWC546TinaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC546TinaReq"},"_GWC546WebinyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC546WebinyReq"},"_GWC546WordpressReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC546WordpressReq"},"_GWC548ElectronReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC548ElectronReq"},"_GWC548NeutralinoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC548NeutralinoReq"},"_GWC548NwjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC548NwjsReq"},"_GWC549CapacitorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC549CapacitorReq"},"_GWC550DartReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC550DartReq"},"_GWC550XamarinReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC550XamarinReq"},"_GWC551CypressReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC551CypressReq"},"_GWC552JestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC552JestReq"},"_GWC553ChromaticReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC553ChromaticReq"},"_GWC553MswReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC553MswReq"},"_GWC554PrometheusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC554PrometheusReq"},"_GWC554TelegrafReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC554TelegrafReq"},"_GWC555DatadogReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC555DatadogReq"},"_GWC555LokiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC555LokiReq"},"_GWC556LogRocketReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC556LogRocketReq"},"_GWC557HeapReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC557HeapReq"},"_GWC557PosthogReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC557PosthogReq"},"_GWC558Auth0Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC558Auth0Req"},"_GWC558ClerkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC558ClerkReq"},"_GWC558OktaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC558OktaReq"},"_GWC559FirebaseAuthReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC559FirebaseAuthReq"},"_GWC559FirebaseFunctionsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC559FirebaseFunctionsReq"},"_GWC559FirebaseStorageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC559FirebaseStorageReq"},"_GWC559FirestoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC559FirestoreReq"},"_GWC560SupabaseAuthReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC560SupabaseAuthReq"},"_GWC560SupabaseEdgeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC560SupabaseEdgeReq"},"_GWC560SupabaseRealtimeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC560SupabaseRealtimeReq"},"_GWC560SupabaseStorageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC560SupabaseStorageReq"},"_GWC561S3Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC561S3Req"},"_GWC561SQSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC561SQSReq"},"_GWC562BigQueryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC562BigQueryReq"},"_GWC562CloudRunReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC562CloudRunReq"},"_GWC562GCSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC562GCSReq"},"_GWC562PubSubReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC562PubSubReq"},"_GWC563AzureBlobReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC563AzureBlobReq"},"_GWC563AzureContainerAppsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC563AzureContainerAppsReq"},"_GWC563AzureCosmosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC563AzureCosmosReq"},"_GWC563AzureStaticWebAppsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC563AzureStaticWebAppsReq"},"_GWC564EleventyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC564EleventyReq"},"_GWC564HugoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC564HugoReq"},"_GWC564JekyllReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC564JekyllReq"},"_GWC564ZolaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC564ZolaReq"},"_GWC565DenoFreshReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC565DenoFreshReq"},"_GWC565SolidStartReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC565SolidStartReq"},"_GWC565VikeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC565VikeReq"},"_GWC565WakuReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC565WakuReq"},"_GWC566AnimejsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC566AnimejsReq"},"_GWC566MotionOneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC566MotionOneReq"},"_GWC566PopmotionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC566PopmotionReq"},"_GWC566RiveReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC566RiveReq"},"_GWC567GotReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC567GotReq"},"_GWC567KyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC567KyReq"},"_GWC567UndiciReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC567UndiciReq"},"_GWC567WretchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC567WretchReq"},"_GWC568BrevoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC568BrevoReq"},"_GWC568LoopsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC568LoopsReq"},"_GWC568MailchimpReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC568MailchimpReq"},"_GWC568SparkPostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC568SparkPostReq"},"_GWC569CouchDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC569CouchDBReq"},"_GWC569PouchDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC569PouchDBReq"},"_GWC569RealmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC569RealmReq"},"_GWC569WatermelonDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC569WatermelonDBReq"},"_GWC570ArangoDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC570ArangoDBReq"},"_GWC570FaunaDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC570FaunaDBReq"},"_GWC570LibSQLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC570LibSQLReq"},"_GWC570RethinkDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC570RethinkDBReq"},"_GWC571DexieReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC571DexieReq"},"_GWC571FakerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC571FakerReq"},"_GWC571LocalForageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC571LocalForageReq"},"_GWC571RxDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC571RxDBReq"},"_GWC572CloudflareAIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC572CloudflareAIReq"},"_GWC572CloudflareD1Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC572CloudflareD1Req"},"_GWC572CloudflareKVReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC572CloudflareKVReq"},"_GWC572CloudflareR2Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC572CloudflareR2Req"},"_GWC573DeepseekReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC573DeepseekReq"},"_GWC573FireworksAIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC573FireworksAIReq"},"_GWC573PerplexityReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC573PerplexityReq"},"_GWC573ReplicateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC573ReplicateReq"},"_GWC574AWSSESReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC574AWSSESReq"},"_GWC574CustomerIOReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC574CustomerIOReq"},"_GWC574MailersendReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC574MailersendReq"},"_GWC574PlunkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC574PlunkReq"},"_GWC575ElectricSQLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC575ElectricSQLReq"},"_GWC575MomentoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC575MomentoReq"},"_GWC575TinybaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC575TinybaseReq"},"_GWC575UpstashVectorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC575UpstashVectorReq"},"_GWC576DurableObjectsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC576DurableObjectsReq"},"_GWC576NeonServerlessReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC576NeonServerlessReq"},"_GWC576PGliteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC576PGliteReq"},"_GWC576VercelStorageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC576VercelStorageReq"},"_GWC577AstroActionsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC577AstroActionsReq"},"_GWC577AstroDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC577AstroDBReq"},"_GWC577MillionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC577MillionReq"},"_GWC577VitePWAReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC577VitePWAReq"},"_GWC578CerebrasReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC578CerebrasReq"},"_GWC578DevcontainerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC578DevcontainerReq"},"_GWC578GiteaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC578GiteaReq"},"_GWC578VercelAIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC578VercelAIReq"},"_GWC579DprintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC579DprintReq"},"_GWC579LefthookReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC579LefthookReq"},"_GWC579MiseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC579MiseReq"},"_GWC579TaskfileReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC579TaskfileReq"},"_GWC580ConnectRPCReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC580ConnectRPCReq"},"_GWC580GRPCGatewayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC580GRPCGatewayReq"},"_GWC580GRPCWebReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC580GRPCWebReq"},"_GWC580TwirpReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC580TwirpReq"},"_GWC581AzureEventHubReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC581AzureEventHubReq"},"_GWC581AzureLogicAppsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC581AzureLogicAppsReq"},"_GWC581AzureMonitorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC581AzureMonitorReq"},"_GWC581AzureSignalRReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC581AzureSignalRReq"},"_GWC582ArgoWorkflowsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC582ArgoWorkflowsReq"},"_GWC582ChaliceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC582ChaliceReq"},"_GWC582OpenFaaSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC582OpenFaaSReq"},"_GWC582ZappaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC582ZappaReq"},"_GWC583CDKTFReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC583CDKTFReq"},"_GWC583ProjenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC583ProjenReq"},"_GWC583StarlarkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC583StarlarkReq"},"_GWC583TaploReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC583TaploReq"},"_GWC584AshFrameworkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC584AshFrameworkReq"},"_GWC584CredoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC584CredoReq"},"_GWC584ExCoverallsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC584ExCoverallsReq"},"_GWC584SwooshReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC584SwooshReq"},"_GWC585KafkaStreamsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC585KafkaStreamsReq"},"_GWC585RabbitMQStreamReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC585RabbitMQStreamReq"},"_GWC585ScyllaDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC585ScyllaDBReq"},"_GWC585TarantoolReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC585TarantoolReq"},"_GWC586CloudinaryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC586CloudinaryReq"},"_GWC586ImageKitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC586ImageKitReq"},"_GWC586ImgixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC586ImgixReq"},"_GWC586MuxVideoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC586MuxVideoReq"},"_GWC587DailyCoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC587DailyCoReq"},"_GWC587Hms100msReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC587Hms100msReq"},"_GWC587MediasoupReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC587MediasoupReq"},"_GWC587PeerJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC587PeerJSReq"},"_GWC588AdyenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC588AdyenReq"},"_GWC588BraintreeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC588BraintreeReq"},"_GWC588MollieReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC588MollieReq"},"_GWC588RazorpayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC588RazorpayReq"},"_GWC589GroongaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC589GroongaReq"},"_GWC589SonicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC589SonicReq"},"_GWC589SphinxSearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC589SphinxSearchReq"},"_GWC589ZincSearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC589ZincSearchReq"},"_GWC590ManticoreSearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC590ManticoreSearchReq"},"_GWC590OpenSearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC590OpenSearchReq"},"_GWC591ConductorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC591ConductorReq"},"_GWC591DagsterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC591DagsterReq"},"_GWC592LiveblocksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC592LiveblocksReq"},"_GWC592PartyKitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC592PartyKitReq"},"_GWC593ElysiaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC593ElysiaReq"},"_GWC593FastifyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC593FastifyReq"},"_GWC593HonoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC593HonoReq"},"_GWC594DrizzleKitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC594DrizzleKitReq"},"_GWC594KyselyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC594KyselyReq"},"_GWC594PrismaAccelerateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC594PrismaAccelerateReq"},"_GWC594PrismaPulseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC594PrismaPulseReq"},"_GWC595BunFFIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC595BunFFIReq"},"_GWC595BunSQLiteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC595BunSQLiteReq"},"_GWC595BunShellReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC595BunShellReq"},"_GWC595BunTestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC595BunTestReq"},"_GWC596DenoFreshReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC596DenoFreshReq"},"_GWC596DenoKVReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC596DenoKVReq"},"_GWC596DenoOakReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC596DenoOakReq"},"_GWC597NileReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC597NileReq"},"_GWC597PlanetScaleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC597PlanetScaleReq"},"_GWC597TursoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC597TursoReq"},"_GWC598EffectReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC598EffectReq"},"_GWC598EncoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC598EncoreReq"},"_GWC598FpTsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC598FpTsReq"},"_GWC598ZodReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC598ZodReq"},"_GWC599PuppeteerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC599PuppeteerReq"},"_GWC600PercyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC600PercyReq"},"_GWC601BiomeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC601BiomeReq"},"_GWC601ESLintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC601ESLintReq"},"_GWC601OxcReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC601OxcReq"},"_GWC601PrettierReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC601PrettierReq"},"_GWC602ParcelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC602ParcelReq"},"_GWC602RollupReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC602RollupReq"},"_GWC602SWCReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC602SWCReq"},"_GWC603AdonisJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC603AdonisJSReq"},"_GWC603LoopBackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC603LoopBackReq"},"_GWC603NestJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC603NestJSReq"},"_GWC603SailsJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC603SailsJSReq"},"_GWC604ApolloFederationReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC604ApolloFederationReq"},"_GWC604HasuraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC604HasuraReq"},"_GWC604StepZenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC604StepZenReq"},"_GWC604WunderGraphReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC604WunderGraphReq"},"_GWC605NewRelicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC605NewRelicReq"},"_GWC606LuciaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC606LuciaReq"},"_GWC607QStashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC607QStashReq"},"_GWC607UpstashWorkflowReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC607UpstashWorkflowReq"},"_GWC608RushReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC608RushReq"},"_GWC609JenkinsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC609JenkinsReq"},"_GWC611DockerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC611DockerReq"},"_GWC611KubernetesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC611KubernetesReq"},"_GWC611PodmanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC611PodmanReq"},"_GWC612SamReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC612SamReq"},"_GWC612ServerlessFrameworkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC612ServerlessFrameworkReq"},"_GWC613DragonflyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC613DragonflyReq"},"_GWC613KeyDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC613KeyDBReq"},"_GWC614NatsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC614NatsReq"},"_GWC614PulsarReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC614PulsarReq"},"_GWC614RabbitMQReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC614RabbitMQReq"},"_GWC615OpenApiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC615OpenApiReq"},"_GWC618AriakitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC618AriakitReq"},"_GWC618HeadlessUIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC618HeadlessUIReq"},"_GWC618RadixUIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC618RadixUIReq"},"_GWC618ShadcnReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC618ShadcnReq"},"_GWC621AnthropicSDKReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC621AnthropicSDKReq"},"_GWC621GoogleAIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC621GoogleAIReq"},"_GWC621OpenAISDKReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC621OpenAISDKReq"},"_GWC622FirebaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC622FirebaseReq"},"_GWC622NhostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC622NhostReq"},"_GWC623NWJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC623NWJSReq"},"_GWC624BunPkgReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC624BunPkgReq"},"_GWC624VoltaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC624VoltaReq"},"_GWC625PrismaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC625PrismaReq"},"_GWC626AJVReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC626AJVReq"},"_GWC626ValibotReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC626ValibotReq"},"_GWC626YupReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC626YupReq"},"_GWC627H3Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC627H3Req"},"_GWC628ViteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC628ViteReq"},"_GWC628WebpackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC628WebpackReq"},"_GWC630AngularReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC630AngularReq"},"_GWC630NextJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC630NextJSReq"},"_GWC630NuxtReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC630NuxtReq"},"_GWC630SvelteKitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC630SvelteKitReq"},"_GWC632ConvexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC632ConvexReq"},"_GWC632SupabaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC632SupabaseReq"},"_GWC633ApolloReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC633ApolloReq"},"_GWC634RestClientReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC634RestClientReq"},"_GWC634WebSocketReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC634WebSocketReq"},"_GWC636StyledComponentsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC636StyledComponentsReq"},"_GWC636TailwindReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC636TailwindReq"},"_GWC637AuthJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC637AuthJsReq"},"_GWC637BetterAuthReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC637BetterAuthReq"},"_GWC640LemonSqueezyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC640LemonSqueezyReq"},"_GWC640PaddleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC640PaddleReq"},"_GWC641MailgunReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC641MailgunReq"},"_GWC641NodemailerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC641NodemailerReq"},"_GWC641PostmarkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC641PostmarkReq"},"_GWC641ResendReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC641ResendReq"},"_GWC642ContentfulReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC642ContentfulReq"},"_GWC642SanityReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC642SanityReq"},"_GWC643ElasticsearchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC643ElasticsearchReq"},"_GWC644BullReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC644BullReq"},"_GWC645R2Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC645R2Req"},"_GWC645S3Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC645S3Req"},"_GWC646VercelDeployReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC646VercelDeployReq"},"_GWC647GrowthbookReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC647GrowthbookReq"},"_GWC647OpenfeatureReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC647OpenfeatureReq"},"_GWC647UnleashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC647UnleashReq"},"_GWC648AmplitudeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC648AmplitudeReq"},"_GWC648GoogleAnalyticsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC648GoogleAnalyticsReq"},"_GWC648RudderstackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC648RudderstackReq"},"_GWC648SegmentReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC648SegmentReq"},"_GWC649SqsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC649SqsReq"},"_GWC652CorsConfigReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC652CorsConfigReq"},"_GWC652JwtValidationReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC652JwtValidationReq"},"_GWC652OwaspReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC652OwaspReq"},"_GWC653BunConfigReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC653BunConfigReq"},"_GWC653PnpmConfigReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC653PnpmConfigReq"},"_GWC653YarnConfigReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC653YarnConfigReq"},"_GWC655FlowTypesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC655FlowTypesReq"},"_GWC655JsDocReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC655JsDocReq"},"_GWC655TypeScriptReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC655TypeScriptReq"},"_GWC655ZodInferenceReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC655ZodInferenceReq"},"_GWC656MintlifyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC656MintlifyReq"},"_GWC656StorybookDocsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC656StorybookDocsReq"},"_GWC657JotaiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC657JotaiReq"},"_GWC657ZustandReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC657ZustandReq"},"_GWC658DrizzleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC658DrizzleReq"},"_GWC658PrismaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC658PrismaReq"},"_GWC658SequelizeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC658SequelizeReq"},"_GWC660FinalFormReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC660FinalFormReq"},"_GWC660TanstackFormReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC660TanstackFormReq"},"_GWC661RTKQueryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC661RTKQueryReq"},"_GWC663FramerMotionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC663FramerMotionReq"},"_GWC663GSAPReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC663GSAPReq"},"_GWC663LottieReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC663LottieReq"},"_GWC663ReactSpringReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC663ReactSpringReq"},"_GWC664NextjsRouterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC664NextjsRouterReq"},"_GWC664WouterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC664WouterReq"},"_GWC665FontAwesomeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC665FontAwesomeReq"},"_GWC665HeroiconsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC665HeroiconsReq"},"_GWC665LucideReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC665LucideReq"},"_GWC665ReactIconsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC665ReactIconsReq"},"_GWC666AxiosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC666AxiosReq"},"_GWC666GotReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC666GotReq"},"_GWC666KyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC666KyReq"},"_GWC666NodeFetchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC666NodeFetchReq"},"_GWC667DateFnsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC667DateFnsReq"},"_GWC667DayjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC667DayjsReq"},"_GWC667LodashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC667LodashReq"},"_GWC667RamdaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC667RamdaReq"},"_GWC668OllamaClientReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC668OllamaClientReq"},"_GWC668TransformersJsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC668TransformersJsReq"},"_GWC670DjangoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC670DjangoReq"},"_GWC670FastAPIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC670FastAPIReq"},"_GWC670FlaskReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC670FlaskReq"},"_GWC670StarletteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC670StarletteReq"},"_GWC671AwsSdkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC671AwsSdkReq"},"_GWC671AzureSdkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC671AzureSdkReq"},"_GWC671CloudflareSdkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC671CloudflareSdkReq"},"_GWC671GcpSdkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC671GcpSdkReq"},"_GWC672EdgeRuntimeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC672EdgeRuntimeReq"},"_GWC672NodejsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC672NodejsReq"},"_GWC673ChangesetsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC673ChangesetsReq"},"_GWC674HurlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC674HurlReq"},"_GWC676NockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC676NockReq"},"_GWC685HeyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC685HeyReq"},"_GWC686BombardierReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC686BombardierReq"},"_GWC687OhaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC687OhaReq"},"_GWC687TsungReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC687TsungReq"},"_GWC688HyperfineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC688HyperfineReq"},"_GWC688NBomberReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC688NBomberReq"},"_GWC689CraneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC689CraneReq"},"_GWC689SkopeoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC689SkopeoReq"},"_GWC690OrasReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC690OrasReq"},"_GWC690RegctlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC690RegctlReq"},"_GWC691BuildahReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC691BuildahReq"},"_GWC691DiveReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC691DiveReq"},"_GWC692KanikoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC692KanikoReq"},"_GWC692NotaryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC692NotaryReq"},"_GWC693KarpenterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC693KarpenterReq"},"_GWC693KeptnReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC693KeptnReq"},"_GWC694KyvernoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC694KyvernoReq"},"_GWC694MesheryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC694MesheryReq"},"_GWC695CapsuleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC695CapsuleReq"},"_GWC695VclusterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC695VclusterReq"},"_GWC696KamajiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC696KamajiReq"},"_GWC696LoftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC696LoftReq"},"_GWC697GardenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC697GardenReq"},"_GWC697TiltReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC697TiltReq"},"_GWC698CoderReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC698CoderReq"},"_GWC698DevboxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC698DevboxReq"},"_GWC699CodespacesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC699CodespacesReq"},"_GWC699GitpodReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC699GitpodReq"},"_GWC700FloxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC700FloxReq"},"_GWC700PixiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC700PixiReq"},"_GWC701FlatbuffersReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC701FlatbuffersReq"},"_GWC702AvroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC702AvroReq"},"_GWC702ThriftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC702ThriftReq"},"_GWC703CapnprotoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC703CapnprotoReq"},"_GWC703MessagepackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC703MessagepackReq"},"_GWC704BsonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC704BsonReq"},"_GWC704CborReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC704CborReq"},"_GWC706ActivepiecesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC706ActivepiecesReq"},"_GWC706N8nReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC706N8nReq"},"_GWC708PyroscopeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC708PyroscopeReq"},"_GWC708TempoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC708TempoReq"},"_GWC709LonghornReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC709LonghornReq"},"_GWC709VeleroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC709VeleroReq"},"_GWC710OpenebsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC710OpenebsReq"},"_GWC710RookReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC710RookReq"},"_GWC711BorgbackupReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC711BorgbackupReq"},"_GWC711ResticReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC711ResticReq"},"_GWC712CephReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC712CephReq"},"_GWC712DuplicatiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC712DuplicatiReq"},"_GWC713BoundaryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC713BoundaryReq"},"_GWC713WaypointReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC713WaypointReq"},"_GWC714PackerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC714PackerReq"},"_GWC715OpenstackReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC715OpenstackReq"},"_GWC715ProxmoxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC715ProxmoxReq"},"_GWC716VagrantReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC716VagrantReq"},"_GWC716VsphereReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC716VsphereReq"},"_GWC717CloudcustodianReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC717CloudcustodianReq"},"_GWC717InfracostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC717InfracostReq"},"_GWC717KubecostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC717KubecostReq"},"_GWC717OpencostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC717OpencostReq"},"_GWC718AmundsenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC718AmundsenReq"},"_GWC718ApacheatlasmReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC718ApacheatlasmReq"},"_GWC718DatahubReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC718DatahubReq"},"_GWC718OpenmetadataReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC718OpenmetadataReq"},"_GWC719AwxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC719AwxReq"},"_GWC719RundeckReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC719RundeckReq"},"_GWC719SemaphoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC719SemaphoreReq"},"_GWC719StackstormReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC719StackstormReq"},"_GWC720LibrenmsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC720LibrenmsReq"},"_GWC720NautobotReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC720NautobotReq"},"_GWC720NetboxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC720NetboxReq"},"_GWC720PhpipamReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC720PhpipamReq"},"_GWC721CheckmkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC721CheckmkReq"},"_GWC721NagiosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC721NagiosReq"},"_GWC721OpennmsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC721OpennmsReq"},"_GWC721ZenossReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC721ZenossReq"},"_GWC722FreshpingReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC722FreshpingReq"},"_GWC722GatusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC722GatusReq"},"_GWC722StatuscakeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC722StatuscakeReq"},"_GWC722UptimekumaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC722UptimekumaReq"},"_GWC723LogglyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC723LogglyReq"},"_GWC723MezmoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC723MezmoReq"},"_GWC723PapertrailReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC723PapertrailReq"},"_GWC723SumologicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC723SumologicReq"},"_GWC724AirbrakeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC724AirbrakeReq"},"_GWC724HighlightReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC724HighlightReq"},"_GWC724LogfireReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC724LogfireReq"},"_GWC724RaygunReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC724RaygunReq"},"_GWC725ApigeeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC725ApigeeReq"},"_GWC725HaproxyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC725HaproxyReq"},"_GWC725TykReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC725TykReq"},"_GWC725ZuploReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC725ZuploReq"},"_GWC726BeekeeperReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC726BeekeeperReq"},"_GWC726DbeaverReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC726DbeaverReq"},"_GWC726DbgateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC726DbgateReq"},"_GWC726TableplusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC726TableplusReq"},"_GWC727MaterializeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC727MaterializeReq"},"_GWC727MeltanoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC727MeltanoReq"},"_GWC727RedpandaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC727RedpandaReq"},"_GWC727RisingwaveReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC727RisingwaveReq"},"_GWC728BrazeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC728BrazeReq"},"_GWC728CustomerioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC728CustomerioReq"},"_GWC728HightouchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC728HightouchReq"},"_GWC728KlaviyoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC728KlaviyoReq"},"_GWC729GrafbaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC729GrafbaseReq"},"_GWC729LightdashReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC729LightdashReq"},"_GWC729ModeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC729ModeReq"},"_GWC729SigmaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC729SigmaReq"},"_GWC730MessagebirdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC730MessagebirdReq"},"_GWC730SinchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC730SinchReq"},"_GWC730TelnyxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC730TelnyxReq"},"_GWC730VonageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC730VonageReq"},"_GWC731ApachedorisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC731ApachedorisReq"},"_GWC731DatabendReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC731DatabendReq"},"_GWC731StarrocksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC731StarrocksReq"},"_GWC731TimeplusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC731TimeplusReq"},"_GWC732FocalboardReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC732FocalboardReq"},"_GWC732HulyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC732HulyReq"},"_GWC732PlaneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC732PlaneReq"},"_GWC732VikunjaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC732VikunjaReq"},"_GWC733CrucibleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC733CrucibleReq"},"_GWC733GerritReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC733GerritReq"},"_GWC733PhabricatorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC733PhabricatorReq"},"_GWC733ReviewboardReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC733ReviewboardReq"},"_GWC734CobblerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC734CobblerReq"},"_GWC734ForemanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC734ForemanReq"},"_GWC734KamalReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC734KamalReq"},"_GWC734MaasReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC734MaasReq"},"_GWC735ChatwootReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC735ChatwootReq"},"_GWC735CrispReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC735CrispReq"},"_GWC735GorgiasReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC735GorgiasReq"},"_GWC735TidioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC735TidioReq"},"_GWC736DragonflyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC736DragonflyReq"},"_GWC736KvrocksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC736KvrocksReq"},"_GWC736OpenobserveReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC736OpenobserveReq"},"_GWC736ValkeyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC736ValkeyReq"},"_GWC737BackstageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC737BackstageReq"},"_GWC737OpslevReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC737OpslevReq"},"_GWC737RedoclyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC737RedoclyReq"},"_GWC737StoplightReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC737StoplightReq"},"_GWC738BeehiivReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC738BeehiivReq"},"_GWC738ButtondownReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC738ButtondownReq"},"_GWC738ConvertkitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC738ConvertkitReq"},"_GWC738MailjetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC738MailjetReq"},"_GWC739AppsmithReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC739AppsmithReq"},"_GWC739BudibaseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC739BudibaseReq"},"_GWC739RetoolReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC739RetoolReq"},"_GWC739TooljetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC739TooljetReq"},"_GWC740HoppscotchReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC740HoppscotchReq"},"_GWC740MakeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC740MakeReq"},"_GWC740PipedreamReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC740PipedreamReq"},"_GWC740ZapierReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC740ZapierReq"},"_GWC741CloudabilityReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC741CloudabilityReq"},"_GWC741CloudzeroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC741CloudzeroReq"},"_GWC741SpotioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC741SpotioReq"},"_GWC741VantageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC741VantageReq"},"_GWC742AlationReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC742AlationReq"},"_GWC742AtlanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC742AtlanReq"},"_GWC742DataplexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC742DataplexReq"},"_GWC742UnityCatalogReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC742UnityCatalogReq"},"_GWC743FathomReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC743FathomReq"},"_GWC743MatomoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC743MatomoReq"},"_GWC743PlausibleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC743PlausibleReq"},"_GWC743UmamiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC743UmamiReq"},"_GWC744DeveloperHubReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC744DeveloperHubReq"},"_GWC744ReadmeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC744ReadmeReq"},"_GWC744ScalarReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC744ScalarReq"},"_GWC744TheneoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC744TheneoReq"},"_GWC745AkeylessReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC745AkeylessReq"},"_GWC745BitwardenSecretsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC745BitwardenSecretsReq"},"_GWC745CyberArkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC745CyberArkReq"},"_GWC745OnepasswordSecretsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC745OnepasswordSecretsReq"},"_GWC746ArtifactoryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC746ArtifactoryReq"},"_GWC746HarborReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC746HarborReq"},"_GWC746NexusReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC746NexusReq"},"_GWC746QuayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC746QuayReq"},"_GWC747DebeziumReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC747DebeziumReq"},"_GWC747EstuaryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC747EstuaryReq"},"_GWC747MaxwellReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC747MaxwellReq"},"_GWC747PeerDBReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC747PeerDBReq"},"_GWC748ArroyoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC748ArroyoReq"},"_GWC748BytewaxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC748BytewaxReq"},"_GWC748PathwayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC748PathwayReq"},"_GWC748QuixStreamsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC748QuixStreamsReq"},"_GWC749DbtTestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC749DbtTestReq"},"_GWC749MonteCarlodataReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC749MonteCarlodataReq"},"_GWC749PanderaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC749PanderaReq"},"_GWC749SodaCoreReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC749SodaCoreReq"},"_GWC750KServeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC750KServeReq"},"_GWC750RayServeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC750RayServeReq"},"_GWC750TorchServeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC750TorchServeReq"},"_GWC750TritonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC750TritonReq"},"_GWC751AgentKitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC751AgentKitReq"},"_GWC751LettaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC751LettaReq"},"_GWC751PhidataReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC751PhidataReq"},"_GWC751StagehandReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC751StagehandReq"},"_GWC752AtomicAgentsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC752AtomicAgentsReq"},"_GWC752ControlFlowReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC752ControlFlowReq"},"_GWC752MagenticOneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC752MagenticOneReq"},"_GWC752SmolagentsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC752SmolagentsReq"},"_GWC753BraintrustReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC753BraintrustReq"},"_GWC753HeliconeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC753HeliconeReq"},"_GWC753LangfuseReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC753LangfuseReq"},"_GWC753OpikReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC753OpikReq"},"_GWC754JanAIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC754JanAIReq"},"_GWC754LocalAIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC754LocalAIReq"},"_GWC754OpenWebUIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC754OpenWebUIReq"},"_GWC754TabbyMLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC754TabbyMLReq"},"_GWC755MockoonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC755MockoonReq"},"_GWC755PortmanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC755PortmanReq"},"_GWC755SpectralReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC755SpectralReq"},"_GWC755VacuumReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC755VacuumReq"},"_GWC756GqlgenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC756GqlgenReq"},"_GWC756GraffleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC756GraffleReq"},"_GWC756NexusGraphQLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC756NexusGraphQLReq"},"_GWC756TypeGraphQLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC756TypeGraphQLReq"},"_GWC757CourierReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC757CourierReq"},"_GWC757KnockReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC757KnockReq"},"_GWC757MagicBellReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC757MagicBellReq"},"_GWC757SuprSendReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC757SuprSendReq"},"_GWC758CloudCannonReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC758CloudCannonReq"},"_GWC758DecapCMSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC758DecapCMSReq"},"_GWC758KeystaticReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC758KeystaticReq"},"_GWC758StatamicReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC758StatamicReq"},"_GWC759ABSmartlyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC759ABSmartlyReq"},"_GWC759EppoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC759EppoReq"},"_GWC759HypertuneReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC759HypertuneReq"},"_GWC759SplitioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC759SplitioReq"},"_GWC760CubeJSReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC760CubeJSReq"},"_GWC760EvidenceDevReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC760EvidenceDevReq"},"_GWC760ObservableFrameworkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC760ObservableFrameworkReq"},"_GWC760RillReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC760RillReq"},"_GWC761FernReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC761FernReq"},"_GWC761HeyAPIReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC761HeyAPIReq"},"_GWC761OrvalReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC761OrvalReq"},"_GWC761StainlessReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC761StainlessReq"},"_GWC762BeylaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC762BeylaReq"},"_GWC762FaroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC762FaroReq"},"_GWC762ParcaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC762ParcaReq"},"_GWC762VectorDevReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC762VectorDevReq"},"_GWC763JazzReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC763JazzReq"},"_GWC763ReplicacheReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC763ReplicacheReq"},"_GWC763TriplitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC763TriplitReq"},"_GWC763WaspReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC763WaspReq"},"_GWC764BrexReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC764BrexReq"},"_GWC764LemonSqueezyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC764LemonSqueezyReq"},"_GWC764RampReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC764RampReq"},"_GWC764RecurlyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC764RecurlyReq"},"_GWC765FireboltReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC765FireboltReq"},"_GWC765HydrolixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC765HydrolixReq"},"_GWC765MotherduckReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC765MotherduckReq"},"_GWC765TinybirdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC765TinybirdReq"},"_GWC766HattipReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC766HattipReq"},"_GWC766MitosisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC766MitosisReq"},"_GWC766RakkasReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC766RakkasReq"},"_GWC766VinxiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC766VinxiReq"},"_GWC767ConfigCatReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC767ConfigCatReq"},"_GWC767FlagdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC767FlagdReq"},"_GWC767HarnessFfReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC767HarnessFfReq"},"_GWC767VwoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC767VwoReq"},"_GWC768DevenvReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC768DevenvReq"},"_GWC768NixFlakesReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC768NixFlakesReq"},"_GWC768PkgxReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC768PkgxReq"},"_GWC768ProtoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC768ProtoReq"},"_GWC769CerbosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC769CerbosReq"},"_GWC769LogtoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC769LogtoReq"},"_GWC769WarrantReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC769WarrantReq"},"_GWC769ZitadelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC769ZitadelReq"},"_GWC770AlloydbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC770AlloydbReq"},"_GWC770TidbCloudReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC770TidbCloudReq"},"_GWC770VercelKvReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC770VercelKvReq"},"_GWC771DeltaLakeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC771DeltaLakeReq"},"_GWC771HudiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC771HudiReq"},"_GWC771IcebergReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC771IcebergReq"},"_GWC771StarburstReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC771StarburstReq"},"_GWC772AttwReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC772AttwReq"},"_GWC772KnipReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC772KnipReq"},"_GWC772PublintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC772PublintReq"},"_GWC772TsMorphReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC772TsMorphReq"},"_GWC773HeadscaleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC773HeadscaleReq"},"_GWC773TailscaleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC773TailscaleReq"},"_GWC773WireguardReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC773WireguardReq"},"_GWC773ZerotierReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC773ZerotierReq"},"_GWC774GrainReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC774GrainReq"},"_GWC774MoonbitReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC774MoonbitReq"},"_GWC774RocReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC774RocReq"},"_GWC774ZigReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC774ZigReq"},"_GWC775DockleReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC775DockleReq"},"_GWC775HadolintReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC775HadolintReq"},"_GWC775JibReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC775JibReq"},"_GWC775KoBuildReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC775KoBuildReq"},"_GWC776CometMlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC776CometMlReq"},"_GWC776DeterminedAiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC776DeterminedAiReq"},"_GWC776GuildAiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC776GuildAiReq"},"_GWC777K0sReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC777K0sReq"},"_GWC777KindReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC777KindReq"},"_GWC778CodeceptjsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC778CodeceptjsReq"},"_GWC778GaugeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC778GaugeReq"},"_GWC778MaestroReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC778MaestroReq"},"_GWC778RobotFrameworkReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC778RobotFrameworkReq"},"_GWC779BenthosReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC779BenthosReq"},"_GWC779GreptimedbReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC779GreptimedbReq"},"_GWC779TdengineReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC779TdengineReq"},"_GWC779Warp10Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC779Warp10Req"},"_GWC780ArkUiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC780ArkUiReq"},"_GWC780BitsUiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC780BitsUiReq"},"_GWC780KobalteReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC780KobalteReq"},"_GWC780MeltUiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC780MeltUiReq"},"_GWC88CausativeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC88CausativeReq"},"_GWC88ModalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC88ModalReq"},"_GWC88OutliersReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"threshold":{"type":"number","maximum":3.0,"minimum":0.5,"title":"Threshold","default":1.5}},"type":"object","required":["text"],"title":"_GWC88OutliersReq"},"_GWC88ParaDevReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC88ParaDevReq"},"_GWC89ConcessionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC89ConcessionReq"},"_GWC89ContrastReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC89ContrastReq"},"_GWC89EmphasisReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC89EmphasisReq"},"_GWC89TransitionalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC89TransitionalReq"},"_GWC900AlertmanagerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC900AlertmanagerReq"},"_GWC900NetdataReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC900NetdataReq"},"_GWC900NmapReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC900NmapReq"},"_GWC900ZabbixReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC900ZabbixReq"},"_GWC901FeroxbusterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC901FeroxbusterReq"},"_GWC901FfufReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC901FfufReq"},"_GWC901GobusterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC901GobusterReq"},"_GWC901NucleiReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC901NucleiReq"},"_GWC902HydraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC902HydraReq"},"_GWC902MasscanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC902MasscanReq"},"_GWC902NiktoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC902NiktoReq"},"_GWC902RustscanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC902RustscanReq"},"_GWC903HashcatReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC903HashcatReq"},"_GWC903JohnReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC903JohnReq"},"_GWC903SnapcraftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC903SnapcraftReq"},"_GWC903SqlmapReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC903SqlmapReq"},"_GWC904AppimageReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC904AppimageReq"},"_GWC904ChocolateyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC904ChocolateyReq"},"_GWC904FlatpakReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC904FlatpakReq"},"_GWC904PacmanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC904PacmanReq"},"_GWC905HomebrewReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC905HomebrewReq"},"_GWC905ScoopReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC905ScoopReq"},"_GWC905WingetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC905WingetReq"},"_GWC907ColimaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC907ColimaReq"},"_GWC907KindReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC907KindReq"},"_GWC907MicroK8sReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC907MicroK8sReq"},"_GWC907MinikubeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC907MinikubeReq"},"_GWC908CalicoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC908CalicoReq"},"_GWC908FlannelReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC908FlannelReq"},"_GWC908PolarisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC908PolarisReq"},"_GWC908WeaveNetReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC908WeaveNetReq"},"_GWC909CloudHealthReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC909CloudHealthReq"},"_GWC909KubeVirtReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC909KubeVirtReq"},"_GWC909RookCephReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC909RookCephReq"},"_GWC909SpotioReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC909SpotioReq"},"_GWC90DirectAddressReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC90DirectAddressReq"},"_GWC90ListReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC90ListReq"},"_GWC90QuantityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC90QuantityReq"},"_GWC90ReportedReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC90ReportedReq"},"_GWC910FluentdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC910FluentdReq"},"_GWC910HarnessCostReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC910HarnessCostReq"},"_GWC910PapertrailReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC910PapertrailReq"},"_GWC910VectorReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC910VectorReq"},"_GWC911AwsApiGatewayReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC911AwsApiGatewayReq"},"_GWC911CaddyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC911CaddyReq"},"_GWC911FlagsmithReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC911FlagsmithReq"},"_GWC911LocustReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC911LocustReq"},"_GWC912K9sReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC912K9sReq"},"_GWC912KubeSphereReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC912KubeSphereReq"},"_GWC912LensReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC912LensReq"},"_GWC912PortainerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC912PortainerReq"},"_GWC913ArgoRolloutsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC913ArgoRolloutsReq"},"_GWC913BotkubeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC913BotkubeReq"},"_GWC913FlaggerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC913FlaggerReq"},"_GWC913ShipwrightReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC913ShipwrightReq"},"_GWC914KubescapeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC914KubescapeReq"},"_GWC914NovaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC914NovaReq"},"_GWC914PlutoReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC914PlutoReq"},"_GWC914PopeyeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC914PopeyeReq"},"_GWC915ArgoEventsReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC915ArgoEventsReq"},"_GWC915FissionReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC915FissionReq"},"_GWC915GoldilocksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC915GoldilocksReq"},"_GWC915KubelessReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC915KubelessReq"},"_GWC916KubeWardenReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC916KubeWardenReq"},"_GWC916KubeauditReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC916KubeauditReq"},"_GWC916RobustaReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC916RobustaReq"},"_GWC916SonobuoyReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC916SonobuoyReq"},"_GWC917ClairReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC917ClairReq"},"_GWC917FalcoSidekickReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC917FalcoSidekickReq"},"_GWC917KubeHunterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC917KubeHunterReq"},"_GWC917OSQueryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC917OSQueryReq"},"_GWC918AtlantisReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC918AtlantisReq"},"_GWC918Env0Req":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC918Env0Req"},"_GWC918SpaceliftReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC918SpaceliftReq"},"_GWC918TerramateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC918TerramateReq"},"_GWC919ConftestReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC919ConftestReq"},"_GWC919DatreeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC919DatreeReq"},"_GWC919KubeConformReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC919KubeConformReq"},"_GWC919KubeLinterReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC919KubeLinterReq"},"_GWC91AnalogyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC91AnalogyReq"},"_GWC91ApologyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC91ApologyReq"},"_GWC91CauseEffectReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC91CauseEffectReq"},"_GWC91DefinitionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC91DefinitionReq"},"_GWC920CloudCustodianReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC920CloudCustodianReq"},"_GWC920CloudQueryReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC920CloudQueryReq"},"_GWC920DriftCTLReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC920DriftCTLReq"},"_GWC920SteampipeReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC920SteampipeReq"},"_GWC921BuildpacksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC921BuildpacksReq"},"_GWC921KapitanReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC921KapitanReq"},"_GWC921NixpacksReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC921NixpacksReq"},"_GWC921TimoniReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC921TimoniReq"},"_GWC922ContainerdReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC922ContainerdReq"},"_GWC922GossReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC922GossReq"},"_GWC922NerdctlReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC922NerdctlReq"},"_GWC922TestInfraReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC922TestInfraReq"},"_GWC923ConsulTemplateReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC923ConsulTemplateReq"},"_GWC923DiggerReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC923DiggerReq"},"_GWC923HCPReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC923HCPReq"},"_GWC923InSpecReq":{"properties":{"text":{"type":"string","title":"Text"}},"type":"object","required":["text"],"title":"_GWC923InSpecReq"},"_GWC92ImperativeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC92ImperativeReq"},"_GWC92PersuasionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC92PersuasionReq"},"_GWC92PromiseReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC92PromiseReq"},"_GWC92UncertaintyReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC92UncertaintyReq"},"_GWC93ClarityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC93ClarityReq"},"_GWC93NarrativeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC93NarrativeReq"},"_GWC93PassiveAggressiveReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC93PassiveAggressiveReq"},"_GWC93TemporalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC93TemporalReq"},"_GWC94CohesionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC94CohesionReq"},"_GWC94FearReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC94FearReq"},"_GWC94SolutionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC94SolutionReq"},"_GWC94SuperlativeReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC94SuperlativeReq"},"_GWC95ContrastResReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC95ContrastResReq"},"_GWC95InclusiveReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC95InclusiveReq"},"_GWC95ProblemReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC95ProblemReq"},"_GWC95ToneReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC95ToneReq"},"_GWC96ExpectationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC96ExpectationReq"},"_GWC96LexicalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC96LexicalReq"},"_GWC96TopicShiftReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC96TopicShiftReq"},"_GWC96VagueReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC96VagueReq"},"_GWC97ContrastConjReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC97ContrastConjReq"},"_GWC97DensityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC97DensityReq"},"_GWC97InstructionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC97InstructionReq"},"_GWC97OpinionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC97OpinionReq"},"_GWC98ArgClarityReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC98ArgClarityReq"},"_GWC98AttributionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC98AttributionReq"},"_GWC98GeneralizationReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC98GeneralizationReq"},"_GWC98HedgedReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC98HedgedReq"},"_GWC99ClarifyingReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC99ClarifyingReq"},"_GWC99EmphasisReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC99EmphasisReq"},"_GWC99RhetoricalReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC99RhetoricalReq"},"_GWC99TransitionReq":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"_GWC99TransitionReq"},"api__server__CaseConvertRequest__1":{"properties":{"text":{"type":"string","title":"Text","description":"Text to convert"},"mode":{"type":"string","title":"Mode","description":"'snake_case', 'camelCase', 'PascalCase', 'kebab-case', 'SCREAMING_SNAKE'"}},"type":"object","required":["text","mode"],"title":"CaseConvertRequest"},"api__server__CaseConvertRequest__2":{"properties":{"text":{"type":"string","maxLength":50000,"minLength":1,"title":"Text"},"mode":{"type":"string","pattern":"^(snake_case|camel_case|pascal_case|kebab_case|title_case|upper_case|lower_case|sentence_case)$","title":"Mode"}},"type":"object","required":["text","mode"],"title":"CaseConvertRequest"},"api__server__CountCharsRequest__1":{"properties":{"text":{"type":"string","title":"Text","description":"Text to count"}},"type":"object","required":["text"],"title":"CountCharsRequest"},"api__server__CountCharsRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"case_sensitive":{"type":"boolean","title":"Case Sensitive","default":false},"include_spaces":{"type":"boolean","title":"Include Spaces","default":false},"include_punctuation":{"type":"boolean","title":"Include Punctuation","default":true},"top_n":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Top N","default":10}},"type":"object","required":["text"],"title":"CountCharsRequest"},"api__server__CountLinesRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountLinesRequest"},"api__server__CountSentencesRequest__1":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze"}},"type":"object","required":["text"],"title":"CountSentencesRequest"},"api__server__CountSentencesRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"include_distribution":{"type":"boolean","title":"Include Distribution","default":false}},"type":"object","required":["text"],"title":"CountSentencesRequest"},"api__server__CountSyllablesRequest":{"properties":{"text":{"type":"string","maxLength":50000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"CountSyllablesRequest"},"api__server__DetectToneRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"DetectToneRequest"},"api__server__ExtractActionItemsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"include_bullets":{"type":"boolean","title":"Include Bullets","default":true},"include_todos":{"type":"boolean","title":"Include Todos","default":true},"include_musts":{"type":"boolean","title":"Include Musts","default":false},"deduplicate":{"type":"boolean","title":"Deduplicate","default":true}},"type":"object","required":["text"],"title":"ExtractActionItemsRequest"},"api__server__ExtractComparisonsRequest__1":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractComparisonsRequest"},"api__server__ExtractComparisonsRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractComparisonsRequest"},"api__server__ExtractHashtagsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractHashtagsRequest"},"api__server__ExtractHeadingsRequest":{"properties":{"text":{"type":"string","maxLength":100000,"minLength":1,"title":"Text"},"max_level":{"type":"integer","maximum":6.0,"minimum":1.0,"title":"Max Level","default":6}},"type":"object","required":["text"],"title":"ExtractHeadingsRequest"},"api__server__ExtractMetadataRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractMetadataRequest"},"api__server__ExtractStatisticsRequest__1":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractStatisticsRequest"},"api__server__ExtractStatisticsRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractStatisticsRequest"},"api__server__ExtractTablesRequest__1":{"properties":{"text":{"type":"string","title":"Text","description":"Text containing Markdown tables"}},"type":"object","required":["text"],"title":"ExtractTablesRequest"},"api__server__ExtractTablesRequest__2":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ExtractTablesRequest"},"api__server__ExtractUrlsRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"unique_only":{"type":"boolean","title":"Unique Only","default":false},"include_markdown_links":{"type":"boolean","title":"Include Markdown Links","default":true}},"type":"object","required":["text"],"title":"ExtractUrlsRequest"},"api__server__FillTemplateRequest":{"properties":{"template":{"type":"string","maxLength":500000,"minLength":1,"title":"Template"},"variables":{"additionalProperties":{"type":"string"},"type":"object","title":"Variables"},"missing_value":{"type":"string","maxLength":200,"title":"Missing Value","default":""},"strict":{"type":"boolean","title":"Strict","default":false}},"type":"object","required":["template"],"title":"FillTemplateRequest"},"api__server__FindAcronymsRequest":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"FindAcronymsRequest"},"api__server__FitToWindowRequest__1":{"properties":{"text":{"type":"string","maxLength":10000000,"minLength":1,"title":"Text"},"model":{"type":"string","maxLength":100,"title":"Model","default":"claude-sonnet-4-6"},"reserve_tokens":{"type":"integer","maximum":50000.0,"minimum":0.0,"title":"Reserve Tokens","description":"Tokens to reserve for output","default":1000}},"type":"object","required":["text"],"title":"FitToWindowRequest"},"api__server__FitToWindowRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"max_tokens":{"type":"integer","maximum":200000.0,"minimum":100.0,"title":"Max Tokens","default":4000}},"type":"object","required":["text"],"title":"FitToWindowRequest"},"api__server__MeasureCoherenceRequest__1":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"MeasureCoherenceRequest"},"api__server__MeasureCoherenceRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"MeasureCoherenceRequest"},"api__server__NormalizeUnicodeRequest":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"normalize_quotes":{"type":"boolean","title":"Normalize Quotes","default":true},"normalize_dashes":{"type":"boolean","title":"Normalize Dashes","default":true},"normalize_spaces":{"type":"boolean","title":"Normalize Spaces","default":true},"normalize_ellipsis":{"type":"boolean","title":"Normalize Ellipsis","default":true},"to_ascii":{"type":"boolean","title":"To Ascii","default":false}},"type":"object","required":["text"],"title":"NormalizeUnicodeRequest"},"api__server__ReadabilityRequest__1":{"properties":{"text":{"type":"string","title":"Text","description":"Text to score for readability"}},"type":"object","required":["text"],"title":"ReadabilityRequest"},"api__server__ReadabilityRequest__2":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ReadabilityRequest"},"api__server__ReorderSentencesRequest__1":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"order":{"type":"string","pattern":"^(length_asc|length_desc|alpha_asc|alpha_desc|reverse)$","title":"Order","default":"length_asc"},"preserve_first":{"type":"boolean","title":"Preserve First","default":false}},"type":"object","required":["text"],"title":"ReorderSentencesRequest"},"api__server__ReorderSentencesRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"strategy":{"type":"string","pattern":"^(importance|length_asc|length_desc|chronological)$","title":"Strategy","default":"importance"}},"type":"object","required":["text"],"title":"ReorderSentencesRequest"},"api__server__ScoreFormalityRequest__1":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreFormalityRequest"},"api__server__ScoreFormalityRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"ScoreFormalityRequest"},"api__server__SummarizeSectionsRequest__1":{"properties":{"text":{"type":"string","maxLength":200000,"minLength":1,"title":"Text"}},"type":"object","required":["text"],"title":"SummarizeSectionsRequest"},"api__server__SummarizeSectionsRequest__2":{"properties":{"text":{"type":"string","maxLength":500000,"minLength":1,"title":"Text"},"sentences_per_section":{"type":"integer","maximum":5.0,"minimum":1.0,"title":"Sentences Per Section","default":2}},"type":"object","required":["text"],"title":"SummarizeSectionsRequest"},"api__server__WordFrequencyRequest__1":{"properties":{"text":{"type":"string","title":"Text","description":"Text to analyze"},"top_n":{"type":"integer","title":"Top N","description":"Number of top words to return","default":20},"include_stopwords":{"type":"boolean","title":"Include Stopwords","description":"Include common stop words","default":false}},"type":"object","required":["text"],"title":"WordFrequencyRequest"},"api__server__WordFrequencyRequest__2":{"properties":{"text":{"type":"string","minLength":1,"title":"Text"},"top_n":{"type":"integer","maximum":200.0,"minimum":1.0,"title":"Top N","default":20},"include_stopwords":{"type":"boolean","title":"Include Stopwords","default":false},"min_length":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Min Length","default":2}},"type":"object","required":["text"],"title":"WordFrequencyRequest"},"api__text_utils_ext__CountLinesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to count lines in"}},"type":"object","required":["text"],"title":"CountLinesRequest"},"api__text_utils_ext__CountSyllablesRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to count syllables in"}},"type":"object","required":["text"],"title":"CountSyllablesRequest"},"api__text_utils_ext__DetectToneRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to detect tone for"}},"type":"object","required":["text"],"title":"DetectToneRequest"},"api__text_utils_ext__ExtractActionItemsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract action items from"}},"type":"object","required":["text"],"title":"ExtractActionItemsRequest"},"api__text_utils_ext__ExtractHashtagsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to search for hashtags"}},"type":"object","required":["text"],"title":"ExtractHashtagsRequest"},"api__text_utils_ext__ExtractHeadingsRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Markdown text to extract headings from"}},"type":"object","required":["content"],"title":"ExtractHeadingsRequest"},"api__text_utils_ext__ExtractMetadataRequest":{"properties":{"content":{"type":"string","title":"Content","description":"Markdown or plain text content"}},"type":"object","required":["content"],"title":"ExtractMetadataRequest"},"api__text_utils_ext__ExtractUrlsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to search for URLs"}},"type":"object","required":["text"],"title":"ExtractUrlsRequest"},"api__text_utils_ext__FillTemplateRequest":{"properties":{"template_name":{"type":"string","title":"Template Name","description":"Template: greeting, invoice, email"},"values":{"additionalProperties":true,"type":"object","title":"Values","description":"Values to fill in template","default":{}}},"type":"object","required":["template_name"],"title":"FillTemplateRequest"},"api__text_utils_ext__FindAcronymsRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to extract acronyms from"},"min_length":{"type":"integer","minimum":2.0,"title":"Min Length","description":"Minimum acronym length","default":2}},"type":"object","required":["text"],"title":"FindAcronymsRequest"},"api__text_utils_ext__NormalizeUnicodeRequest":{"properties":{"text":{"type":"string","title":"Text","description":"Text to normalize"},"form":{"type":"string","title":"Form","description":"Normalization form: NFC, NFD, NFKC, or NFKD","default":"NFC"}},"type":"object","required":["text"],"title":"NormalizeUnicodeRequest"}}}}