cURL
curl --request POST \ --url https://axis-production-2887.up.railway.app/api/connectors \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "file_url": "<string>", "video_url": "<string>", "auth_url": "<string>", "inputs": [ { "title": "<string>", "description": "<string>", "placeholder": "<string>", "type": "<string>", "options": [ { "option_key": "<string>", "option_label": "<string>", "type": "string", "parent_option_id": "<string>" } ] } ], "consts": [ { "title": "<string>", "description": "<string>", "value": "<string>", "type": "<string>" } ], "public": true }'
{}
Create a new connector for external platform integration
The connector to create
The body is of type object.
object
The connector has been successfully created.
The response is of type object.