The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
If I want to use the python API(https://github.com/ucfopen/canvasapi) what would I enter in the API_URL and API_KEY. Since I am a student, where would I get this information from?
Solved! Go to Solution.
Hey @sgovil,
API_URL is just the url of your institution. For example,
API_URL = "https://example.edu"
API_KEY is an access token. you can create one manually through the Canvas LMS user interface. Go to Account > Settings, then scroll down to the “Approved Integrations” section and click the “New Access Token” button.
Our troubleshooting page provides examples of what a valid URL might look like, and directions on how to create an access token.
https://canvasapi.readthedocs.io/en/stable/troubleshooting.html
If you have any further questions, please feel free to create an issue on GitHub or join the #canvasapi channel in the UCF Open Source Slack
Hey @sgovil,
API_URL is just the url of your institution. For example,
API_URL = "https://example.edu"
API_KEY is an access token. you can create one manually through the Canvas LMS user interface. Go to Account > Settings, then scroll down to the “Approved Integrations” section and click the “New Access Token” button.
Our troubleshooting page provides examples of what a valid URL might look like, and directions on how to create an access token.
https://canvasapi.readthedocs.io/en/stable/troubleshooting.html
If you have any further questions, please feel free to create an issue on GitHub or join the #canvasapi channel in the UCF Open Source Slack
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.