Skip to content

Instantly share code, notes, and snippets.

@jeffreytoffoli
Created September 3, 2020 12:39
curl --location --request POST '{{base_url}}/v2/users/{{user_id}}/apps/{{app_id}}/workflows/Demographics/results' \
--header 'Content-Type: application/json' \
--header 'Authorization: Key {{key}}' \
--data-raw '{
"inputs": [
{
"data": {
"image": {
"url": "https://cdn.pixabay.com/photo/2016/03/09/09/22/workplace-1245776__480.jpg"
}
}
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment