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