# Create an Embedded Signing URL

**POST** `/packets/{packetId}/embed_url/`

Create a URL which can be used for embedded signing

**Example Websites**  
- [JavaScript Example Website](https://js-example.blueink.com)  
- [Python Example Website](https://api-examples-python.blueink.com)  
- [PHP Example Website](https://php-example.blueink.com)

## Request

### Parameters

- `packetId` (path, required, string): The slug that uniquely identifies the Packet

### Responses

- `201`: Created response
  - Content types: `application/json`
- `400`: Bad Request
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
- `409`: Cannot get an embedded url for this packet
  - Content types: `application/json`
