ConvertCraft API Documentation
Base URL: https://api.convert-craft.com • Need help? Join our Discord
Health Check
RapidAPI health check recommended:
/bitcoin-price?currency=USD
Alternative:
/status
Endpoints
GET /status
Check API availability.
curl "https://api.convert-craft.com/status"
GET /bitcoin-price
Parameters: currency (optional: USD, EUR, JPY, KRW; default USD)
curl "https://api.convert-craft.com/bitcoin-price?currency=USD"
GET /pdf-to-word
Parameters: file_url (required; PDF URL)
curl "https://api.convert-craft.com/pdf-to-word?file_url=https%3A%2F%2Fexample.com%2Ftest.pdf"
RapidAPI
View on RapidAPI: convertcraft-tools