API Explorer 操作を選び、Lazu API キーを貼り付けて、ライブ API に本物のリクエストを送信できます。 リクエストはブラウザから直接 api.lazu.ai へ送られ、キーはこのタブ内にのみ保持されます (Remember をチェックした場合のみ保存)。 OperationsPOSTCreate chat completionPOSTRun searchGETList modelsPOSTCreate embeddingsPOSTCreate responsePOST/v1/chat/completionsSendAuthorizationRemember in this browserRequest body{ "model": "gpt-4o-mini", "messages": [ { "role": "user", "content": "Say hello from the explorer" } ] }Response—// Press Send to run a live request