DEVELOPER REST API v1

NeedConvert Developer API

Automate document conversion, PDF processing, and foreign exchange rates with simple HTTP requests.

Base URL
https://www.needconvert.com/api/v1/

All requests use standard JSON over HTTPS.

Authentication
Bearer API_KEY

Generate API keys inside your user dashboard.

Rate Limits
60 req / min

Enterprise plans support custom high-volume limits.

Live Interactive API Sandbox

Test the live currency conversion endpoint directly from your browser:

{
  "status": "ready",
  "message": "Click 'Send Request' to query the live API."
}

Code Integration Examples

curl -X GET "https://www.needconvert.com/api/v1/?action=currency_convert&from=USD&to=EUR&amount=500" \
     -H "Authorization: Bearer YOUR_API_KEY"