Creating a new ad

Create ad

POST https://intraad.com/api/1.1/wf/ad

Creates an ad completion for the provided content.

Request Body

Name
Type
Description

api_key*

string

The IntraAd API uses API keys for authentication. Visit your API Keys page to retrieve the API key you'll use in your requests.

content*

string

The content to insert ad to.

{
            "ad": "Bali, Indonesia: Known for its stunning beaches, vibrant culture, and lush landscapes.  Tokyo, Japan: A vibrant metropolis where traditional and modern coexist harmoniously.  Bangkok, Thailand: A melting pot of vibrant street markets, ornate temples, and bustling nightlife."
        }

Last updated