Text2Data
Connector for the text2data API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.text2data.org - Auth:
query:PrivateKey(pass your key via theapiKeyinput)
Operations
analyze_get— GET /v3/Analyze — Test api response without api keycategorize_get— GET /v3/Categorize — Test api response without api keyextract_get— GET /v3/Extract — Test api response without api keyanalyze_post— POST /v3/Analyze — Sentiment analysis servicecategorize_post— POST /v3/Categorize — Document categorization serviceextract_post— POST /v3/Extract — Document extraction service
Inputs
apiKey— your text2data API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: analyze_get
apiKey: <your key>