GET /v1/pdf/documentparser/templates/:id

Use the PDF.co dashbaord to manage your Document Parser Templates.

Query parameters

No query parameters accepted.

Responses

ParameterTypeDescription
idintegerUnique identifier for the template
typestringSource of the template. The available sources are: user, system.
titlestringTitle of the template
descriptionstringDescription of what the template does
created_atString (ISO 8601)Timestamp indicating when the template was initially created
updated_atString (ISO 8601)Timestamp indicating the last time the template was modified
bodystringTemplate content
creditsintegerNumber of credits consumed by the request
remainingCreditsintegerNumber of credits remaining in the account

Code Samples

curl --location --request GET 'https://api.pdf.co/v1/pdf/documentparser/templates/1' \
--header 'Content-Type: application/json' \
--header 'x-api-key: {{x-api-key}}' \
--data-raw ''