fork download
  1. <?php
  2. $ch = curl_init();
  3.  
  4. curl_setopt($ch, CURLOPT_URL, "https://a...content-available-to-author-only...a.com/datasets/v3/trigger?dataset_id=gd_l1viktl72bvl7bjuj0&include_errors=true");
  5. curl_setopt($ch, CURLOPT_POST, 1);
  6. curl_setopt($ch, CURLOPT_HTTPHEADER, [
  7. "Authorization: Bearer API_TOKEN",
  8. "Content-Type: application/json",
  9. ]);
  10. curl_setopt($ch, CURLOPT_POSTFIELDS, '[{"url":"https://w...content-available-to-author-only...n.com/in/elad-moshe-05a90413/"},{"url":"https://w...content-available-to-author-only...n.com/in/bulentakar/"}]');
  11.  
  12. $response = curl_exec($ch);
  13.  
  14. echo $response;
  15. ?>
Success #stdin #stdout 0.04s 26300KB
stdin
Standard input is empty
stdout
Standard output is empty