Waveline Extract
  • Waveline Extract
    • Introduction
    • Getting Started
  • Endpoints
    • /extract-document
    • /guess-shape
    • /raw-extract
    • /jobs
    • /jobs/{id}
    • /me
  • Types
    • Shape
    • DataShapeElement
  • Examples
    • Invoice Extraction
    • Order Table Extraction
    • Email Extraction
    • CV Extraction
    • Raw Extraction
  • Additional Material
    • FAQ
    • Limitations
  • Pricing
    • Pages
Powered by GitBook
On this page
  1. Endpoints

/me

Get information about your account based on your API key

Query information about your account

GET https://waveline.ai/api/v1/me

Headers

Name
Type
Description

Authorization

String

Bearer <YOUR_API_KEY>

{
    "id": string,
    "email": string
}
{
    "error": string
}
{
    "error": string
}
{
    "error": string
}

Previous/jobs/{id}NextShape

Last updated 1 year ago