Skip to content

Instantly share code, notes, and snippets.

@xorwen
xorwen / plant_id_api_usage.py
Last active December 10, 2022 08:50
How to work with plant.id API
"""
The purpose of this code is to show how to work with plant.id API.
You'll find API documentation at https://plantid.docs.apiary.io and https://plant.id/api
"""
import base64
import requests
from time import sleep
secret_access_key = '-- ask for one at [email protected] --'