TextCortex
    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

      Translate

      Develop Env
      https://dev.your-api-server.com
      Develop Env
      https://dev.your-api-server.com
      POST
      /texts/translations
      Translate given text into another language.

      Request

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://dev.your-api-server.com/texts/translations' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "formality": "default",
          "source_lang": "string",
          "target_lang": "string",
          "text": "string"
      }'
      Response Response Example
      {}
      Modified at 2024-07-29 08:38:40
      Previous
      Summarize
      Next
      Create video description
      Built with