Exa AIは、新興のAI検索エンジン企業で、最近1700万ドルのシリーズA資金調達を発表しました。Lightspeedがリードし、NvidiaのNVenturesとY Combinatorが参加しています。他の検索エンジンとは異なり、ExaはAI専用の検索ツールになることを目指しています。
Exa AIのウェブサイト: https://docs.exa.ai/reference/contents Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"highlights": {
"numSentences": 3
},
"ids": [
"302.ai"
]
}
Request samples
curl --location --request POST 'https://api.302.ai/exaai/contents' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"highlights": {
"numSentences": 3
},
"ids": [
"302.ai"
]
}'
Responses
application/json Modified at 2024-09-02 08:20:00