Skip to main content
POST
/
poweredby
/
jobs
Generate Jobs URL
curl --request POST \
  --url https://cloud.cdata.com/api/poweredby/jobs \
  --header 'Authorization: Bearer <token>'
{
  "redirectURL": "https://cloud.cdata.com/oem/user/jobs?token=eyJhbGciOiJSUzI1NiIs...truncated..."
}
This endpoint returns a redirect URL scoped to a sub-account, allowing Connect AI Embed administrators or sub-account users to manage cache connections and jobs through CData’s co-branded visual interface. If you have not already done so, you must set up a PostgreSQL data warehouse for your cached data. Click Set Up Data Warehouse to view the Add Connection page for PostgreSQL. Follow the instructions. Once you have a data warehouse set up, click Add Job to add a cache job. Follow the steps in the Add Jobs wizard to schedule the job. See Add a Cache Job for detailed instructions. Note that when you enable caching of data, Connect AI Embed runs database queries against the cached data, not the live data. See Caching for a complete overview of the Caching feature.

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.

Response

200 - application/json

A string containing the URL to redirect the user to.

redirectURL
string
required

A string containing the CData-hosted connection URL to redirect the user to.