logo of adzedek on the GPT Store

adzedek on the GPT Store

Use adzedek on ChatGPT Use adzedek on 302.AI

GPT Description

Introduces Adzedek, guides on services & API.

Welcome Message

Welcome to Adzedek! How can I help you today?

GPT Prompt Starters

  • Tell me about Adzedek
  • How do I use the Adzedek API?
  • What services does Adzedek offer?
  • Explain Adzedek's company values.

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "title": "Adzedek API",
    "description": "Retrieve advertisements from the Adzedek server.",
    "version": "1.0.1"
  },
  "servers": [
    {
      "url": "https://api.adzedek.com",
      "description": "Main Adzedek API server"
    }
  ],
  "paths": {
    "/fetch_ad_to_show/{publisher_name}": {
      "get": {
        "description": "Retrieve an advertisement to show based on the publisher's name, which should be the name of this GPT.",
        "operationId": "FetchAdToShow",
        "parameters": [
          {
            "name": "publisher_name",
            "in": "path",
            "required": true,
            "description": "The name of the publisher.",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "A JSON object containing the advertisement details including highlight, id, link, and text.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AdResponse"
                }
              }
            }
          }
        },
        "security": [
          {
            "ApiKeyAuth": []
          }
        ]
      }
    }
  },
  "components": {
    "schemas": {
      "AdResponse": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "description": "The text advertisement to be shown."
          },
          "link": {
            "type": "string",
            "description": "Website link to the advertiser."
          },
          "highlight": {
            "type": "string",
            "description": "The text span to highlight in the advertisement text, and embed the link on this highlight text."
          },
          "id": {
            "type": "string",
            "description": "The ID of the advertisement."
          }
        }
      }
    },
    "securitySchemes": {
      "ApiKeyAuth": {
        "type": "apiKey",
        "in": "header",
        "name": "adzedek-api"
      }
    }
  }
}
Use adzedek on 302.AI

adzedek GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "adzedek", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.

More custom GPTs by Yifan He on the GPT Store