media.coachfinder.app
Open in
urlscan Pro
77.37.74.82
Public Scan
URL:
https://media.coachfinder.app/
Submission: On December 26 via api from US — Scanned from FI
Submission: On December 26 via api from US — Scanned from FI
Form analysis
0 forms found in the DOMText Content
{"success":true,"name":"image-pdf-upload-core","version":"1.0.0","description":"A robust API for securely uploading images and PDFs to Cloudinary","system_health":"Operational","base_url":"/api/v1/upload","endpoints":[{"path":"/image","method":"POST","description":"Upload single or multiple images (max 20)","contentType":"multipart/form-data","formField":"images","maxFileSize":"10MB per file","allowedFormats":["jpg","jpeg","png","gif"]},{"path":"/pdf","method":"POST","description":"Upload single or multiple PDFs (max 10)","contentType":"multipart/form-data","formField":"pdfs","maxFileSize":"20MB per file","allowedFormats":["pdf"]}],"rateLimits":{"requests":100,"per":"15 minutes"},"documentation":"https://github.com/sheikhmohdnazmulhasan/image-pdf-upload-core#readme","maintainer":"nazmulofficial@outlook.com","exampleUsage":{"curl":"curl -X POST -H \"Content-Type: multipart/form-data\" -F \"images=@/path/to/image.jpg\" http://media.coachfinder.app/api/v1/upload/image","javascript":"\nconst formData = new FormData();\nformData.append('images', imageFile);\n\nfetch('http://media.coachfinder.app/api/v1/upload/image', {\n method: 'POST',\n body: formData\n})\n .then(response => response.json())\n .then(data => console.log(data))\n .catch(error => console.error('Error:', error));\n "}}