action text2data_analyze_post { label: "Sentiment analysis service" description: "Sample request: \n \n POST /Analyze \n { \n \"DocumentText\": \"Excellent location, opposite a very large mall with wide variety of shops, restaurants and more.\", \n \"PrivateKey\": \"your_api_key\", \n \"Secret\": \"\" \n }" provider: text2data method: POST path: "/v3/Analyze" encoding: json output: { type: "object" additionalProperties: true } }