Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Marketing / Criteo API
Criteo API logo

Criteo API

✓ Official Vendor SpecMarketingAdvertisingoauth2108 EndpointsREST

For Agents

Programmatically run Criteo Retail Media: create and update campaigns, manage line items and creatives, fund balances, build audience segments, ingest catalogs, and pull billing and reporting outputs. Use it for retail-media buying automation and reporting.

Use for: Create a new Retail Media campaign for a brand account, Add funds to a balance on a Criteo account, Update the bid on an auction line item in a campaign, Search the audience segments for a given account

Not supported: Does not handle non-retail-media advertising surfaces, payment settlement, or end-shopper transactions — use for Criteo Retail Media campaign, balance, audience, catalog, and reporting operations only.

The Criteo API exposes Criteo's Retail Media platform programmatically, covering the full lifecycle of running ads on retailer storefronts. The 2026-01 surface includes account and brand management, balances and budgets, campaigns with auction and preferred line items, creatives and assets, audience segments and contact lists, catalog ingestion, and partner billing reports. It is OAuth2-authenticated and is the integration target for agencies, retail brands, and marketplaces that programmatically buy or operate sponsored placements through Criteo.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Criteo API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Criteo API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Criteo API.

List Criteo accounts and manage their brand and seller relationships including private market parent and child accounts

Create and modify balances on an account, add funds, and change the active dates that govern campaign spend

Create campaigns and update their settings, including campaign budget overrides at the campaign level

Create auction line items and preferred line items under a campaign and update their bids and configuration

Build creatives and assets, list them, search them, and update individual creatives by ID

Manage audience segments and their contact lists in bulk, including create, search, update, and delete operations

Submit asynchronous catalog and billing report requests and poll their status to retrieve the output once ready

Use Cases

Patterns agents use Criteo API for, with concrete tasks.

★ Automated retail-media campaign creation

Stand up a new sponsored-product campaign end to end by calling POST /2026-01/retail-media/accounts/{account-id}/campaigns to create the campaign, POST /2026-01/retail-media/campaigns/{campaignId}/auction-line-items to add line items, and POST /2026-01/retail-media/accounts/{account-id}/creatives to attach creatives. Useful for agencies onboarding a new brand or rolling out a seasonal push without using the Criteo UI.

Call POST /2026-01/retail-media/accounts/{account-id}/campaigns with campaign payload, then POST /2026-01/retail-media/campaigns/{campaignId}/auction-line-items per line item, then POST /2026-01/retail-media/accounts/{account-id}/creatives for each creative.

Audience segment build and contact-list sync

Sync first-party email lists into Criteo audience segments by creating segments through POST /2026-01/retail-media/accounts/{account-id}/audience-segments/create and pushing emails with POST /2026-01/retail-media/audience-segments/{audience-segment-id}/contact-list/add-remove. The contact list statistics endpoint exposes match progress so the integration can wait until the segment is usable.

Call POST /2026-01/retail-media/accounts/{account-id}/audience-segments/create, then POST /2026-01/retail-media/audience-segments/{audience-segment-id}/contact-list/add-remove with the email batch, then GET /2026-01/retail-media/accounts/{account-id}/audience-segments/{audience-segment-id}/contact-list to read match stats.

Asynchronous billing and catalog reporting

Pull Criteo financial and catalog data for warehouse load by submitting asynchronous report requests and polling for status before downloading output. Use POST /2026-01/retail-media/billing/partner-report to submit, then poll GET /2026-01/retail-media/billing/partner-report/{requestId}/status, and download with GET /2026-01/retail-media/billing/partner-report/{requestId}/output once ready.

Submit a billing report via POST /2026-01/retail-media/billing/partner-report, poll GET /2026-01/retail-media/billing/partner-report/{requestId}/status until succeeded, then download via GET /2026-01/retail-media/billing/partner-report/{requestId}/output.

Agent-driven retail media operations through Jentic

Let an agent answer 'top up balance B with $5,000 and pause the campaign that depends on it' by routing through Jentic. The agent searches for an add-funds operation, loads the Criteo balance schema, and executes the call with the OAuth2 client credentials kept in the vault.

Through Jentic, run search('add funds to a Criteo balance'), load POST /2026-01/retail-media/accounts/{account-id}/balances/{balance-id}/add-funds, and execute it with the target balance and amount.

Key Endpoints

108 endpoints — the criteo api exposes criteo's retail media platform programmatically, covering the full lifecycle of running ads on retailer storefronts.

METHOD

PATH

DESCRIPTION

POST

/2026-01/retail-media/accounts/{account-id}/campaigns

Create a campaign on an account

POST

/2026-01/retail-media/campaigns/{campaignId}/auction-line-items

Create an auction line item on a campaign

POST

/2026-01/retail-media/accounts/{account-id}/creatives

Create a creative on an account

POST

