Skip to main content
POST
Import by URL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Import request

Request to import a protocol by URL.

url
string
required

URL to fetch the protocol document from.

Example:

"https://developer.hellgate.io/protocols/specter/v1"

Response

Protocol imported

Summary of an imported or created protocol.

id
string<uuid>
required
Example:

"c4a1f2d0-5b3e-4f6a-8d29-1e7b9c0a2d43"

inserted_at
string<date-time>
required
Example:

"2026-04-02T10:15:00Z"

local_id
string
required
Example:

"specter-v1"

name
string
required
Example:

"Specter v1"

url
string
required
Example:

"https://developer.hellgate.io/protocols/specter/v1"

version
string
required
Example:

"1.0.0"