v1
latestOpenAPI 3.0.32026-07-1419076.2 KBCreate Link
This endpoint creates a new link and associates it with the domain specified.
post/links
Request body
Response
201
Example response
{
"id": 1,
"name": "Test Link",
"path": "testing",
"redirect": "https://seebot.run",
"status": "active",
"health_status": "unknown",
"domain_id": 1000,
"generated_url": "http://seebot.test/testing",
"domain": {
"id": 1000,
"name": "seebot.test",
"url": "seebot.test",
"status": "deleted",
"scope": "client"
}
}