cURL
curl --request POST \ --url https://ronika-api.induced.ai/v1/credentials \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "id": "<string>", "name": "<string>", "url": "<string>", "icon": "<string>", "username": "<string>", "additionalInfo": "<string>", "password": "<string>" }'
{ "id": "<string>" }
Share your credentials with Ronika for a specific task. This will allow Ronika to access the tool or service associated with the credentials to complete the task.
Share credentials success response
The response is of type object.
object