Shortcuts

Geodesic Basics

The general workflow for using the Geodesic Python API is as follows:

  1. Import the Geodesic Python API

>>> import geodesic
  1. Authenticate your account. You will not need to log in each time you use the API. The credentials stored are long lived.

>>> geodesic.authenticate()
  1. Create a new projects and activate.

>>> geodesic.create_project(name="docs-example", alias="Docs Example Project", description="Test project for illustration purposes")
>>> geodesic.get_active_project("docs-example")

For more indepth instructions on installing the python API, please visit our Installing page.

Docs

Developer documentation for Seer AI APIs

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources