$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://arxiv.org/abs/1706.03762"
< },
< {
< "url": "https://arxiv.org/abs/1810.04805"
< },
< {
< "url": "https://arxiv.org/abs/2005.14165"
< },
< {
< "url": "https://arxiv.org/abs/2103.00020"
< },
< {
< "url": "https://arxiv.org/abs/2302.13971"
< },
< {
< "url": "https://pubmed.ncbi.nlm.nih.gov/34465844/"
< },
< {
< "url": "https://pubmed.ncbi.nlm.nih.gov/31452104/"
< },
< {
< "url": "https://pubmed.ncbi.nlm.nih.gov/32541993/"
< },
< {
< "url": "https://pubmed.ncbi.nlm.nih.gov/28445448/"
< },
< {
< "url": "https://pubmed.ncbi.nlm.nih.gov/30021884/"
< },
< {
< "url": "https://doi.org/10.1038/s41586-021-03819-2"
< },
< {
< "url": "https://doi.org/10.1126/science.169.3946.635"
< },
< {
< "url": "https://doi.org/10.1145/3292500.3330701"
< },
< {
< "url": "https://doi.org/10.1109/5.771073"
< },
< {
< "url": "https://doi.org/10.1007/BF01386390"
< },
< {
< "url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript"
< },
< {
< "url": "https://docs.python.org/3/tutorial/"
< },
< {
< "url": "https://nodejs.org/en/learn/getting-started/introduction-to-nodejs"
< },
< {
< "url": "https://www.typescriptlang.org/docs/"
< },
< {
< "url": "https://docs.apify.com/platform/actors"
< },
< {
< "url": "https://arxiv.org/abs/1512.03385"
< },
< {
< "url": "https://arxiv.org/abs/1409.0473"
< },
< {
< "url": "https://doi.org/10.1038/nature14539"
< },
< {
< "url": "https://pubmed.ncbi.nlm.nih.gov/23803877/"
< },
< {
< "url": "https://en.wikipedia.org/wiki/BibTeX"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/maximedupre~url-to-bibtex-converter/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'