Skip to main content

Using the Shipping Container Cloud API

Our Cloud API provides an easy way to integrate Shipping Container Images into your application without the need to host your own infrastructure.

API Request

Send a POST request to the API endpoint with your API token in the Authorization header:

Here is an example of how to call the API using curl:

# Get a picture
curl -o container.jpg https://app.platerecognizer.com/static/container_demo.jpg

curl -X POST \
-H "Authorization: Token YOUR_API_TOKEN" \
-F "[email protected]" \
https://container-api.parkpow.com/api/v1/predict/

Replace YOUR_API_TOKEN with your actual API token. You can find your API token in your Shipping Container account.

Parameters

The Cloud API supports the same parameters as the On-premises version. For a full list of parameters, see the Parameters page.