cURL
curl --request POST \ --url https://api.wesog.com/tag/image \ --header 'API-Key: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form image='@example-file' \ --form lang=en \ --form mode=editorial \ --form date= \ --form event= \ --form city= \ --form country= \ --form caption=false \ --form keywords=false \ --form ocr=false \ --form colors=false
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.wesog.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wesog.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response