Is this page helpful?
53x
005656
2025-02-13

Testing API II Key

Is it possible to test the API II (gRPC) without incurring costs?


Answer:

Yes, after you have followed the installation instructions at the link below, run the following Python code. Since the model is neither saved nor calculated, no credits will be deducted from your account. However, a subscription is absolutely necessary.

api_ii_key="ak-************************************************" #API II Key from Extranet

from dlubal.api.rfem.application import Application
with Application(api_key_value=api_ii_key) as rfem_app:
    # Retrieve application info
    app_info = rfem_app.get_application_info()
    print("Application Info:", app_info)

Author

Mr. Gebhardt provides technical support for customers of Dlubal Software and takes care of their requests.

Links


;