Faturapdf Brazilian Invoice Receipt Pdf Api Generate Invoice Example

InvoicesReceiptsPDF GenerationDocumentsBrazilBillingCPF ValidationCNPJ ValidationPixFintechData Validation

Faturapdf Brazilian Invoice Receipt Pdf Api Generate Invoice 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#generateInvoice (request example published verbatim by the provider); response shape from the declared 200 application/pdf response",
  "operationId": "generateInvoice",
  "request": {
    "method": "POST",
    "url": "https://brazilian-invoice-receipt-pdf-api-cpf-cnpj.p.rapidapi.com/invoice",
    "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": {
      "tipo": "fatura",
      "numero": "0001/2026",
      "data": "2026-07-25",
      "vencimento": "2026-08-10",
      "emitente": {
        "nome": "Atlas Soluções Digitais LTDA",
        "documento": "11.222.333/0001-81",
        "endereco": "Av. Paulista, 1000 - São Paulo/SP",
        "email": "financeiro@atlas.com.br"
      },
      "destinatario": {
        "nome": "Comércio Silva & Filhos ME",
        "documento": "22.333.444/0001-81"
      },
      "itens": [
        { "descricao": "Consultoria de implementação", "quantidade": 20, "valor_unitario": 250 },
        { "descricao": "Licença mensal", "quantidade": 1, "valor_unitario": 349.9 }
      ],
      "desconto": 100,
      "forma_pagamento": "PIX",
      "observacoes": "Pagamento em até 10 dias."
    }
  },
  "response": {
    "status": 200,
    "headers": { "Content-Type": "application/pdf" },
    "body": "<raw PDF bytes — typically ~9 KB for a one-page invoice; not JSON>",
    "sample_output": "https://faturapdf.com/samples/fatura-exemplo.pdf"
  },
  "notes": [
    "All parties and tax IDs are the provider's own fictitious, check-digit-valid test values.",
    "Branch on the status code before reading the body: 2xx is binary PDF, every other status is JSON {error, message}."
  ]
}

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-invoice-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.