# File Links

To share the contents of a `File` object with non-Stripe users, you can create a `FileLink`. `FileLink`s contain a URL that you can use to retrieve the contents of the file without authentication.

## Endpoints

### Create a file link

- [POST /v1/file_links](https://docs.stripe.com/api/file_links/create.md)

### Update a file link

- [POST /v1/file_links/:id](https://docs.stripe.com/api/file_links/update.md)

### Retrieve a file link

- [GET /v1/file_links/:id](https://docs.stripe.com/api/file_links/retrieve.md)

### List all file links

- [GET /v1/file_links](https://docs.stripe.com/api/file_links/list.md)
