PASAR API
Bearer token; predictions for image, video, audio and LLM models. Global, works for MY.
View docs ↗ More AI APIs# Replicate API ~ run and host ML models needs an access token ~ get yours at: # https://replicate.com/docs/reference/http curl 'https://api.replicate.com/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: Replicate API ~ run and host ML models Provider: Replicate Auth: requires an access token (sign up: https://replicate.com/docs/reference/http) Pricing: paid Base URL: https://api.replicate.com/v1 Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.