We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api_url = "http://0.0.0.0:8000/stable"
api_url = "http://localhost:8000/stable"
Example POST (include json with Scenario input data in the Body): 0.0.0.0:8000/stable/job/?format=json&api_key=[copy your API key here]
Example GET: 0.0.0.0:8000/stable/job/[copy run_uuid from POST response here]/results/?api_key=[copy your API key here]
run_uuid
See https://github.com/NREL/REopt-API-Analysis for more examples of posting to the API (must replace urls with those above to use locally-hosted API).
api_url = "http://host.docker.internal:8000/stable"
or
api_url = "http://gateway.docker.internal:8000/stable"