> For the complete documentation index, see [llms.txt](https://docs.waveline.ai/extract/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.waveline.ai/extract/examples/raw-extraction.md).

# Raw Extraction

In this example, we have the following PDF page:

<figure><img src="/files/gF6c0TKTKjzZniMqk48k" alt=""><figcaption><p>Page 8 of the Paper Point-e</p></figcaption></figure>

By calling our [raw-extract endpoint ](/extract/endpoints/raw-extract.md)we can extract all content from this PDF document. Here is an example of calling it:

```bash
curl -X POST "https://waveline.ai/api/v1/raw-extract" \
     -H "Content-Type: application/pdf" \
     -H "Authorization: Bearer YOUR_API_KEY" \
     -d '{
          "fileName": "pointe_8-8.pdf",
          "contentType": "application/pdf",
          "contentUrl": "https://vwxzjwxlflvltwsntpsb.supabase.co/storage/v1/object/public/documentation/pointe_8-8.pdf",
        }'
```

The Waveline Pipeline then extracts all parts of the PDF and returns the content along with some metadata. Here is the result of what parts were detected:

<figure><img src="/files/TDiwrGaUNpEHsPnbZsyP" alt=""><figcaption></figcaption></figure>

:warning: To use this endpoint, book a [meeting](https://calendly.com/waveline/30min-landing) to discuss how you would like the result formatted:warning:&#x20;
