POST
/
api
/
v1
/
users
/
secrets
curl --request POST \
  --url https://platform.unstructuredapp.io/api/v1/users/secrets \
  --header 'Content-Type: application/json' \
  --data '{
  "encrypted_value": "<string>",
  "type": "rsa",
  "encrypted_aes_key": "<string>",
  "aes_iv": "<string>"
}'
{
  "id": "<string>",
  "type": "rsa"
}

Headers

unstructured-api-key
string | null

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.