Smartling-API URL wrong | Community
Skip to main content
ragamgnair
New Participant
October 16, 2015
Solved

Smartling-API URL wrong

  • October 16, 2015
  • 1 reply
  • 741 views

Hi ,

I am trying to use smartling with aem6.0. I uploaded  the package successfully...But doing the project configuraation the API URL wrong message is getting..

I gave the API URL as https://capi.smartling.com/v1.

Thanks in advance,

Ragam 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Can you please describe your use case in more detail - looks like you are trying to build an AEM service that uses this API. If this is the case - you need to use this API:

http://docs.smartling.com/pages/API/

I see this supports a Restful interface:

"The Smartling Translation API is a REST-like API that allows you to access functionality provided by the Smartling Translation Management Platform using defined HTTPS requests and structured JSON responses. "

You can build a custom AEM service to interact with this via a restful service. See this example as a guideline: 

Creating Adobe Experience Manager services that invoke third party Restful web services

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

Can you please describe your use case in more detail - looks like you are trying to build an AEM service that uses this API. If this is the case - you need to use this API:

http://docs.smartling.com/pages/API/

I see this supports a Restful interface:

"The Smartling Translation API is a REST-like API that allows you to access functionality provided by the Smartling Translation Management Platform using defined HTTPS requests and structured JSON responses. "

You can build a custom AEM service to interact with this via a restful service. See this example as a guideline: 

Creating Adobe Experience Manager services that invoke third party Restful web services