Transcribe Image

    POSThttps://picnie.com/api/v1/transcribe-image
    Extract text from an image using OCR, returning the extracted text.

    Headers

    NameTypeDescription
    Authorization*
    string

    Pass api key in the authorization field

    Example:YOUR_API_KEY

    Body Parameters

    NameTypeDescription
    project_id*
    integer

    The ID of the project.

    Example:1867

    image_url*
    string

    URL of the image to transcribe.

    Example:https://picnie-data.s3.ap-south-1.amazonaws.com/templates_output_images/new_oJyzsk_1950_1775_250218055627.png

    method*
    string

    Transcription method. Default: Original.

    Example:Original

    language*
    string

    Language for transcription. Default: Original.

    Example:Original

    Notes

    ⚠️ Authentication required