Credentials

Add AWS credentials

POST
Add credentials to access data in your Amazon Web Services account

Request

This endpoint expects a multipart form.

Response

This endpoint returns an object
credentialsId
string
The id of the credentials
keyType
enum
The type of the credentials
Allowed values: GCSAWS
POST
1curl -X POST https://app.coactive.ai/api/v1/credentials/aws \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: multipart/form-data" \
4 -d "<filename>"
200
Successful
1{
2 "credentialsId": "string",
3 "keyType": "GCS"
4}