Delete iLovePDF.md

pull/4/head
Muhammad Daffa 2022-07-22 18:29:17 +07:00 committed by GitHub
parent 132c6819b5
commit 3cb9f39ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 43 deletions

View File

@ -1,43 +0,0 @@
# [iLovePDF](https://developer.ilovepdf.com/docs/api-reference)
## __Description__
Convert, merge, split, extract text and add page numbers for PDFs. Free for 250 documents/month
## __Example Request__
* Curl
```
curl "https://api.pdflayer.com/api/convert?access_key={{token}}&document_url=https://pdflayer.com/downloads/invoice.html"
```
* Raw
```
GET /api/convert?access_key={{token}}&document_url=https://pdflayer.com/downloads/invoice.html HTTP/1.1
Host: api.pdflayer.com
...
```
## __Response__
* Success
```
Automatically download pdf
```
* Error
```
{
"success":false,
"error": {
"code":101,
"type":"invalid_access_key",
"info":"You have not supplied a valid API Access Key. [Technical Support: support@apilayer.com]"
}
}
```
## __Regex__
```
[a-z0-9]{32}
```
## __Example API key__
```
tue3sv9hzsey1me4l7fwq3t46u5k8wag
```