Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to do API Ingestion Dashboard Designer Module?
#1
var settings = {
  "url": "https://app.bdb.ai/ingestion/dataIngestion",
  "method": "POST",
  "timeout": 0,
  "headers": {
    "IngestionId": "Enter ingestion id ",
    "IngestionSecret": "Enter ingestion secret",
    "Content-Type": "application/json"
  },
  "data": JSON.stringify([
    {
      "employee_name": a
    }
  ]),
};

$.ajax(settings).done(function (response) {
  console.log(response);
});
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)