Authorization
To use TaskingAI's API, you need to obtain an API key from the TaskingAI platform. The API key is used to authenticate your requests to TaskingAI's servers.
When you make a request to TaskingAI's API, you need to include the API key in the request header. The header key is Authorization
and the value is Bearer YOUR_API_KEY
.
{
"Authorization": "Bearer YOUR_API_KEY"
}