# Raw Extraction

In this example, we have the following PDF page:

<figure><img src="https://3353734977-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsxpBApbdj8REMTZkWMA%2Fuploads%2F1WeLrtSmVR5B4KHYEZ9S%2Fpointe.png?alt=media&#x26;token=d8975c3f-8d56-49f8-931a-35aab0161dda" alt=""><figcaption><p>Page 8 of the Paper Point-e</p></figcaption></figure>

By calling our [raw-extract endpoint ](https://docs.waveline.ai/extract/endpoints/raw-extract)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="https://3353734977-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsxpBApbdj8REMTZkWMA%2Fuploads%2FljuqiyjpVIueqoIn46LM%2Fpointe_8-8_result.png?alt=media&#x26;token=130130e6-fcf4-42ff-b409-60597852e7c1" 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;
