Skip to main content
POST
/
v1
/
applications
Create Application
curl --request POST \
  --url https://api.anchorbrowser.io/v1/applications \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '
{
  "source": "https://example.com"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "url": "<string>",
  "description": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Body

application/json
source
string<uri>
required

The source URL of the application

name
string

Name of the application

description
string

Description of the application

Response

Application created successfully

id
string<uuid>

Unique identifier for the application

name
string

Name of the application

url
string | null

URL of the application

description
string | null

Description of the application

created_at
string<date-time>

Timestamp when the application was created