[Serious and Emergency] Answerly API is not working

Hello administrator.
I would like to report a bug in the system.
This error is related to the Answerly API that you provide.
This does not work at all.

My development partner and I have tried several times.
And with the recent update to the Knowledge Hub, the problem has expanded even further.
I hope you can fix it!

Follow up https://api.answerly.io/

I found that the following didn’t work
/dataitem/all
/dataitem/create
/dataitem/edit
/dataitem/delete

In addition to the code, I’ve tested it with various tools such as Postman to make sure it’s not my problem.
But it’s still reporting errors.
Even though I am 100% sure that the API KEY and AGENT ID are correct.

For dataitem all
curl --request POST
–url https://ai.api.answerly.io/dataitem/all
–header ‘Content-Type: application/json’
–data ‘{
“APIKey”: “XXXXXXXXXXXXXXXXXXXXXXXXX”,
“agentId”: “XXXXXXXXXXXXXXXXXXXXXXXXX”
}’

Nothing was returned from the server. Error code: 10052

/dataitem/all was the only one that didn’t have problems.
But with the update of the Knowledge Hub, this is now also reporting errors. This is due to the missing minor variable ‘trainingId’

{
“data”: “‘trainingId’ parameter is missing”
}

I hope you can fix these four items as soon as possible.
The problem has been going on for more than a month, but my partner and I have been busy with other things.
These four dataitem, especially create, have not been used for a whole month.

I hope to get your reply and update, as well as the API file to follow up!

Hi,

Thank you for reporting this issue and providing detailed information. I’m sorry to hear that you’re experiencing problems with the Answerly API.

We’ll update the documentation to reflect any changes and ensure that it accurately describes the API’s functionality.

I appreciate your patience, and I’ll make sure to keep you updated on the progress. If you have any further questions or need additional assistance in the meantime, please let me know.

Best regards,
Nevrie

Can I know the fix time of the Answerly API…?
Is this already in progress and expected to be back up soon?

Yes this is in progress and should be updated this week

I’ll make sure to let you know once it’s done.

I hope you can update it as soon as possible, because we also want to continue to develop it.
The most important thing is to test it before launching and keep updating it.

Being developer friendly is also a great reason to use it!
We’ll be waiting for your good news, thank you!

Hi Team, May i know any updates?