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

TextsResponseSuccess

{
    "data": {
        "outputs": [
            {
                "index": 0,
                "text": "A beautiful sentence hand crafted by TextCortex."
            }
        ],
        "remaining_credits": 0
    },
    "status": "success"
}
Built with