---
title: "Create a deeplink"
method: POST
path: "/application/{applicationId}/deeplinks/"
tags: ["Deeplinks"]
---

# Create a deeplink

`POST /application/{applicationId}/deeplinks/`

Creates a new deeplink

## Path parameters

- `applicationId` number, required

## Request body

- union
  - object
    - `name` string, required
    - `url` string, uri, required
    - `description` string
    - `slugPrefix` string
    - `type` 'other', required
  - object
    - `name` string, required
    - `url` string, uri, required
    - `description` string
    - `slugPrefix` string
    - `type` 'roblox_url', required
    - `placeId` number, required
    - `autoLaunch` boolean, required
    - `launchData` string
  - object
    - `name` string, required
    - `url` string, uri, required
    - `description` string
    - `slugPrefix` string
    - `type` 'roblox_share_url', required
    - `placeId` number, required
    - `autoLaunch` boolean, required
    - `launchData` string
    - `shareCode` string, required
    - `shareType` string, required

## Response `200`

Default Response

---

[API](https://skmtc.dev/gamebeast/apis/gamebeast-api.md) · [All operations](https://skmtc.dev/gamebeast/apis/gamebeast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gamebeast/gamebeast-api/revisions/801fbad9d8d0/schema)
