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

      Create product title

      Develop Env
      https://dev.your-api-server.com
      Develop Env
      https://dev.your-api-server.com
      POST
      /texts/products/titles
      Create a product title or a title for a product description.

      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/products/titles' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "brand": "string",
          "category": "string",
          "description": "string",
          "formality": "default",
          "keywords": [
              "string"
          ],
          "max_tokens": 2048,
          "model": "chat-sophos-1",
          "n": 1,
          "name": "string",
          "source_lang": "string",
          "target_lang": "string",
          "temperature": null
      }'
      Response Response Example
      {
          "data": {
              "outputs": [
                  {
                      "index": 0,
                      "text": "A beautiful sentence hand crafted by TextCortex."
                  }
              ],
              "remaining_credits": 0
          },
          "status": "success"
      }
      Modified at 2024-07-29 08:38:40
      Previous
      Create product description
      Next
      Rewrite
      Built with