Executes an EAN Image Sourcing job for the specified country.
This endpoint triggers a Spark job that searches for product images based on EAN codes in the dataset for the given country.
API for managing projects, jobs, datasets, and ETL pipelines on WebRobot.
The API uses API Keys for authentication. Include the X-API-Key header in all requests.
curl -i -X POST \
'http://docs.webrobot.eu/_mock/openapi/webrobot/api/ean-image-sourcing/{country}/execute' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"property1": {},
"property2": {}
}'Returns information about the last EAN Image Sourcing job executed for the specified country.
Includes execution details such as:
curl -i -X GET \
http://docs.webrobot.eu/_mock/openapi/webrobot/api/ean-image-sourcing/denmark/status \
-H 'X-API-Key: YOUR_API_KEY_HERE'{ "country": "denmark", "hasJobs": true, "latestJobStatus": "COMPLETED", "latestJobId": "210", "projectId": "98", "latestExecution": { "executionId": "spark-2d53940045a6-95379617", "status": "COMPLETED", "submittedAt": "2025-12-10T19:36:47.798498", "completedAt": "2025-12-10T19:58:04.825877", "executionTimeSeconds": 1277, "errorMessage": "string", "sparkUiUrl": "string", "executorPodCount": 2 } }
curl -i -X GET \
http://docs.webrobot.eu/_mock/openapi/webrobot/api/projects/id/98/jobs \
-H 'X-API-Key: YOUR_API_KEY_HERE'[ { "id": "string", "name": "string", "description": "string", "projectId": "string", "agentId": "string", "inputDatasetId": "string", "cloudCredentialId": "string", "cloudCredentialIds": [ … ], "executionStatus": "PENDING", "scheduledTime": "2019-08-24T14:15:22Z", "enabled": true, "taskIds": [ … ], "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ]
curl -i -X GET \
'http://docs.webrobot.eu/_mock/openapi/webrobot/api/html/{url}/{protocol}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X GET \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}/{id}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X PUT \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"property1": {},
"property2": {}
}'curl -i -X DELETE \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}/{id}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X GET \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}?page=0&pageSize=50' \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X POST \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"property1": {},
"property2": {}
}'curl -i -X GET \
http://docs.webrobot.eu/_mock/openapi/health \
-H 'X-API-Key: YOUR_API_KEY_HERE'