For the complete documentation index, see llms.txt. This page is also available as Markdown.

License

Upload and download DroneBridge license files

Download the currently loaded license file

get

Returns the raw binary license file as an octet stream. The Content-Disposition header will contain a filename derived from the activation key encoded in Base64, e.g. attachment; filename="ABCD1234.dlselic".

Responses
200

Binary license file

application/octet-stream
Responsestring · binary
get/api/license

Upload and activate a license file

post

Accepts a raw binary license file. Example cURL invocation: curl -X POST -H "Content-Type: application/octet-stream" --data-binary @license.dlselic http://192.168.2.1/api/license

Body
string · binaryOptional

Raw binary license key file (.dlselic)

Responses
200

Activation attempted; check success field for result

application/json
successbooleanOptional

Whether the license was activated successfully

messagestringOptional

Human-readable success message (only present on success)

Example: License activated successfully
typestringOptional

License type string (only present on success)

Example: ACTIVATED
expirationstringOptional

Expiration date string (only present on success)

Example: 2026-12-31
errorstringOptional

Error message (only present on failure)

Example: License activation failed
post/api/license

Last updated