cURL
curl --request POST \ --url https://api.artosai.com/connectors \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "sourceType": "database", "description": "<string>", "config": {}, "functions": [ "<string>" ], "rules": [ "<string>" ] } '
{ "id": "<string>", "name": "<string>", "sourceType": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>" }
Defines a custom connector that agents can use to access external systems or specialized document formats.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
database
document
Connector created