See How Skyflow Works with GenAI

Skyflow helps you secure PII during the end-to-end LLM lifecycle. Complete the form below to speak to one of our privacy experts.

By clicking Submit below, you agree to our Terms and Privacy Policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

curl –X GET 'https://skyflow.com/vaults/(vault_id)/customers/(customer_id)' \
-H 'Authorization: BEARER_TOKEN'
  
"fields":{
"name":{
"first_name": " ",
"last_name": " ",
},
"work_email": " ",
"country": " ",
"job_title": " ",
"phone_number": " ",
"company_name": " ",
"tell_us_about_your_project": " "
}