Hello,
The WTC generation is an asynchronous process, which is why you receive the email with the downloadable WTC file when the process is complete.
Currently there is no endpoint that returns a WTC file directly when a WTC generation is requested.
Kind regards.
Hello,
OK thank you for the clarification. Is there any work around?
As per the given API:
Hello,
OK thank you for the clarification. Is there any work around?
So is there any way we can download the WTC file by providing the generationID(fetched in above API)?
Xlenz LLP,USA
Our use case is to create a WTC file from a few images stored in our database.
Here is the steps as we understand
Create a Target collection using API “https://api-eu.wikitude.com/cloudrecognition/targetCollection”
Upload Images to the Target Collection using API “https://api-eu.wikitude.com/cloudrecognition/targetCollection/sdfas/targets”
Create WTC using API “https://api-eu.wikitude.com/cloudrecognition/targetCollection/dfhdfh/generation/wtc”
However step 3 only sends email rather than giving a WTC File. Now someone needs to monitor the email and again upload the WTC file back into our app Server. Which is a manual process and has the possibility for human error. Kindly point us to the API which will take Target Collection as input and provide “WTC” file as output.