Skip to main content
GET
/
license
Get the Fusion license
import requests

url = "https://{FUSION HOST}/api/license"

response = requests.get(url)

print(response.text)
[
  "aSDinaTvuI8gbWludGxpZnk="
]

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/octet-stream; qs=0.9

successful operation

Pattern: ^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$