TextCortex
  1. Schemas
TextCortex
  • Generate code
    POST
  • Generate SQL queries
    POST
  • Create ad
    POST
  • Create blog content
    POST
  • Autocomplete
    POST
  • Create email
    POST
  • Expand
    POST
  • Paraphrase
    POST
  • Create product description
    POST
  • Create product title
    POST
  • Rewrite
    POST
  • Simplify
    POST
  • Create social media post
    POST
  • Summarize
    POST
  • Translate
    POST
  • Create video description
    POST
  • Schemas
    • Schemas
      • Ads
      • Blogs
      • Codes
      • CodesQueries
      • Completions
      • Emails
      • Error
      • Expansions
      • OutputItem
      • Paraphrases
      • ProductsDescriptions
      • ProductsTitles
      • Rewritings
      • Simplifications
      • SocialMediaPosts
      • Summarizations
      • TextsResponseData
      • TextsResponseSuccess
      • Translations
      • VideosDescriptions
  1. Schemas

Completions

{
    "formality": "default",
    "max_tokens": 2048,
    "model": "chat-sophos-1",
    "n": 1,
    "source_lang": "string",
    "target_lang": "string",
    "temperature": null,
    "text": "string"
}
Built with