Build your AI powered API in seconds

This guide describes the process of creating an API on the Aipify platform.

curl --request POST \
  --url https://api.aipify.co/get_joke \
  --header 'Authorization: Bearer daa015e25ee5b85xxxxxxxxxxxx' \
  --header 'Content-Type: application/json' \
  --data '{
    "messages" : [
      { "role": "user", "content": "Write a dad joke" }
    ]
  }'
Copyright © 2024