To solve the integral $\int \frac {dx}{x^2(x^4+1)^{3/4}}$, we start by applying the substitution method:
- Let $x^4 + 1 = t$. Then, the derivative is $4x^3 \, dx = dt$.
- This substitution allows us to express $dx$ as $\frac{dt}{4x^3}$.
- Substitute $x^4$ from $t = x^4 + 1 \Rightarrow x^4 = t - 1$.
- The integral becomes:
$$
\int \frac{dx}{x^2(t)^{3/4}} = \int \frac{\frac{dt}{4x^3}}{x^2(t)^{3/4}}
$$
- Since $x^4 = t - 1$, we have $x^3 = (t - 1)^{3/4}$.
- Substituting $x^3 = \frac{t - 1}{x}$ simplifies further to:
$$
\int \frac{dt}{4(t-1)^{3/4} \cdot (t)^{3/4}}
$$
- Simplify the integral:
$$
\int \frac{dt}{4 (t(t-1))^{3/4}}
$$
This integral becomes straightforward with another substitution or can be recognized as leading to a power form:
- Make a direct integral calculation as this type involves known integrations:
$$
F(t) = -\frac{(t)^{1/4}}{(t-1)^{1/4}} + C
$$
- Substitute back $t = x^4 + 1$, giving:
$$
-\left(\frac{x^4+1}{x^4}\right)^{1/4} + C
$$
Thus, the correct answer is:
$-\left(\frac{x^4+1}{x^4}\right)^{1/4} + C$
Hence, the option $- \bigg (\frac {x^4+1}{x^4} \bigg )^ \frac {1}{4}+c$ is correct.