/2026-01/retail-media/accounts/{account-id}/balances

Create a balance on an account

POST

/2026-01/retail-media/accounts/{account-id}/balances/{balance-id}/add-funds

Add funds to a balance

POST

/2026-01/retail-media/audience-segments/{audience-segment-id}/contact-list/add-remove

Add or remove contacts in a segment

POST

/2026-01/retail-media/billing/partner-report

Submit an asynchronous partner billing report

GET

/2026-01/retail-media/billing/partner-report/{requestId}/output

Download a finished partner billing report

POST

/2026-01/retail-media/accounts/{account-id}/campaigns

Create a campaign on an account

POST

/2026-01/retail-media/campaigns/{campaignId}/auction-line-items

Create an auction line item on a campaign

POST

/2026-01/retail-media/accounts/{account-id}/creatives

Create a creative on an account

POST

/2026-01/retail-media/accounts/{account-id}/balances

Create a balance on an account

POST

/2026-01/retail-media/accounts/{account-id}/balances/{balance-id}/add-funds

Add funds to a balance

POST

/2026-01/retail-media/audience-segments/{audience-segment-id}/contact-list/add-remove

Add or remove contacts in a segment

POST

/2026-01/retail-media/billing/partner-report

Submit an asynchronous partner billing report

GET

/2026-01/retail-media/billing/partner-report/{requestId}/output

Download a finished partner billing report

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

Criteo OAuth2 client credentials are stored encrypted in the Jentic vault. Jentic exchanges them at https://api.criteo.com/oauth2/token, manages refresh, and applies the bearer at request time, so the client secret never appears in agent prompts or traces.

Intent-based discovery

Intent-based discovery

Agents search Jentic with intents like 'create a Criteo campaign' or 'add funds to a Criteo balance' and Jentic returns the matching POST /2026-01/retail-media/... operation with its input schema, so the agent does not have to walk the 108-path surface manually.

Time to first call

Time to first call

Direct integration: 1 to 2 weeks to wire OAuth2, account-management hierarchies, balance lifecycle, async report polling, and audience segment bulk endpoints. Through Jentic: under an hour to discover the right operation and execute the first call.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

The Trade Desk

→

DSP API for programmatic display, video, and CTV that overlaps with retail media buying workflows.

Choose The Trade Desk when the agent is buying open-web display and CTV inventory; pick Criteo when the workflow is anchored on retailer-owned sponsored placements.

Alternative

Outbrain

→

Native and content recommendation advertising API.

Use Outbrain for native content distribution; pick Criteo when the buying surface is retailer search and product detail pages.

Complementary

Facebook Graph

→

Marketing API often run alongside retail-media spend for branded social campaigns.

Use Facebook Graph for upper-funnel social campaigns and combine reporting with Criteo retail-media performance pulled from the partner billing endpoints.

FAQs

Specific to using Criteo API through Jentic.

What authentication does the Criteo API use?

The API uses OAuth 2.0 with client-credentials and authorization-code flows. Exchange your client ID and secret at https://api.criteo.com/oauth2/token for an access token, then call the API with that bearer. Through Jentic, the credentials are stored encrypted and the token is fetched and refreshed automatically so they never enter the agent's prompt.

Can I create a campaign with the Criteo API?

Yes. POST /2026-01/retail-media/accounts/{account-id}/campaigns creates a campaign on an account. Add auction line items with POST /2026-01/retail-media/campaigns/{campaignId}/auction-line-items and creatives with POST /2026-01/retail-media/accounts/{account-id}/creatives.

How do I top up a Criteo balance through the API?

Call POST /2026-01/retail-media/accounts/{account-id}/balances/{balance-id}/add-funds with the amount payload. To shift the active window without changing the amount, use POST /2026-01/retail-media/accounts/{account-id}/balances/{balance-id}/change-dates instead.

How do I retrieve a partner billing report from the Criteo API?

Submit the request with POST /2026-01/retail-media/billing/partner-report, then poll GET /2026-01/retail-media/billing/partner-report/{requestId}/status until the job is succeeded, and finally download the file with GET /2026-01/retail-media/billing/partner-report/{requestId}/output.

What are the rate limits for the Criteo API?

Criteo enforces per-application rate limits and surfaces them in response headers rather than declaring fixed numeric ceilings in the spec. Build retries with exponential backoff around HTTP 429 responses, particularly on bulk audience segment and creative endpoints.

How do I add funds to a Criteo balance through Jentic?

Install Jentic with pip install jentic, then async-search for 'add funds to a Criteo balance'. Jentic returns POST /2026-01/retail-media/accounts/{account-id}/balances/{balance-id}/add-funds; load it and execute with the account, balance, and amount fields. Jentic handles the OAuth2 token exchange against api.criteo.com automatically.

GET STARTED

Start building with Criteo API

Explore with Jentic
View OpenAPI Document