# Share

Share link generation

## Get share page

> Returns an HTML share page for a project or pool. Redirects to Builder if not a social agent.

```json
{"openapi":"3.0.3","info":{"title":"Builder Server API","version":"2.10.0"},"tags":[{"name":"Share","description":"Share link generation"}],"servers":[{"url":"https://builder-api.decentraland.org/v1","description":"Production environment","variables":{}},{"url":"https://builder-api.decentraland.zone/v1","description":"Development environment","variables":{}}],"security":[],"paths":{"/share/{type}/{id}":{"get":{"operationId":"getSharePage","tags":["Share"],"summary":"Get share page","description":"Returns an HTML share page for a project or pool. Redirects to Builder if not a social agent.","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string","enum":["scene","pool"]}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Share HTML page","content":{"text/html":{"schema":{"type":"string"}}}},"301":{"description":"Redirect to Builder URL"},"404":{"description":"Resource not found"}}}}}}
```
