CartoDB has a SQL API, which allows FME to read and write data to CartoDB tables. This API is normally located at https://[account_name].cartodb.com/api/v2/sql.
However, if you are running your own instance of the open source CartoDB software, this API location may be different. If you are not running your own instance of CartoDB, leave this parameter blank.
- If the API URL is left blank, then FME will use the default API URL to access your CartoDB account.
- If the API URL is specified, then FME will use a URL in the form of:
https://[account_name].[API_URL_value]