> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# generateVCShareLinks

> Generates share links.

Generates share links. Requires CREATE\_SHARE\_LINK scope.

```graphql theme={null}
mutation {
  generateVCShareLinks(
    input: GenerateVCShareLinksInput!
  ): ShareRequest
}
```

## Arguments

<ParamField body="input" type="GenerateVCShareLinksInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`ShareRequest`](/api-reference/types/share-request) — ShareRequest represents a response from creating a share link.
