Skip to main content
POST
Set initial admin password
import requests

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

payload = {}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.text)

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.

Body

application/json
{key}
string

Response

Created