Skip to content

Create connection

Request

Creates a connection.

Security
ApiKeyAuth
Path
connection_namestring(name)required

the connection name

Bodyapplication/x-www-form-urlencoded
urlstring
curl -i -X POST \
  'https://api.treasuredata.com/v3/result/create/{connection_name}' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d url=string

Responses

OK

Bodyapplication/json
namestring(name)required
resultstring(name)required
Response
{ "name": "string", "result": "string" }