Faturapdf Brazilian Invoice Receipt Pdf Api Generate Receipt Example

InvoicesReceiptsPDF GenerationDocumentsBrazilBillingCPF ValidationCNPJ ValidationPixFintechData Validation

Faturapdf Brazilian Invoice Receipt Pdf Api Generate Receipt Example is an example object payload from FaturaPDF — Brazilian Invoice & Receipt PDF API, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

x-generatedx-methodx-sourceoperationIdrequestresponsenotes

Example Payload

Raw ↑
{
  "x-generated": "2026-08-09",
  "x-method": "derived",
  "x-source": "openapi/faturapdf-brazilian-invoice-receipt-pdf-api-openapi-original.yml#generateReceipt (request example published verbatim by the provider)",
  "operationId": "generateReceipt",
  "request": {
    "method": "POST",
    "url": "https://brazilian-invoice-receipt-pdf-api-cpf-cnpj.p.rapidapi.com/receipt",
    "headers": {
      "Content-Type": "application/json",
      "X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
      "X-RapidAPI-Host": "brazilian-invoice-receipt-pdf-api-cpf-cnpj.p.rapidapi.com"
    },
    "body": {
      "numero": "R-0087",
      "emitente": { "nome": "Ana Luglio", "documento": "529.982.247-25" },
      "destinatario": { "nome": "Leonardo Sanches", "documento": "390.533.447-05" },
      "itens": [{ "descricao": "Consultoria avulsa", "valor_unitario": 450 }],
      "forma_pagamento": "Transferência bancária"
    }
  },
  "response": {
    "status": 200,
    "headers": { "Content-Type": "application/pdf" },
    "body": "<raw PDF bytes — recibo layout: 'Recebemos de ...' statement, amount in words, signature line>",
    "sample_output": "https://faturapdf.com/samples/recibo-exemplo.pdf"
  },
  "notes": [
    "tipo is forced to \"recibo\" server-side on this endpoint; the amount in words is automatic.",
    "Names and tax IDs are the provider's own fictitious, check-digit-valid test values."
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/faturapdf-brazilian-invoice-receipt-pdf-api-generate-receipt-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.