I found a theorem from a book 'Diophantine equations', L. J. Mordell, which says
The equation $y^2 = Dx^4+1$ where $D>0$ and is not a perfect square, has at most two solutions in positive integers.
But I can't find any proof in this book, and I tried to find its proof but I failed. Is there anybody knows its proof?
$y^2 = 3x^4+1\tag{1}$
Using online Magma calculator as follows.
IntegralQuarticPoints($[3,0,0,0,1]$);
It says that all integral points are $( ( 0, 1 ), ( 1, 2 ), ( -1, 2 ), ( 2, 7 ), ( -2, 7 ))$.
Hence all positive integral points are $(x,y)=(1,2),(2,7).$